tor-browser

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

clip-path-strokeBox-1c.html (765B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5    <title>CSS Masking: clip-path: clip path stroke-box with transform</title>
      6    <link rel="help" href="https://www.w3.org/TR/css-masking-1/#the-clip-path">
      7    <link rel="match" href="clip-path-geometryBox-1-ref.html">
      8    <meta name="fuzzy" content="maxDifference=0-64; totalPixels=0-260">
      9    <meta name="assert" content="Test checks whether clip-path stroke-box works correctly or not.">
     10  </head>
     11  <body>
     12    <svg width="200" height="200" style="position: absolute; left: 0px; top: 0px;">
     13      <g clip-path="circle(50%) stroke-box">
     14        <rect x="0" y="60" width="80" height="80" fill="blue" stroke="blue" stroke-width="20" transform="translate(60,0)"/>
     15      </g>
     16    </svg>
     17  </body>
     18 </html>