tor-browser

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

shapes-rect-03-t-novalid.html (5850B)


      1 <!DOCTYPE html>
      2 <html lang='en'>
      3 <head>
      4 <title>shapes-rect-03-t-manual.svg</title>
      5 <meta charset='utf-8'>
      6 </head>
      7 <body>
      8 <h1>Source SVG: shapes-rect-03-t-manual.svg</h1>
      9 <svg id="svg-root" width="100%" height="100%" 
     10  viewBox="0 0 480 360" xmlns="http://www.w3.org/2000/svg" 
     11  xmlns:xlink="http://www.w3.org/1999/xlink">
     12  <!--======================================================================-->
     13  <!--=  Copyright 2008 World Wide Web Consortium, (Massachusetts          =-->
     14  <!--=  Institute of Technology, European Research Consortium for         =-->
     15  <!--=  Informatics and Mathematics (ERCIM), Keio University).            =-->
     16  <!--=  All Rights Reserved.                                              =-->
     17  <!--=  See http://www.w3.org/Consortium/Legal/.                          =-->
     18  <!--======================================================================-->
     19  
     20  <title id="test-title">$RCSfile: shapes-rect-03-t.svg,v $</title>
     21  <defs>
     22    <font-face
     23      font-family="SVGFreeSansASCII"
     24      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    <g transform="translate(0, 30)">
     33      <g fill="red">
     34        <g id="references">
     35          <rect x="100" width="20" height="100" rx="50" ry="20"/>
     36          <rect x="130" width="20" height="100" rx="10" ry="20"/>
     37          <rect x="160" width="20" height="100" rx="10" ry="20"/>
     38          
     39          <rect x="190" width="20" height="100" rx="10" ry="50"/>
     40          <rect x="220" width="20" height="100" rx="10" ry="20"/>
     41          <rect x="250" width="20" height="100" rx="10" ry="10"/>
     42          
     43          <rect x="280" width="20" height="100" rx="5" ry="5"/>
     44          <rect x="310" width="20" height="100" rx="0" ry="0"/>
     45          <rect x="340" width="20" height="100" rx="0" ry="0"/>    
     46    
     47          <g transform="translate(45,0)">
     48            <rect x="10" y="120" width="100" height="20" rx="50" ry="10"/>
     49            <rect x="10" y="150" width="100" height="20" rx="15" ry="10"/>
     50            <rect x="10" y="180" width="100" height="20" rx="10" ry="10"/>
     51            
     52            <rect x="130" y="120" width="100" height="20" rx="50" ry="10"/>
     53            <rect x="130" y="150" width="100" height="20" rx="20" ry="10"/>
     54            <rect x="130" y="180" width="100" height="20" rx="10" ry="10"/>
     55            
     56            <rect x="250" y="120" width="100" height="20" rx="5" ry="5"/>
     57            <rect x="250" y="150" width="100" height="20" rx="0" ry="0"/>
     58            <rect x="250" y="180" width="100" height="20" rx="0" ry="0"/>
     59          </g>
     60    
     61          <g transform="translate(100,100)">
     62            <rect x="10" y="120" width="50" height="20" rx="25" ry="10"/>
     63            <rect x="80" y="120" width="20" height="50" rx="10" ry="25"/>
     64            
     65            <rect x="120" y="120" width="50" height="20" rx="25" ry="10"/>
     66            
     67            <rect stroke-width="0.5" width="20" height="30" rx="10" ry="15" transform="translate(-10 -15) scale(2) translate(10 15) translate(85 52.5)"/>
     68            <rect x="230" y="120" width="20" height="30" rx="10" ry="25"/>
     69          </g>
     70        </g>
     71      </g>    
     72      <g id="tests" fill="lime">
     73        <rect x="100" width="20" height="100" rx="50" ry="20"/>
     74        <rect x="130" width="20" height="100" rx="15" ry="20"/>
     75        <rect x="160" width="20" height="100" rx="10" ry="20"/>
     76        
     77        <rect x="190" width="20" height="100" rx="80"/>
     78        <rect x="220" width="20" height="100" rx="20"/>
     79        <rect x="250" width="20" height="100" rx="10"/>
     80        
     81        <rect x="280" width="20" height="100" rx="5"/>
     82        <rect x="310" width="20" height="100" rx="0"/>
     83        <rect x="340" width="20" height="100" rx="0" ry="0"/>
     84        
     85        <g transform="translate(45,0)">
     86          <rect x="10" y="120" width="100" height="20" rx="50" ry="20"/>
     87          <rect x="10" y="150" width="100" height="20" rx="15" ry="20"/>
     88          <rect x="10" y="180" width="100" height="20" rx="10" ry="20"/>
     89          
     90          <rect x="130" y="120" width="100" height="20" ry="50"/>
     91          <rect x="130" y="150" width="100" height="20" ry="20"/>
     92          <rect x="130" y="180" width="100" height="20" ry="10"/>
     93          
     94          <rect x="250" y="120" width="100" height="20" ry="5"/>
     95          <rect x="250" y="150" width="100" height="20" ry="0"/>
     96          <rect x="250" y="180" width="100" height="20" rx="0" ry="0"/>
     97        </g>
     98        
     99        <g transform="translate(100,100)">
    100          <rect x="10" y="120" width="50" height="20" rx="50"/>
    101          <rect x="80" y="120" width="20" height="50" ry="50"/>
    102          
    103          <rect x="120" y="120" width="50" height="20" rx="200" ry="200"/>
    104          
    105          <rect width="20" height="30" rx="50" transform="translate(-10 -15) scale(2) translate(10 15) translate(85 52.5)"/>
    106          <rect x="230" y="120" width="20" height="30" ry="50"/>
    107        </g>
    108      </g>
    109      
    110      <use xlink:href="#references" fill="none" stroke="black"/>
    111      
    112    </g>    
    113  </g>
    114  <g font-family="SVGFreeSansASCII,sans-serif" font-size="32">
    115  <text id="revision" x="10" y="340" stroke="none" 
    116    fill="black">$Revision: 1.9 $</text>
    117  </g>
    118  <rect xml:id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000"/>
    119  <!-- comment out this watermark once the test is approved
    120  <g id="draft-watermark">
    121    <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/>
    122    <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240" 
    123      text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text>
    124  </g>-->
    125 </svg>
    126 </body>
    127 </html>