tor-browser

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

coords-trans-05-t-isvalid.html (3990B)


      1 <!DOCTYPE html>
      2 <html lang='en'>
      3 <head>
      4 <title>coords-trans-05-t-manual.svg</title>
      5 <meta charset='utf-8'>
      6 </head>
      7 <body>
      8 <h1>Source SVG: coords-trans-05-t-manual.svg</h1>
      9 <svg version="1.1" baseProfile="tiny" id="svg-root"
     10  width="100%" height="100%" viewBox="0 0 480 360"
     11  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
     12  <!--======================================================================-->
     13  <!--=  SVG 1.1 2nd Edition Test Case                                     =-->
     14  <!--======================================================================-->
     15  <!--=  Copyright 2009 World Wide Web Consortium, (Massachusetts          =-->
     16  <!--=  Institute of Technology, European Research Consortium for         =-->
     17  <!--=  Informatics and Mathematics (ERCIM), Keio University).            =-->
     18  <!--=  All Rights Reserved.                                              =-->
     19  <!--=  See http://www.w3.org/Consortium/Legal/.                          =-->
     20  <!--======================================================================-->
     21  
     22  <title id="test-title">$RCSfile: coords-trans-05-t.svg,v $</title>
     23  <defs>
     24    <font-face font-family="SVGFreeSansASCII" unicode-range="U+0-7F">
     25      <font-face-src>
     26        <font-face-uri xlink:href="../resources/SVGFreeSans.svg#ascii"/>
     27      </font-face-src>
     28    </font-face>
     29  </defs>
     30  <g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
     31    <g transform="translate(0, 30)" font-size="12">
     32      <!-- ====================================================================== -->
     33      <!-- Now, test elementary transforms. For each transform, 3 markers are     -->
     34      <!-- placed where the user space is expected after transformations for the  -->
     35      <!-- origin (black) and the points in (20, 0) (blue) and (0, 20) (red).     -->
     36      <!-- Then, a blue line going from (0, 0) to (20, 0) is drawn and a red line -->
     37      <!-- going from (0, 0) to (0, 20), after applying the elementary            -->
     38      <!-- transformation. If the test succeeds, the red line should join the     -->
     39      <!-- black marker to the red marker and the blue line the black marker to   -->
     40      <!-- the blue marker.                                                       -->
     41      <!-- ====================================================================== -->
     42      <g id="nested-transforms-test">
     43        <g id="nested-transforms" transform="translate(-90, -450)">
     44          <!-- scale/translate in transform attribute -->
     45          <g transform="scale(7.5, 5) translate(16.666667, 105)">
     46            <rect x="0" y="0" width="20" height="1" fill="blue"/>
     47            <rect x="0" y="0" width="0.67" height="20" fill="red"/>
     48          </g>
     49        </g>
     50        <!-- nested-transforms -->
     51        <g id="nested-transforms-test-markers" transform="translate(-90, -450) scale(2.5, 2.5)">
     52          <!-- scale and translate -->
     53          <text x="40" y="200">scale(25, 95) - translate(2, 2)</text>
     54          <rect x="48" y="208" width="5" height="5" fill="black"/>
     55          <rect x="108" y="208" width="5" height="5" fill="blue"/>
     56          <rect x="48" y="248" width="5" height="5" fill="red"/>
     57        </g>
     58        <!-- nested-transforms-test-markers -->
     59      </g>
     60      <!-- nested-transforms test -->
     61    </g>
     62  </g>
     63  <g font-family="SVGFreeSansASCII,sans-serif" font-size="32">
     64    <text id="revision" x="10" y="340" stroke="none" fill="black">$Revision: 1.7 $</text>
     65  </g>
     66  <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
     67  <!-- comment out this watermark once the test is approved -->
     68  <!--<g id="draft-watermark">
     69    <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/>
     70    <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240"
     71      text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text>
     72  </g>-->
     73 </svg>
     74 </body>
     75 </html>