tor-browser

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

marker-context-fill-transform.html (725B)


      1 <!DOCTYPE html>
      2 
      3 <title>SVG rendering test: context-fill in markers with transform</title>
      4 
      5 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1969782">
      6 <link rel="match" href="marker-context-fill-transform-ref.html">
      7 
      8 <style>
      9 iframe {
     10  display: block;
     11  border: none;
     12 }
     13 #a {
     14  zoom: 1;
     15 }
     16 #b {
     17  zoom: 2;
     18 }
     19 #c {
     20  zoom: 0.25;
     21 }
     22 </style>
     23 
     24 <p>None of the marker rects should be visible as disruptions in the gradient, regardless of transforms:</p>
     25 <iframe id=a width=300 height=150 src='support/svg-marker-context-paint.svg'></iframe>
     26 <iframe id=b width=150 height=75 src='support/svg-marker-context-paint.svg'></iframe>
     27 <iframe id=c width=1200 height=600 src='support/svg-marker-context-paint.svg'></iframe>