10 lines
271 B
HTML
10 lines
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>
|