tor-browser

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

animate-elem-61-t-isvalid.html (5431B)


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