tor-browser

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

painting-stroke-05-t-isvalid.html (4222B)


      1 <!DOCTYPE html>
      2 <html lang='en'>
      3 <head>
      4 <title>painting-stroke-05-t-manual.svg</title>
      5 <meta charset='utf-8'>
      6 </head>
      7 <body>
      8 <h1>Source SVG: painting-stroke-05-t-manual.svg</h1>
      9 <svg version="1.1" baseProfile="tiny" shape-rendering="geometricPrecision" 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: painting-stroke-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    <text font-size="20" x="240" y="30" text-anchor="middle">Rendering thin strokes</text>
     32 
     33    <polyline points="030,50 030,300" stroke="black" stroke-width="0.001"/>
     34    <polyline points="50,50 50,300" stroke="black" stroke-width="0.1"/>
     35    <polyline points="70,50 70,300" stroke="black" stroke-width="0.2"/>
     36    <polyline points="90,50 90,300" stroke="black" stroke-width="0.3"/>
     37    <polyline points="110,50 110,300" stroke="black" stroke-width="0.4"/>
     38    <polyline points="130,50 130,300" stroke="black" stroke-width="0.5"/>
     39    <polyline points="150,50 150,300" stroke="black" stroke-width="0.6"/>
     40    <polyline points="170,50 170,300" stroke="black" stroke-width="0.7"/>
     41    <polyline points="190,50 190,300" stroke="black" stroke-width="0.8"/>
     42    <polyline points="210,50 210,300" stroke="black" stroke-width="0.9"/>
     43    <polyline points="230,50 230,300" stroke="black" stroke-width="1.0"/>
     44    <polyline points="250,50 250,300" stroke="black" stroke-width="1.1"/>
     45    <polyline points="270,50 270,300" stroke="black" stroke-width="1.2"/>
     46    <polyline points="290,50 290,300" stroke="black" stroke-width="1.3"/>
     47    <polyline points="310,50 310,300" stroke="black" stroke-width="1.4"/>
     48    <polyline points="330,50 330,300" stroke="black" stroke-width="1.5"/>
     49    <polyline points="350,50 350,300" stroke="black" stroke-width="1.6"/>
     50    <polyline points="370,50 370,300" stroke="black" stroke-width="1.7"/>
     51    <polyline points="390,50 390,300" stroke="black" stroke-width="1.8"/>
     52    <polyline points="410,50 410,300" stroke="black" stroke-width="1.9"/>
     53    <polyline points="430,50 430,300" stroke="black" stroke-width="2.0"/>
     54    <polyline points="450,50 450,300" stroke="black" stroke-width="2.1"/>
     55 
     56    <line x1="10" x2="470" y1="100" y2="100" stroke="darkblue" stroke-width="0.1"/>
     57    <line x1="10" x2="470" y1="150" y2="150" stroke="darkblue" stroke-width="0.5"/>
     58    <line x1="10" x2="470" y1="200" y2="200" stroke="darkblue" stroke-width="1"/>
     59    <line x1="10" x2="470" y1="250" y2="250" stroke="darkblue" stroke-width="2"/>
     60  </g>
     61  <g font-family="SVGFreeSansASCII,sans-serif" font-size="32">
     62    <text id="revision" x="10" y="340" stroke="none" fill="black">$Revision: 1.6 $</text>
     63  </g>
     64  <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
     65  <!-- comment out this watermark once the test is approved -->
     66  <!--<g id="draft-watermark">
     67    <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/>
     68    <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240"
     69      text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text>
     70  </g>-->
     71 </svg>
     72 </body>
     73 </html>