gecko-dev/layout/reftests/svg/text-stroke-scaling-02-ref....

10 строки
208 B
HTML

<!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>