Borneq

Diff O(ND) sample.svg

May 7th, 2013
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. <svg xmlns="http://www.w3.org/2000/svg" version="1.1">
  2. <polyline points="20,20,60,20,80,40,100,40,120,60"
  3. style="fill:none;stroke:black;stroke-width:2" />
  4. <polyline points="80,40,80,60"
  5. style="fill:none;stroke:black;stroke-width:2" />
  6. <polyline points="20,20,20,40,60,60,80,60,120,100,140,100,160,120,160,140"
  7. style="fill:none;stroke:black;stroke-width:2" />
  8. <polyline points="20,40,20,60,60,100,80,100,100,120,120,120"
  9. style="fill:none;stroke:black;stroke-width:2" />
  10.  
  11. <line x1="20" y1="20" x2="20" y2="140" style="stroke:blue;stroke-width:0.5"/>
  12. <text x="25" y="15" fill="black">a</text>
  13. <line x1="40" y1="20" x2="40" y2="140" style="stroke:blue;stroke-width:0.5"/>
  14. <text x="45" y="15" fill="black">b</text>
  15. <line x1="60" y1="20" x2="60" y2="140" style="stroke:blue;stroke-width:0.5"/>
  16. <text x="65" y="15" fill="black">c</text>
  17. <line x1="80" y1="20" x2="80" y2="140" style="stroke:blue;stroke-width:0.5"/>
  18. <text x="85" y="15" fill="black">a</text>
  19. <line x1="100" y1="20" x2="100" y2="140" style="stroke:blue;stroke-width:0.5"/>
  20. <text x="105" y="15" fill="black">b</text>
  21. <line x1="120" y1="20" x2="120" y2="140" style="stroke:blue;stroke-width:0.5"/>
  22. <text x="125" y="15" fill="black">b</text>
  23. <line x1="140" y1="20" x2="140" y2="140" style="stroke:blue;stroke-width:0.5"/>
  24. <text x="145" y="15" fill="black">a</text>
  25. <line x1="160" y1="20" x2="160" y2="140" style="stroke:blue;stroke-width:0.5"/>
  26.  
  27. <line x1="20" y1="20" x2="160" y2="20" style="stroke:blue;stroke-width:0.5"/>
  28. <text x="5" y="35" fill="black">c</text>
  29. <line x1="20" y1="40" x2="160" y2="40" style="stroke:blue;stroke-width:0.5"/>
  30. <text x="5" y="55" fill="black">b</text>
  31. <line x1="20" y1="60" x2="160" y2="60" style="stroke:blue;stroke-width:0.5"/>
  32. <text x="5" y="75" fill="black">a</text>
  33. <line x1="20" y1="80" x2="160" y2="80" style="stroke:blue;stroke-width:0.5"/>
  34. <text x="5" y="95" fill="black">b</text>
  35. <line x1="20" y1="100" x2="160" y2="100" style="stroke:blue;stroke-width:0.5"/>
  36. <text x="5" y="115" fill="black">c</text>
  37. <line x1="20" y1="120" x2="160" y2="120" style="stroke:blue;stroke-width:0.5"/>
  38. <text x="5" y="135" fill="black">a</text>
  39. <line x1="20" y1="140" x2="160" y2="140" style="stroke:blue;stroke-width:0.5"/>
  40. </svg>
Advertisement
Add Comment
Please, Sign In to add comment