tor-browser

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

animate-elem-66-t-isvalid.html (5986B)


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