tor-browser

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

animate-elem-63-t-isvalid.html (5551B)


      1 <!DOCTYPE html>
      2 <html lang='en'>
      3 <head>
      4 <title>animate-elem-63-t-manual.svg</title>
      5 <meta charset='utf-8'>
      6 </head>
      7 <body>
      8 <h1>Source SVG: animate-elem-63-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-63-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    <text text-anchor="middle" x="240" y="30" font-size="20">multiple end</text>
     32    <g transform="translate(100, 100)">
     33      <g transform="translate(80,25)" text-anchor="end" font-size="14">
     34        <text>2 offsets</text>
     35        <text y="25">2 sync bases</text>
     36        <text y="50">2 repeat</text>
     37        <text y="100">2 event base</text>
     38        <text y="125">2 accessKeys</text>
     39        <text y="150">misc</text>
     40      </g>
     41 
     42      <g id="timeMarkersText" transform="translate(150, 5)" text-anchor="middle" font-size="14">
     43        <text>0-1s</text>
     44        <text y="-20">2s-4s</text>
     45        <text y="-40">&gt; 5s</text>
     46        <g transform="translate(40,0)">
     47          <text>1-2s</text>
     48          <text y="-20">4-5s</text>
     49        </g>
     50      </g>
     51 
     52      <g transform="translate(150,20)" stroke="black">
     53        <defs>
     54          <rect id="shadow" x="-6" y="-6" width="12" height="12" fill="#ccc" stroke="black" stroke-width="1"/>
     55        </defs>
     56 
     57        <g id="setOne">
     58          <use xlink:href="#shadow" x="0"/>
     59          <use xlink:href="#shadow" x="40"/>
     60          <rect x="-6" y="-6" width="12" height="12" fill="rgb(204,0,102)">
     61            <set id="firstSet" attributeName="x" to="34" begin="1s; 4s" end="2s; 5s" dur="indefinite"/>
     62          </rect>
     63        </g>
     64 
     65        <g id="setTwo" transform="translate(0, 25)">
     66          <set id="syncBase" attributeName="display" to="inline" begin="0s" dur="indefinite"/>
     67          <use xlink:href="#shadow" x="0"/>
     68          <use xlink:href="#shadow" x="40"/>
     69          <rect x="-6" y="-6" width="12" height="12" fill="rgb(204,0,102)">
     70            <set attributeName="x" to="34" begin="1s; 4s" end="syncBase.begin+2s;syncBase.begin + 5s" dur="indefinite"/>
     71          </rect>
     72        </g>
     73 
     74        <g id="setThree" transform="translate(0, 50)">
     75          <set id="repeatBase" attributeName="display" to="inline" begin="0s" dur="1s" repeatDur="indefinite"/>
     76          <use xlink:href="#shadow" x="0"/>
     77          <use xlink:href="#shadow" x="40"/>
     78          <rect x="-6" y="-6" width="12" height="12" fill="rgb(204,0,102)">
     79            <set attributeName="x" to="34" begin="1s; 4s" end="repeatBase.repeat(2);repeatBase.repeat(5)" dur="indefinite"/>
     80          </rect>
     81        </g>
     82 
     83        <g id="setFour" transform="translate(0, 100)">
     84          <use xlink:href="#shadow" x="0"/>
     85          <use xlink:href="#shadow" x="40"/>
     86 
     87          <rect id="setFourTarget" x="-6" y="-6" width="12" height="12" fill="rgb(204,0,102)">
     88            <set attributeName="x" to="34" begin="0s" end="setFourTarget.click -5s; setFourTarget.click + 5s" dur="indefinite"/>
     89          </rect>
     90        </g>
     91 
     92        <g id="setFive" transform="translate(0, 125)">
     93          <use xlink:href="#shadow" x="0"/>
     94          <use xlink:href="#shadow" x="40"/>
     95          <rect id="setFiveTarget" x="-6" y="-6" width="12" height="12" fill="rgb(204,0,102)">
     96            <set attributeName="x" to="34" begin="0s" end="accessKey(a) - 5s;accessKey(a)+5s" dur="indefinite"/>
     97          </rect>
     98        </g>
     99 
    100        <g id="setSix" transform="translate(0, 150)">
    101          <use xlink:href="#shadow" x="0"/>
    102          <use xlink:href="#shadow" x="40"/>
    103          <rect id="setSixTarget" x="-6" y="-6" width="12" height="12" fill="rgb(204,0,102)">
    104            <set attributeName="x" to="34" begin="1s;4s" end="2s;5s;setSixTarget.click;accessKey(b)" dur="indefinite"/>
    105          </rect>
    106        </g>
    107      </g>
    108    </g>
    109  </g>
    110  <g font-family="SVGFreeSansASCII,sans-serif" font-size="32">
    111    <text id="revision" x="10" y="340" stroke="none" fill="black">$Revision: 1.6 $</text>
    112  </g>
    113  <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000"/>
    114  <!-- comment out this watermark once the test is approved -->
    115  <!--<g id="draft-watermark">
    116    <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/>
    117    <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240"
    118      text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text>
    119  </g>-->
    120 </svg>
    121 </body>
    122 </html>