Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
michael@0 | 1 | <?xml version="1.0"?> |
michael@0 | 2 | <svg xmlns="http://www.w3.org/2000/svg" |
michael@0 | 3 | width="200px" height="200px"> |
michael@0 | 4 | <title>Curved stripe border (SVG)</title> |
michael@0 | 5 | <style type="text/css"> |
michael@0 | 6 | path { stroke: none; } |
michael@0 | 7 | </style> |
michael@0 | 8 | <path |
michael@0 | 9 | d="M20,60 a60,40 0 0,1 60,-40 |
michael@0 | 10 | h60 a60,40 0 0,1 60,40 |
michael@0 | 11 | v100 a60,40 0 0,1 -60,40 |
michael@0 | 12 | h-60 a60,40 0 0,1 -60,-40 z |
michael@0 | 13 | M30,160 a50,30 0 0,0 50,30 |
michael@0 | 14 | h60 a50,30 0 0,0 50,-30 |
michael@0 | 15 | v-100 a50,30 0 0,0 -50,-30 |
michael@0 | 16 | h-60 a50,30 0 0,0 -50,30 z"/> |
michael@0 | 17 | <path |
michael@0 | 18 | d="M40,60 a40,20 0 0,1 40,-20 |
michael@0 | 19 | h60 a40,20 0 0,1 40,20 |
michael@0 | 20 | v100 a40,20 0 0,1 -40,20 |
michael@0 | 21 | h-60 a40,20 0 0,1 -40,-20 z |
michael@0 | 22 | M50,160 a30,10 0 0,0 30,10 |
michael@0 | 23 | h60 a30,10 0 0,0 30,-10 |
michael@0 | 24 | v-100 a30,10 0 0,0 -30,-10 |
michael@0 | 25 | h-60 a30,10 0 0,0 -30,10 z"/> |
michael@0 | 26 | </svg> |