tor-browser

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

animate-elem-13-t-isvalid.html (4058B)


      1 <!DOCTYPE html>
      2 <html lang='en'>
      3 <head>
      4 <title>animate-elem-13-t-manual.svg</title>
      5 <meta charset='utf-8'>
      6 </head>
      7 <body>
      8 <h1>Source SVG: animate-elem-13-t-manual.svg</h1>
      9 <svg version="1.1" baseProfile="tiny" 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: animate-elem-13-t.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    <g font-size="30">
     32      <line x1="190" x2="190" y1="45" y2="300" stroke="#880000" stroke-width="4"/>
     33      <line x1="460" x2="460" y1="45" y2="300" stroke="#880000" stroke-width="4"/>
     34      <text x="156" y="32">0-2 sec.</text>
     35      <text x="370" y="32">5+ sec.</text>
     36      <g>
     37        <rect x="160" y="60" width="30" height="30" fill="#FFAA44" stroke="#FF00FF" stroke-width="4">
     38          <animate attributeName="width" from="30" to="300" begin="2s" dur="3s" fill="freeze"/>
     39        </rect>
     40        <text x="20" y="85">from to</text>
     41      </g>
     42      <g>
     43        <rect x="160" y="100" width="30" height="30" fill="#FFAA44" stroke="#FF00FF" stroke-width="4">
     44          <animate attributeName="width" from="30" by="270" begin="2s" dur="3s" fill="freeze"/>
     45        </rect>
     46        <text x="20" y="125">from by</text>
     47      </g>
     48      <g>
     49        <rect x="160" y="140" width="30" height="30" fill="#FFAA44" stroke="#FF00FF" stroke-width="4">
     50          <animate attributeName="width" by="270" begin="2s" dur="3s" fill="freeze"/>
     51        </rect>
     52        <text x="20" y="165">by</text>
     53      </g>
     54      <g>
     55        <rect x="160" y="180" width="30" height="30" fill="#FFAA44" stroke="#FF00FF" stroke-width="4">
     56          <animate attributeName="width" to="300" begin="2s" dur="3s" fill="freeze"/>
     57        </rect>
     58        <text x="20" y="205">to</text>
     59      </g>
     60      <g>
     61        <rect x="160" y="220" width="30" height="30" fill="#FFAA44" stroke="#FF00FF" stroke-width="4">
     62          <animate attributeName="width" values="30;300" begin="2s" dur="3s" fill="freeze"/>
     63        </rect>
     64        <text x="20" y="245">values</text>
     65      </g>
     66      <g>
     67        <rect x="160" y="260" width="30" height="30" fill="#FFAA44" stroke="#FF00FF" stroke-width="4">
     68          <animate attributeName="width" values="30;120;210;300" begin="2s" dur="3s" fill="freeze"/>
     69        </rect>
     70        <text x="20" y="285">values</text>
     71      </g>
     72    </g>
     73  </g>
     74  <g font-family="SVGFreeSansASCII,sans-serif" font-size="32">
     75    <text id="revision" x="10" y="340" stroke="none" fill="black">$Revision: 1.7 $</text>
     76  </g>
     77  <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
     78  <!-- comment out this watermark once the test is approved -->
     79  <!--<g id="draft-watermark">
     80    <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/>
     81    <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240"
     82      text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text>
     83  </g>-->
     84 </svg>
     85 </body>
     86 </html>