tor-browser

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

textPath-05.html (604B)


      1 <!DOCTYPE html>
      2 <!--
      3     Any copyright is dedicated to the Public Domain.
      4     http://creativecommons.org/publicdomain/zero/1.0/
      5 -->
      6 <html style="background-color: lime;">
      7 <head>
      8    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      9 </head>
     10 <body>
     11    <span style="display:none;"> דניאל גל</span>
     12    <svg width="100%" height="100%">
     13        <defs>
     14            <path id="p" d="M50,50h400"/>
     15        </defs>
     16        <text fill="lime" font-size="50px">
     17            <textPath xlink:href="#p"><tspan>I should be lime</tspan></textPath>
     18        </text>
     19    </svg>
     20 </body>
     21 </html>