tor-browser

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

painting-marker-04-f-novalid.html (3998B)


      1 <!DOCTYPE html>
      2 <html lang='en'>
      3 <head>
      4 <title>painting-marker-04-f-manual.svg</title>
      5 <meta charset='utf-8'>
      6 </head>
      7 <body>
      8 <h1>Source SVG: painting-marker-04-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: painting-marker-04-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    <defs>
     32      <marker id="marker1" markerUnits="strokeWidth" refX="50" refY="50" markerWidth="5" markerHeight="5" viewBox="0 0 100 100">
     33        <rect width="100" height="100" fill="royalblue" stroke="none"/>
     34      </marker>
     35      <marker id="marker2" markerUnits="strokeWidth" refX="100" refY="100" markerWidth="15" markerHeight="15" viewBox="0 0 200 200">
     36        <rect width="200" height="200" fill="red" stroke="none"/>
     37      </marker>
     38    </defs>
     39 
     40    <text font-size="20" x="240" y="28" text-anchor="middle">'marker' attribute test</text>
     41 
     42    <text font-size="20" x="240" y="70" text-anchor="middle" fill="forestgreen">'marker' attribute</text>
     43    <g marker="url(#marker2)" fill="gold" stroke="black" fill-rule="evenodd" transform="translate(50,20)" id="markme">
     44      <path d="M10,60 Q90,60 90,140 Q10,140 10,60 Z M10,140 Q10,60 90,60 Q90,140 10,140 Z M50,70 L80,100 50,130 20,100 Z"/>
     45      <polygon points="100,60 120,140 140,60 160,140 180,60 180,100 100,100"/>
     46      <polyline points="190,60 210,140 230,60 250,140 270,60 270,100 190,100"/>
     47      <line x1="280" x2="370" y1="60" y2="140"/>
     48      <line x1="370" x2="280" y1="60" y2="140"/>
     49    </g>
     50 
     51    <text font-size="20" x="240" y="200" text-anchor="middle" fill="forestgreen">'marker-start', 'marker-mid' &amp; 'marker-end' attributes</text>
     52    <g marker-mid="url(#marker1)" marker-end="url(#marker1)" marker-start="url(#marker1)" fill="gold" stroke="black" fill-rule="evenodd" transform="translate(50,150)">
     53      <path d="M10,60 Q90,60 90,140 Q10,140 10,60 Z M10,140 Q10,60 90,60 Q90,140 10,140 Z M50,70 L80,100 50,130 20,100 Z"/>
     54      <polygon points="100,60 120,140 140,60 160,140 180,60 180,100 100,100"/>
     55      <polyline points="190,60 210,140 230,60 250,140 270,60 270,100 190,100"/>
     56      <line x1="280" x2="370" y1="60" y2="140"/>
     57      <line x1="370" x2="280" y1="60" y2="140"/>
     58    </g>
     59  </g>
     60  <g font-family="SVGFreeSansASCII,sans-serif" font-size="32">
     61    <text id="revision" x="10" y="340" stroke="none" fill="black">$Revision: 1.7 $</text>
     62  </g>
     63  <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
     64  <!-- comment out this watermark once the test is approved
     65  <g id="draft-watermark">
     66    <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/>
     67    <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240"
     68      text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text>
     69  </g>-->
     70 </svg>
     71 </body>
     72 </html>