tor-browser

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

pservers-grad-11-b-isvalid.html (4854B)


      1 <!DOCTYPE html>
      2 <html lang='en'>
      3 <head>
      4 <title>pservers-grad-11-b-manual.svg</title>
      5 <meta charset='utf-8'>
      6 </head>
      7 <body>
      8 <h1>Source SVG: pservers-grad-11-b-manual.svg</h1>
      9 <svg version="1.1" baseProfile="basic" 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: pservers-grad-11-b.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    <!-- ====================================================================== -->
     32    <!-- Very simple black to red radial gradient                      ======== -->
     33    <!-- ====================================================================== -->
     34    <radialGradient gradientUnits="userSpaceOnUse" id="Grad1" cx="75" cy="100" r="130" fx="75" fy="100">
     35      <stop stop-color="#009" offset="0"/>
     36      <stop stop-color="#2e2" offset="1"/>
     37    </radialGradient>
     38    <rect x="10" y="10" width="210" height="140" fill="url(#Grad1)"/>
     39    <text font-family="Arial" font-size="12" x="10" y="165">Radial gradient on fill of rectangle</text>
     40    <!-- ====================================================================== -->
     41    <!-- Radial gradient on the stroke of a rectangle                  ======== -->
     42    <!-- ====================================================================== -->
     43    <radialGradient id="Grad2" gradientUnits="userSpaceOnUse" cx="295" cy="100" r="150" fx="295" fy="100">
     44      <stop stop-color="#e22" offset="0"/>
     45      <stop stop-color="#ff6" offset="1"/>
     46    </radialGradient>
     47    <rect x="250" y="30" width="170" height="100" fill="none" stroke="url(#Grad2)" stroke-width="40"/>
     48    <text font-family="Arial" font-size="12" x="230" y="165">Radial gradient on stroke of rectangle</text>
     49    <!-- ====================================================================== -->
     50    <!-- Gradient on fill of text                                      ======== -->
     51    <!-- ====================================================================== -->
     52    <radialGradient id="Grad3" gradientUnits="userSpaceOnUse" cx="225" cy="180" r="90" fx="225" fy="180">
     53      <stop stop-color="#060" offset="0"/>
     54      <stop stop-color="yellow" offset="1"/>
     55    </radialGradient>
     56    <text font-family="Arial" font-size="50" fill="url(#Grad3)" x="10" y="210">Gradient on text fill</text>
     57    <text font-family="Arial" font-size="12" x="10" y="225">Radial gradient on text, black to yellow</text>
     58    <!-- ====================================================================== -->
     59    <!-- Gradient on stroke of text                                    ======== -->
     60    <!-- ====================================================================== -->
     61    <radialGradient id="Grad4" gradientUnits="userSpaceOnUse" cx="225" cy="245" r="90" fx="225" fy="245">
     62      <stop stop-color="black" offset="0"/>
     63      <stop stop-color="#D6D" offset="1"/>
     64    </radialGradient>
     65    <text font-family="Arial" font-size="45" fill="none" stroke="url(#Grad4)" stroke-width="2" x="10" y="270">Gradient on text stroke</text>
     66    <text font-family="Arial" font-size="12" x="10" y="285">Radial gradient on stroke of text, black to red</text>
     67  </g>
     68  <g font-family="SVGFreeSansASCII,sans-serif" font-size="32">
     69    <text id="revision" x="10" y="340" stroke="none" fill="black">$Revision: 1.8 $</text>
     70  </g>
     71  <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
     72  <!-- comment out this watermark once the test is approved -->
     73  <!--<g id="draft-watermark">
     74    <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/>
     75    <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240"
     76      text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text>
     77  </g>-->
     78 </svg>
     79 </body>
     80 </html>