text-stroke-scaling-02b.html (271B)
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>