tor-browser

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

animate-elem-65-t-isvalid.html (5793B)


      1 <!DOCTYPE html>
      2 <html lang='en'>
      3 <head>
      4 <title>animate-elem-65-t-manual.svg</title>
      5 <meta charset='utf-8'>
      6 </head>
      7 <body>
      8 <h1>Source SVG: animate-elem-65-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-65-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">min</text>
     32 
     33    <g transform="translate(100, 50)">
     34 
     35      <g transform="translate(120,45)" text-anchor="end" font-size="14">
     36        <text>no min / media</text>
     37        <text y="25">invalid min</text>
     38        <text y="50">min &lt; active dur</text>
     39        <text y="75">min &gt; active dur</text>
     40        <text y="100">min &lt; repeat dur</text>
     41        <text y="125">min &gt; repeat dur, remove</text>
     42        <text y="180">min &gt; repeat dur, freeze</text>
     43      </g>
     44 
     45      <g id="timeMarkersText" transform="translate(150, 25)" text-anchor="middle" font-size="14">
     46        <text>&gt; 5s</text>
     47        <text x="80">0s-5s</text>
     48 
     49        <g transform="translate(0, 180)">
     50          <text>never</text>
     51          <text x="80">&gt; 0s</text>
     52        </g>
     53      </g>
     54 
     55      <g transform="translate(150,40)" stroke="black">
     56        <defs>
     57          <rect id="shadow" x="-6" y="-6" width="12" height="12" fill="#ccc" stroke="black" stroke-width="1"/>
     58        </defs>
     59 
     60        <g id="setOne">
     61          <use xlink:href="#shadow" x="0"/>
     62          <use xlink:href="#shadow" x="80"/>
     63 
     64          <rect x="-6" y="-6" width="12" height="12" fill="rgb(204,0,102)">
     65            <set id="firstSet" attributeName="x" to="74" end="5s"/>
     66          </rect>
     67 
     68          <g transform="translate(20, 0)">
     69            <use xlink:href="#shadow" x="0"/>
     70            <use xlink:href="#shadow" x="80"/>
     71 
     72            <rect x="-6" y="-6" width="12" height="12" fill="rgb(204,0,102)">
     73              <set attributeName="x" to="74" end="5s" min="media"/>
     74            </rect>
     75          </g>
     76        </g>
     77 
     78        <g id="setTwo" transform="translate(0, 25)">
     79          <use xlink:href="#shadow" x="0"/>
     80          <use xlink:href="#shadow" x="80"/>
     81 
     82          <rect x="-6" y="-6" width="12" height="12" fill="rgb(204,0,102)">
     83            <set attributeName="x" to="74" min="-6s" end="5s"/>
     84          </rect>
     85        </g>
     86 
     87        <g id="setThree" transform="translate(0, 50)">
     88          <use xlink:href="#shadow" x="0"/>
     89          <use xlink:href="#shadow" x="80"/>
     90 
     91          <rect x="-6" y="-6" width="12" height="12" fill="rgb(204,0,102)">
     92            <set attributeName="x" to="74" min="3s" end="5s"/>
     93          </rect>
     94        </g>
     95 
     96        <g id="setFour" transform="translate(0, 75)">
     97          <use xlink:href="#shadow" x="0"/>
     98          <use xlink:href="#shadow" x="80"/>
     99 
    100          <rect x="-6" y="-6" width="12" height="12" fill="rgb(204,0,102)">
    101            <set attributeName="x" to="74" min="5s" dur="indefinite" end="2s"/>
    102          </rect>
    103        </g>
    104 
    105        <g id="setFive" transform="translate(0, 100)">
    106          <use xlink:href="#shadow" x="0"/>
    107          <use xlink:href="#shadow" x="80"/>
    108 
    109          <rect x="-6" y="-6" width="12" height="12" fill="rgb(204,0,102)">
    110            <set attributeName="x" to="74" min="5s" end="2s" dur="1s" repeatCount="7"/>
    111          </rect>
    112        </g>
    113 
    114        <g id="setSix" transform="translate(0, 125)">
    115          <use xlink:href="#shadow" x="0"/>
    116          <use xlink:href="#shadow" x="80"/>
    117 
    118          <rect x="-6" y="-6" width="12" height="12" fill="rgb(204,0,102)">
    119            <set attributeName="x" to="74" min="8s" end="2s" dur="1s" repeatCount="5" fill="remove"/>
    120          </rect>
    121        </g>
    122 
    123        <g id="setSeven" transform="translate(0, 180)">
    124          <use xlink:href="#shadow" x="0"/>
    125          <use xlink:href="#shadow" x="80"/>
    126 
    127          <rect x="-6" y="-6" width="12" height="12" fill="rgb(204,0,102)">
    128            <set attributeName="x" to="74" min="8s" end="2s" dur="1s" repeatCount="5" fill="freeze"/>
    129          </rect>
    130        </g>
    131      </g>
    132    </g>
    133  </g>
    134  <g font-family="SVGFreeSansASCII,sans-serif" font-size="32">
    135    <text id="revision" x="10" y="340" stroke="none" fill="black">$Revision: 1.6 $</text>
    136  </g>
    137  <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000"/>
    138  <!-- comment out this watermark once the test is approved -->
    139  <!--<g id="draft-watermark">
    140    <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/>
    141    <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240"
    142      text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text>
    143  </g>-->
    144 </svg>
    145 </body>
    146 </html>