tor-browser

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

painting-stroke-08-t-isvalid.html (3922B)


      1 <!DOCTYPE html>
      2 <html lang='en'>
      3 <head>
      4 <title>painting-stroke-08-t-manual.svg</title>
      5 <meta charset='utf-8'>
      6 </head>
      7 <body>
      8 <h1>Source SVG: painting-stroke-08-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: painting-stroke-08-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(50, 0) scale(1.7)">
     32      <circle r="5" fill="#f66" cx="200" cy="20"/>
     33      <circle r="5" fill="#f66" cx="200" cy="40"/>
     34      <circle r="5" fill="#f66" cx="200" cy="60"/>
     35      <circle r="5" fill="#f66" cx="200" cy="80"/>
     36      <circle r="5" fill="#ff0" cx="200" cy="80"/>
     37      <circle r="5" fill="#ff0" cx="200" cy="100"/>
     38      <circle r="5" fill="#ff0" cx="200" cy="120"/>
     39      <circle r="5" fill="#ff0" cx="200" cy="140"/>
     40      <circle r="5" fill="#6f3" cx="200" cy="160"/>
     41      <circle r="5" fill="#6f3" cx="200" cy="180"/>
     42      <circle r="5" fill="#6f3" cx="200" cy="200"/>
     43      <!-- Test range and values outside range (should be clamped to valid range) -->
     44      <path stroke="blue" stroke-width="10" fill="none" stroke-opacity="-1.0" d="   M  20 20   L  200 20"/>
     45      <path stroke="blue" stroke-width="10" fill="none" stroke-opacity="-0.1" d="   M  20 40   L  200 40"/>
     46      <path stroke="blue" stroke-width="10" fill="none" stroke-opacity="0.0" d="   M  20 60   L  200 60"/>
     47      <path stroke="blue" stroke-width="10" fill="none" stroke-opacity="0.2" d="   M  20 80   L  200 80"/>
     48      <path stroke="blue" stroke-width="10" fill="none" stroke-opacity="0.4" d="   M  20 100   L  200 100"/>
     49      <path stroke="blue" stroke-width="10" fill="none" stroke-opacity="0.6" d="   M  20 120   L  200 120"/>
     50      <path stroke="blue" stroke-width="10" fill="none" stroke-opacity="0.8" d="   M  20 140   L  200 140"/>
     51      <path stroke="blue" stroke-width="10" fill="none" stroke-opacity="1.0" d="   M  20 160   L  200 160"/>
     52      <path stroke="blue" stroke-width="10" fill="none" stroke-opacity="1.1" d="   M  20 180   L  200 180"/>
     53      <path stroke="blue" stroke-width="10" fill="none" stroke-opacity="2.0" d="   M  20 200  L  200 200"/>
     54    </g>
     55  </g>
     56  <g font-family="SVGFreeSansASCII,sans-serif" font-size="32">
     57    <text id="revision" x="10" y="340" stroke="none" fill="black">$Revision: 1.6 $</text>
     58  </g>
     59  <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
     60  <!-- comment out this watermark once the test is approved 
     61  <g id="draft-watermark">
     62    <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/>
     63    <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240"
     64      text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text>
     65  </g>-->
     66 </svg>
     67 </body>
     68 </html>