tor-browser

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

animate-elem-70-t-isvalid.html (4384B)


      1 <!DOCTYPE html>
      2 <html lang='en'>
      3 <head>
      4 <title>animate-elem-70-t-manual.svg</title>
      5 <meta charset='utf-8'>
      6 </head>
      7 <body>
      8 <h1>Source SVG: animate-elem-70-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-70-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">fill</text>
     32    <g transform="translate(130, 60)">
     33      <g transform="translate(120,45)" text-anchor="end" font-size="14">
     34        <text>fill unspecified (remove)</text>
     35        <text y="25">fill=remove</text>
     36        <text y="100">fill=freeze (with restart)</text>
     37        <text y="125">fill=freeze (no restart)</text>
     38      </g>
     39 
     40      <g id="timeMarkersText" transform="translate(180, 125)" text-anchor="middle" font-size="14">
     41        <text y="-15">never</text>
     42        <text>here</text>
     43        <text y="-15" x="80">always</text>
     44        <text x="80">here</text>
     45      </g>
     46 
     47      <g transform="translate(180,40)" stroke="black">
     48        <defs>
     49          <rect id="shadow" x="-6" y="-6" width="12" height="12" fill="#ccc" stroke="black" stroke-width="1"/>
     50        </defs>
     51 
     52        <g id="setOne">
     53          <use xlink:href="#shadow" x="0"/>
     54          <use xlink:href="#shadow" x="80"/>
     55 
     56          <rect x="-6" y="-6" width="12" height="12" fill="rgb(204,0,102)">
     57            <set id="firstSet" attributeName="x" to="74" begin="0s; firstSet.end + 1s" dur="1s"/>
     58          </rect>
     59 
     60        </g>
     61 
     62        <g id="setTwo" transform="translate(0, 25)">
     63          <use xlink:href="#shadow" x="0"/>
     64          <use xlink:href="#shadow" x="80"/>
     65 
     66          <rect x="-6" y="-6" width="12" height="12" fill="rgb(204,0,102)">
     67            <set id="secondSet" attributeName="x" to="74" begin="0s; secondSet.end + 1s" dur="1s" fill="remove"/>
     68          </rect>
     69 
     70        </g>
     71 
     72        <g id="setThree" transform="translate(0, 100)">
     73          <use xlink:href="#shadow" x="0"/>
     74          <use xlink:href="#shadow" x="80"/>
     75 
     76          <rect x="-6" y="-6" width="12" height="12" fill="rgb(204,0,102)">
     77            <set id="thirdSet" attributeName="x" to="74" begin="0s; thirdSet.end + 1s" dur="1s" fill="freeze"/>
     78          </rect>
     79        </g>
     80 
     81 
     82        <g id="setFour" transform="translate(0, 125)">
     83          <use xlink:href="#shadow" x="0"/>
     84          <use xlink:href="#shadow" x="80"/>
     85 
     86          <rect x="-6" y="-6" width="12" height="12" fill="rgb(204,0,102)">
     87            <set id="fourthSet" attributeName="x" to="74" begin="0s" dur="1s" fill="freeze"/>
     88          </rect>
     89        </g>
     90      </g>
     91    </g>
     92  </g>
     93  <g font-family="SVGFreeSansASCII,sans-serif" font-size="32">
     94    <text id="revision" x="10" y="340" stroke="none" fill="black">$Revision: 1.6 $</text>
     95  </g>
     96  <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000"/>
     97  <!-- comment out this watermark once the test is approved -->
     98  <!--<g id="draft-watermark">
     99    <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/>
    100    <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240"
    101      text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text>
    102  </g>-->
    103 </svg>
    104 </body>
    105 </html>