Advertisement
Guest User

SVG bug in IE

a guest
Apr 27th, 2013
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. <svg xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
  2.  
  3. <marker id="m1" style="overflow: visible; fill: #700;" orient="auto">
  4. <path style="fill-rule: evenodd; stroke: black; stroke-width: 1pt;" transform="matrix(0.8 0 0 0.8 5.70039 0.8)" d="M -2.5 -1 C -2.5 1.76 -4.74 4 -7.5 4 C -10.26 4 -12.5 1.76 -12.5 -1 C -12.5 -3.76 -10.26 -6 -7.5 -6 C -4.74 -6 -2.5 -3.76 -2.5 -1 Z" />
  5. </marker>
  6.  
  7. <marker id="m2" style="overflow: visible; fill: #070;" orient="auto">
  8. <path style="fill-rule: evenodd; stroke: black; stroke-width: 1pt;" transform="scale(-0.8)" d="M 5.77 0 L -2.88 5 L -2.88 -5 L 5.77 0 Z" />
  9. </marker>
  10.  
  11. <marker id="m3" style="overflow: visible; fill: #007;" orient="auto">
  12. <path style="fill-rule: evenodd; stroke: black; stroke-width: 1pt;" transform="scale(0.8)" d="M -5 -5 L -5 5 L 5 5 L 5 -5 L -5 -5 Z" />
  13. </marker>
  14.  
  15. <path style="fill: none; fill-opacity: 0.75; fill-rule: evenodd; marker-end: url('#m1'); marker-mid: url('#m2'); marker-start: url('#m3'); stroke: red; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-opacity: 1; stroke-width: 2.5;" d="M 240 180 C 260 160 280 160 300 180 C 320 200 340 200 360 180"/>
  16.  
  17. </svg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement