tor-browser

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

svg-image-orientation-none-ref.html (1128B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>CSS Images Module Level 3: svg image ignores orientation with image-orientation:none: Reference</title>
      6 <link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
      7 </head>
      8 <body>
      9    <svg style="width: 500px; height: 650px;">
     10        <image xlink:href="../support/exif-orientation-1-ul.jpg" X="0" Y="0"></image>
     11        <image xlink:href="../support/exif-orientation-1-ul.jpg" X="125" Y="0"></image>
     12        <image xlink:href="../support/exif-orientation-1-ul.jpg" X="250" Y="0"></image>
     13        <image xlink:href="../support/exif-orientation-1-ul.jpg" X="375" Y="0"></image>
     14        <image xlink:href="../support/exif-orientation-1-ul.jpg" X="0" Y="125"></image>
     15        <image xlink:href="../support/exif-orientation-1-ul.jpg" X="125" Y="125"></image>
     16        <image xlink:href="../support/exif-orientation-1-ul.jpg" X="250" Y="125"></image>
     17        <image xlink:href="../support/exif-orientation-1-ul.jpg" X="375" Y="125"></image>
     18        <image xlink:href="../support/exif-orientation-1-ul.jpg" X="0" Y="250"></image>
     19    </svg>
     20 </body>
     21 </html>