Backed out 6 changesets (bug 1921980) for causing wrench bustages. CLOSED TREE
[gecko.git] / layout / reftests / svg / text-stroke-scaling-02b.html
blob162b418a45881d5d388f2287d023096bc7b9af4b
1 <!DOCTYPE html>
2 <html>
3 <svg width="500" height="400">
4 <text x="0" y="20" style="stroke: orange; vector-effect: non-scaling-stroke;
5 stroke-width: 2px"
6 transform="scale(4)">
7 This is some text
8 </text>
9 </svg>
10 </html>