tor-browser

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

shapes-line-01-t-isvalid.html (3677B)


      1 <!DOCTYPE html>
      2 <html lang='en'>
      3 <head>
      4 <title>shapes-line-01-t-manual.svg</title>
      5 <meta charset='utf-8'>
      6 </head>
      7 <body>
      8 <h1>Source SVG: shapes-line-01-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: shapes-line-01-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 id="diagonal-line-set">
     32      <line x1="37.5" y1="137" x2="112.5" y2="50" fill="none" stroke="black" stroke-width="1"/>
     33      <line x1="112.5" y1="137" x2="187.5" y2="50" fill="none" stroke="yellow" stroke-width="5"/>
     34      <line x1="187.5" y1="137" x2="262.5" y2="50" fill="none" stroke="green" stroke-width="7.5"/>
     35      <line x1="262.5" y1="137" x2="337.5" y2="50" fill="none" stroke="blue" stroke-width="10"/>
     36      <line x1="337.5" y1="137" x2="412.5" y2="50" fill="none" stroke="fuchsia" stroke-width="12.5"/>
     37    </g>
     38    <g id="middle-figure" stroke="black" stroke-width="1">
     39      <line x1="170" y1="200" x2="220" y2="200"/>
     40      <line x1="220" y1="200" x2="220" y2="250"/>
     41      <line x1="220" y1="250" x2="270" y2="250"/>
     42      <line x1="270" y1="250" x2="270" y2="200"/>
     43      <line x1="270" y1="200" x2="320" y2="200"/>
     44    </g>
     45    <g id="lower-left-figure" stroke="blue" stroke-width="10">
     46      <line x1="25" y1="200" x2="75" y2="200"/>
     47      <line x1="75" y1="200" x2="75" y2="250"/>
     48      <line x1="75" y1="250" x2="125" y2="250"/>
     49      <line x1="125" y1="250" x2="125" y2="200"/>
     50      <line x1="125" y1="200" x2="175" y2="200"/>
     51    </g>
     52    <g id="lower-right-figure" stroke-width="10">
     53      <line x1="370" y1="250" x2="420" y2="250" stroke="black"/>
     54      <line x1="420" y1="200" x2="470" y2="200" stroke="fuchsia"/>
     55      <line x1="320" y1="200" x2="370" y2="200" stroke="blue"/>
     56      <line x1="370" y1="200" x2="370" y2="250" stroke="green"/>
     57      <line x1="420" y1="250" x2="420" y2="200" stroke="orange"/>
     58    </g>
     59  </g>
     60  <g font-family="SVGFreeSansASCII,sans-serif" font-size="32">
     61    <text id="revision" x="10" y="340" stroke="none" fill="black">$Revision: 1.5 $</text>
     62  </g>
     63  <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
     64  <!-- comment out this watermark once the test is approved -->
     65  <!--<g id="draft-watermark">
     66    <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/>
     67    <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240"
     68      text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text>
     69  </g>-->
     70 </svg>
     71 </body>
     72 </html>