Advertisement
ytg

polygon intersection

ytg
Nov 28th, 2011
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.45 KB | None | 0 0
  1. <svg xmlns="http://www.w3.org/2000/svg" version="1.1">
  2.   <polygon points="35,25 35,35 15,35 15,25 35,25" style="fill:none;stroke:purple;stroke-width:1" />
  3.   <polygon points="50,0 50,40 10,40 10,0 50,0" style="fill:none;stroke:red;stroke-width:1" />
  4.   <polygon points="45,30 45,50 25,50 25,30 45,30" style="fill:none;stroke:blue;stroke-width:1" />
  5.   <polygon points="40,20 40,60  0,60  0,20 40,20" style="fill:none;stroke:green;stroke-width:1" />
  6. </svg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement