tor-browser

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

paths-data-03-f-isvalid.html (7343B)


      1 <!DOCTYPE html>
      2 <html lang='en'>
      3 <head>
      4 <title>paths-data-03-f-manual.svg</title>
      5 <meta charset='utf-8'>
      6 </head>
      7 <body>
      8 <h1>Source SVG: paths-data-03-f-manual.svg</h1>
      9 <svg version="1.1" baseProfile="full" 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: paths-data-03-f.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="12" x="120" y="14">Elliptical arc curves drawn with commands:</text>
     32    <!-- ====================================================================== -->
     33    <!-- Simple circle using MAZ  ============================ -->
     34    <!-- ====================================================================== -->
     35    <path id="Arc_MAZ" fill="none" stroke="#03DD20" stroke-width="10" d="   M  25   70      A  40   40      0         1      0     25   69   Z    "/>
     36    <text font-size="12" x="48" y="70">M, A, Z</text>
     37    <rect x="23" y="68" width="4" height="4" fill="#00C000" stroke="none"/>
     38    <rect x="23" y="67" width="4" height="4" fill="#00C000" stroke="none"/>
     39    <!-- ====================================================================== -->
     40    <!-- filled arc using m, a, & z =================== -->
     41    <!-- ====================================================================== -->
     42    <path id="Arc_fill_maz" fill="#00FF00" stroke="#0000FF" d="   m  150   100      a  50    40       0          1       0      25   -70   z  "/>
     43    <text font-size="12" x="124" y="45">m, a, z</text>
     44    <rect x="148" y="98" width="4" height="4" fill="#CF0000" stroke="none"/>
     45    <rect x="173" y="28" width="4" height="4" fill="#CF0000" stroke="none"/>
     46    <!-- ====================================================================== -->
     47    <!-- Unterminated arc using M & a ======================================== -->
     48    <!-- ====================================================================== -->
     49    <path id="Arc_Ma" fill="none" stroke="#000000" d="   M  350    245      a   40    40       0          1       0      80    60       "/>
     50    <text font-size="12" x="390" y="300">M, a</text>
     51    <rect x="348" y="243" width="4" height="4" fill="#0000FF" stroke="none"/>
     52    <rect x="428" y="303" width="4" height="4" fill="#0000FF" stroke="none"/>
     53    <!-- ====================================================================== -->
     54    <!-- Triple Arc using M, A, a, a, & z ===================================== -->
     55    <!-- ====================================================================== -->
     56    <path id="Tri_MAaaz" fill="#0067C0" stroke="none" fill-rule="evenodd" d="   M   270   30      A   50    50       0          1       0     345   30         a   50    50       0          1       0      50    0         a   50    50       0          1       0      25    0    z  "/>
     57    <text font-size="12" x="280" y="135">M, A, a, a, z</text>
     58    <rect x="268" y="28" width="4" height="4" fill="#0000FF" stroke="none"/>
     59    <rect x="343" y="28" width="4" height="4" fill="#0000FF" stroke="none"/>
     60    <rect x="393" y="28" width="4" height="4" fill="#0000FF" stroke="none"/>
     61    <rect x="418" y="28" width="4" height="4" fill="#0000FF" stroke="none"/>
     62    <!-- ====================================================================== -->
     63    <!-- Tripple arc using M, a, Z, m, A, Z, m, a & z ===================================== -->
     64    <!-- ====================================================================== -->
     65    <path id="Arc_MaZmAzmaz" fill="#609040" stroke="#000000" stroke-width="3" d="   M  30   150      a   40    40       0          0       1      65    50          Z                    m   30       30                         A   20       20              0              0              0             125   230        Z             m   40       24                         a   20       20              0              0              1              65    50        z "/>
     66    <text font-size="12" x="25" y="270">M, a, Z, m, A, Z, m, a, z</text>
     67    <rect x="28" y="148" width="4" height="4" fill="#0000FF" stroke="none"/>
     68    <rect x="93" y="198" width="4" height="4" fill="#0000FF" stroke="none"/>
     69    <rect x="58" y="178" width="4" height="4" fill="#0000FF" stroke="none"/>
     70    <rect x="123" y="228" width="4" height="4" fill="#0000FF" stroke="none"/>
     71    <rect x="98" y="202" width="4" height="4" fill="#0000FF" stroke="none"/>
     72    <rect x="163" y="252" width="4" height="4" fill="#0000FF" stroke="none"/>
     73    <!-- ====================================================================== -->
     74    <!-- Sin Wave using M, q, t, t, t, t, & z ================================ -->
     75    <!-- ====================================================================== -->
     76    <path id="Sin_MAAAAA" fill="none" stroke="#40DD20" d="   M   215    190      A   40    200      10          0       0      265    190    A   40    200      20          0       1     315    190        A   40    200      30          0       0     365    190    A   40    200      40          0       1     415    190        A   40    200      50          0       0     465    190                     "/>
     77    <text font-size="12" x="215" y="246">M, A, A, A, A</text>
     78    <rect x="213" y="188" width="4" height="4" fill="#0000FF" stroke="none"/>
     79    <rect x="263" y="188" width="4" height="4" fill="#0000FF" stroke="none"/>
     80    <rect x="313" y="188" width="4" height="4" fill="#0000FF" stroke="none"/>
     81    <rect x="363" y="188" width="4" height="4" fill="#0000FF" stroke="none"/>
     82    <rect x="413" y="188" width="4" height="4" fill="#0000FF" stroke="none"/>
     83    <rect x="463" y="188" width="4" height="4" fill="#0000FF" stroke="none"/>
     84  </g>
     85  <g font-family="SVGFreeSansASCII,sans-serif" font-size="32">
     86    <text id="revision" x="10" y="340" stroke="none" fill="black">$Revision: 1.7 $</text>
     87  </g>
     88  <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
     89  <!-- comment out this watermark once the test is approved -->
     90  <!--<g id="draft-watermark">
     91    <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/>
     92    <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240"
     93      text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text>
     94  </g>-->
     95 </svg>
     96 </body>
     97 </html>