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

11 строки
271 B
HTML

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