svg-fill-none-ref.html (243B)
1 <!doctype html> 2 <style> 3 svg { font: bold 64px Arial, sans-serif; fill: none; stroke-width: 4px; } 4 </style> 5 <svg width="240" height="80"> 6 <text x="40" y="60" stroke="grey">Hello</text> 7 <text x="30" y="50" stroke="black">Hello</text> 8 </svg>