tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

webkit-text-stroke-property-006.html (737B)


      1 <!DOCTYPE html>
      2 <html>
      3 <meta charset="utf-8">
      4 <title>webkit-text-stroke: fat stroke should not be clipped</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 <span style="margin-left: 50px; font-size: 64px;
     14             -webkit-text-stroke: 10px green;">g&#x324;&#x326;&#x308;&#x302;</span>
     15 <!-- need this inline-block to make sure text is rendered at the same position as the SVG reference -->
     16 <div style="display:inline-block; width:0px; height:200px;"/>
     17 </div>
     18 <body>
     19 <html>