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