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