tor-browser

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

shapes-intro-02-f-isvalid.html (3909B)


      1 <!DOCTYPE html>
      2 <html lang='en'>
      3 <head>
      4 <title>shapes-intro-02-f-manual.svg</title>
      5 <meta charset='utf-8'>
      6 </head>
      7 <body>
      8 <h1>Source SVG: shapes-intro-02-f-manual.svg</h1>
      9 <svg id="svg-root" width="100%" height="100%"
     10  viewBox="0 0 480 360" xmlns="http://www.w3.org/2000/svg"
     11  xmlns:xlink="http://www.w3.org/1999/xlink">
     12  <!--======================================================================-->
     13  <!--=  Copyright 2008 World Wide Web Consortium, (Massachusetts          =-->
     14  <!--=  Institute of Technology, European Research Consortium for         =-->
     15  <!--=  Informatics and Mathematics (ERCIM), Keio University).            =-->
     16  <!--=  All Rights Reserved.                                              =-->
     17  <!--=  See http://www.w3.org/Consortium/Legal/.                          =-->
     18  <!--======================================================================-->
     19  
     20  <title id="test-title">$RCSfile: shapes-intro-02-f.svg,v $</title>
     21  <defs>
     22    <font-face
     23      font-family="SVGFreeSansASCII"
     24      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 
     32    <path d="M35 25 L115 25 A 10 20 0 0 1 125 45 L 125 105 A 10 20 0 0 1 115 125 L 35 125 A 10 20 0 0 1 25 105 L 25 45 A 10 20 0 0 1 35 25" fill="red" />
     33    <rect x="25" y="25" rx="10" ry="20" width="100" height="100" fill="black" />
     34    <rect x="130" y="25" rx="10" ry="20" width="100" height="100" fill="red" />
     35    <path d="M140 25 L220 25 A 10 20 0 0 1 230 45 L 230 105 A 10 20 0 0 1 220 125 L 140 125 A 10 20 0 0 1 130 105 L 130 45 A 10 20 0 0 1 140 25" fill="black" />
     36 
     37    <path d="M300 125 A50 50 0 1 0 299.9999 125" fill="red" />
     38    <circle cx="300" cy="75" r="50" fill="black" />
     39    <circle cx="401" cy="75" r="50" fill="red" />
     40    <path d="M401 125 A50 50 0 1 0 400.9999 125" fill="black" />
     41 
     42    <path d="M60 305 A50 80 0 1 0 59.9999 305 Z" fill="red" />
     43    <ellipse cx="60" cy="225" rx="50" ry="80" fill="black" />
     44    <ellipse cx="161" cy="225" rx="50" ry="80" fill="red" />
     45    <path d="M161 305 A50 80 0 1 0 160.9999 305 Z" fill="black" />
     46 
     47    <path d="M220 150 L270 200 L220 250 Z" fill="red" />
     48    <polygon points="220,150 270,200 220,250" fill="black" />
     49    <polygon points="270,150 320,200 270,250" fill="red" />
     50    <path d="M270 150 L320 200 L270 250 Z" fill="black" />
     51 
     52    <path d="M350 250 L350 350 L400 350 L400 250 L450 250 L450 350" fill="none" stroke="red" stroke-width="10" />
     53    <polyline fill="none" stroke="black" stroke-width="10" points="350,250 350,350 400,350 400,250 450,250 450,350" />
     54    <polyline fill="none" stroke="red" stroke-width="10" points="350,135 350,235 400,235 400,135 450,135 450,235" />
     55    <path d="M350 135 L350 235 L400 235 L400 135 L450 135 L450 235" fill="none" stroke="black" stroke-width="10" />
     56 
     57    <path d="M225 275 L325 275" stroke-width="10" stroke="red" />
     58    <line x1="225" y1="275" x2="325" y2="275" stroke-width="10" stroke="black" />
     59    <line x1="225" y1="325" x2="325" y2="325" stroke-width="10" stroke="red" />
     60    <path d="M225 325 L325 325" stroke-width="10" stroke="black" />
     61 
     62  </g>
     63  <g font-family="SVGFreeSansASCII,sans-serif" font-size="32">
     64    <text id="revision" x="10" y="340" stroke="none"
     65      fill="black">$Revision: 1.3 $</text>
     66  </g>
     67  <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000"/>
     68  <!-- comment out this watermark once the test is approved 
     69  <g id="draft-watermark">
     70    <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/>
     71    <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240"
     72      text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text>
     73  </g> -->
     74 </svg>
     75 </body>
     76 </html>