webkit-text-stroke-property-006-ref.html (649B)
1 <!DOCTYPE html> 2 <html> 3 <meta charset="utf-8"> 4 <title>webkit-text-stroke: SVG text reference</title> 5 <link rel="author" title="Jonathan Kew" href="jfkthame@gmail.com"> 6 <link rel="author" title="Mozilla" href="https://www.mozilla.org"> 7 <style> 8 @font-face { font-family: test; src: url(../fonts/sil/CharisSIL-R.ttf); } 9 body { font-family: test; } 10 </style> 11 <body> 12 <div style="width: 500px; height: 400px;"> 13 <svg xmlns="http://www.w3.org/2000/svg" style="width: 100%; height: 100%;"> 14 <text x="50" y="200" font-size="64px" stroke="green" 15 stroke-width="10px" stroke-linejoin="round">g̤̦̈̂</text> 16 </svg> 17 </div> 18 </body> 19 </html>