summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/text-stroke-scaling-02b.html
blob: 162b418a45881d5d388f2287d023096bc7b9af4b (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
  <svg width="500" height="400">
    <text x="0" y="20" style="stroke: orange; vector-effect: non-scaling-stroke;
                              stroke-width: 2px"
          transform="scale(4)">
      This is some text
    </text>
  </svg>
</html>