summaryrefslogtreecommitdiff
path: root/test/svg/stroke.4.current-color.svg
blob: 9d645b8813ef9de05a53d7057a224bf5b98e8553 (plain)
1
2
3
4
5
6
<svg version="1.1" xmlns="http://www.w3.org/2000/svg">
  <line x1="100" y1="-500" x2="900" y2="-500"
        fill="none"
        stroke-width="100"
        stroke="currentColor" />
</svg>