tor-browser

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

painting-marker-properties-01-f-isvalid.html (3343B)


      1 <!DOCTYPE html>
      2 <html lang='en'>
      3 <head>
      4 <title>painting-marker-properties-01-f-manual.svg</title>
      5 <meta charset='utf-8'>
      6 </head>
      7 <body>
      8 <h1>Source SVG: painting-marker-properties-01-f-manual.svg</h1>
      9 <svg id="svg-root" width="100%" height="100%" viewBox="0 0 480 360" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
     10  <!--======================================================================-->
     11  <!--=  Copyright 2008 World Wide Web Consortium, (Massachusetts          =-->
     12  <!--=  Institute of Technology, European Research Consortium for         =-->
     13  <!--=  Informatics and Mathematics (ERCIM), Keio University).            =-->
     14  <!--=  All Rights Reserved.                                              =-->
     15  <!--=  See http://www.w3.org/Consortium/Legal/.                          =-->
     16  <!--======================================================================-->
     17  
     18  <defs>
     19    <font-face
     20      font-family="SVGFreeSansASCII"
     21      unicode-range="U+0-7F">
     22      <font-face-src>
     23        <font-face-uri xlink:href="../resources/SVGFreeSans.svg#ascii"/>
     24      </font-face-src>
     25    </font-face>
     26  </defs>
     27  <g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
     28    <style><![CDATA[
     29        .start
     30        {
     31            marker-start: url(#markerTest);
     32        }
     33        .end
     34        {
     35            marker-end: url(#markerTest);
     36        }
     37        .mid
     38        {
     39            marker-mid: url(#markerTest);
     40        }]]>
     41    </style>
     42    <defs>
     43        <marker id="markerTest" markerWidth="100" markerHeight="100" fill="blue">
     44            <rect width="50" height="55" />
     45        </marker>
     46    </defs>
     47    <rect width="50" height="55" fill="blue" />
     48    <line class="start" y1="50" x2="100" y2="50" stroke="none" />
     49    <path class="start" d="M 0 100 L 50 100 L 100 100" />
     50    <polygon class="start" points="0,150 50,150 100,150" />
     51    <polyline class="start" points="0,200 50,200 100,200" />
     52    <rect y="250" width="50" height="50" fill="blue" />
     53 
     54    <rect x="250" width="50" height="55" fill="blue" />
     55    <line class="end" x1="150" y1="50" x2="250" y2="50" stroke="none" />
     56    <path class="end" d="M 150 100 L 200 100 L 250 100" />
     57    <polygon class="end" points="250,150 200,150" />
     58    <polyline class="end" points="150,200 200,200 250,200" />
     59    <rect x="250" y="250" width="50" height="50" fill="blue" />
     60 
     61    <rect x="350" width="50" height="105" fill="blue" />
     62    <path class="mid" d="M 300 100 L 350 100 L 400 100" />
     63    <polygon class="mid" points="300,150 350,150" />
     64    <polyline class="mid" points="300,200 350,200 400,200" />
     65    <rect x="350" y="250" width="50" height="50" fill="blue" />
     66  </g>
     67  <g font-family="SVGFreeSansASCII,sans-serif" font-size="32">
     68    <text id="revision" x="10" y="340" stroke="none"
     69      fill="black">$Revision: 1.2 $</text>
     70  </g>
     71  <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000"/>
     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>