tor-browser

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

content-visibility-on-g-ref.html (489B)


      1 <!DOCTYPE html>
      2 <title>CSS Content Visibility: effect on <g> element (reference)</title>
      3 <link rel="author" href="mailto:rbuis@igalia.com">
      4 <link rel="help" href="https://drafts.csswg.org/css-contain/#content-visibility">
      5 
      6 <div>
      7  <svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
      8    <g>
      9      <text x="5" y="16" transform="scale(2, 2)">Hello World!</text>
     10      <text x="8" y="32" transform="translate(0 20) scale(1.25 1)">Hello World Again!</text>
     11    </g>
     12  </svg>
     13 </div>