tor-browser

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

animate-elem-46-t-isvalid.html (13224B)


      1 <!DOCTYPE html>
      2 <html lang='en'>
      3 <head>
      4 <title>animate-elem-46-t-manual.svg</title>
      5 <meta charset='utf-8'>
      6 </head>
      7 <body>
      8 <h1>Source SVG: animate-elem-46-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-46-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    <defs>
     32      <font-face font-family="SVGFreeSansASCII" unicode-range="U+0-7F" font-weight="700">
     33        <font-face-src>
     34          <font-face-uri xlink:href="../resources/SVGFreeSansBold.svg#ascii"/>
     35        </font-face-src>
     36      </font-face>
     37      <font-face font-family="SVGFreeSansASCII" unicode-range="U+0-7F" font-style="italic">
     38        <font-face-src>
     39          <font-face-uri xlink:href="../resources/SVGFreeSansItalic.svg#ascii"/>
     40        </font-face-src>
     41      </font-face>
     42      <font-face font-family="SVGFreeSansASCII" unicode-range="U+0-7F" font-weight="700" font-style="italic">
     43        <font-face-src>
     44          <font-face-uri xlink:href="../resources/SVGFreeSansBoldItalic.svg#ascii"/>
     45        </font-face-src>
     46      </font-face>
     47      <font-face font-family="FreeSerif" unicode-range="U+0-7F" font-weight="bold">
     48        <font-face-src>
     49          <font-face-uri xlink:href="../resources/FreeSerifBold.svg#FreeSerifBold"/>
     50        </font-face-src>
     51      </font-face>
     52    </defs>
     53    <g transform="translate(80, 80)">
     54      <g transform="translate(20,10)" text-anchor="end" font-size="14">
     55        <text x="5" y="15">text-anchor</text>
     56        <text x="5" y="50">font-size</text>
     57        <text x="5" y="85">font-family</text>
     58        <text x="5" y="120">font-style</text>
     59        <text x="5" y="155">font-weight</text>
     60      </g>
     61 
     62      <g id="type" transform="translate(90, -10)" text-anchor="middle" font-size="14">
     63        <text x="20" y="3">&lt;text&gt;</text>
     64        <text x="135" y="3">&lt;g&gt;</text>
     65        <text x="250" y="3">&lt;a&gt;</text>
     66      </g>
     67 
     68      <g transform="translate(80,5)" text-anchor="start" font-size="20" fill="rgb(204,0,102)">
     69        <g id="animateZero">
     70          <defs>
     71            <g id="animateZeroRef" font-size="30" font-weight="bold">
     72              <text x="0" y="20" fill="#aaa" text-anchor="end">A</text>
     73              <rect x="-2" y="18" width="4" height="4" fill="#aaa"/>
     74              <text x="0" y="20" fill="#aaa" text-anchor="middle" transform="translate(30,0)">A</text>
     75              <rect x="-2" y="18" width="4" height="4" fill="#aaa" transform="translate(30,0)"/>
     76              <text x="0" y="20" fill="#aaa" text-anchor="start" transform="translate(60,0)">A</text>
     77              <rect x="-2" y="18" width="4" height="4" fill="#aaa" transform="translate(60,0)"/>
     78              <rect x="-2" y="18" width="4" height="4">
     79                <animateTransform attributeName="transform" type="translate" values="0;30;60" dur="3s" fill="freeze" calcMode="discrete"/>
     80              </rect>
     81            </g>
     82          </defs>
     83 
     84          <use xlink:href="#animateZeroRef"/>
     85          <use xlink:href="#animateZeroRef" x="110"/>
     86          <use xlink:href="#animateZeroRef" x="220"/>
     87 
     88          <text id="textID_0" x="0" y="20" text-anchor="end" font-size="30" font-weight="bold">A</text>
     89          <animate xlink:href="#textID_0" attributeName="text-anchor" values="end;middle;start" dur="3s" fill="freeze"/>
     90          <animateTransform xlink:href="#textID_0" attributeName="transform" type="translate" values="0;30;60" dur="3s" fill="freeze" calcMode="discrete"/>
     91 
     92 
     93          <g transform="translate(110, 0)" text-anchor="end" font-size="30" font-weight="bold">
     94            <animate attributeName="text-anchor" values="end;middle;start" dur="3s" fill="freeze"/>
     95            <animateTransform attributeName="transform" type="translate" values="0;30;60" calcMode="discrete" dur="3s" fill="freeze" additive="sum"/>
     96            <text x="0" y="20">A</text>
     97          </g>
     98 
     99          <a xlink:href="" transform="translate(220, 0)" text-anchor="end" font-size="30" font-weight="bold">
    100            <animate attributeName="text-anchor" values="end;middle;start" dur="3s" fill="freeze"/>
    101            <animateTransform attributeName="transform" type="translate" values="0;30;60" calcMode="discrete" dur="3s" fill="freeze" additive="sum"/>
    102            <text x="0" y="20">A</text>
    103          </a>
    104        </g>
    105 
    106        <g id="animateOne" transform="translate(0,35)">
    107          <defs>
    108            <g id="animateOneRef" font-weight="bold" text-anchor="start">
    109              <text x="0" y="20" fill="#aaa" font-size="30">A</text>
    110              <text x="0" y="20" fill="#aaa" font-size="12" transform="translate(30,0)">A</text>
    111              <text x="0" y="20" fill="#aaa" font-size="30" transform="translate(60,0)">A</text>
    112            </g>
    113          </defs>
    114 
    115          <use xlink:href="#animateOneRef"/>
    116          <use xlink:href="#animateOneRef" x="110"/>
    117          <use xlink:href="#animateOneRef" x="220"/>
    118 
    119          <text id="textID_1" x="0" y="20" font-size="12" font-weight="bold">A</text>
    120          <animate xlink:href="#textID_1" attributeName="font-size" values="30;12;30" dur="3s" fill="freeze"/>
    121          <animateTransform xlink:href="#textID_1" attributeName="transform" type="translate" from="0" to="60" dur="3s" fill="freeze"/>
    122 
    123          <g transform="translate(110, 0)" font-size="12" font-weight="bold">
    124            <animate attributeName="font-size" values="30;12;30" dur="3s" fill="freeze"/>
    125            <animateTransform attributeName="transform" type="translate" from="0" to="60" dur="3s" fill="freeze" additive="sum"/>
    126            <text x="0" y="20">A</text>
    127          </g>
    128 
    129          <a xlink:href="" transform="translate(220,0)" font-size="12" font-weight="bold">
    130            <animate attributeName="font-size" values="30;12;30" dur="3s" fill="freeze"/>
    131            <animateTransform attributeName="transform" type="translate" from="0" to="60" dur="3s" fill="freeze" additive="sum"/>
    132            <text x="0" y="20">A</text>
    133          </a>
    134        </g>
    135 
    136        <g id="animateTwo" transform="translate(0,70)">
    137          <defs>
    138            <g id="animateTwoRef" font-weight="bold" font-size="30">
    139              <text x="0" y="20" fill="#aaa" font-family="SVGFreeSansASCII,sans-serif">A </text>
    140              <text x="30" y="20" fill="#aaa" font-family="FreeSerif,serif">A</text>
    141              <text x="60" y="20" font-size="30" fill="#aaa" font-family="SVGFreeSansASCII,sans-serif">A</text>
    142            </g>
    143          </defs>
    144          <use xlink:href="#animateTwoRef"/>
    145          <use xlink:href="#animateTwoRef" x="110"/>
    146          <use xlink:href="#animateTwoRef" x="220"/>
    147 
    148          <text id="textID_2" x="0" y="20" font-weight="bold" font-size="30">A</text>
    149          <animate xlink:href="#textID_2" attributeName="font-family" values="SVGFreeSansASCII,sans-serif;FreeSerif,serif;SVGFreeSansASCII,sans-serif" dur="3s" fill="freeze"/>
    150          <animateTransform xlink:href="#textID_2" attributeName="transform" type="translate" values="0;30;60" calcMode="discrete" dur="3s" fill="freeze"/>
    151 
    152          <g font-weight="bold" font-size="30" transform="translate(110,0)">
    153            <animate attributeName="font-family" values="SVGFreeSansASCII,sans-serif;FreeSerif,serif;SVGFreeSansASCII,sans-serif" dur="3s" fill="freeze"/>
    154            <animateTransform attributeName="transform" type="translate" values="0;30;60" calcMode="discrete" dur="3s" fill="freeze" additive="sum"/>
    155            <text x="0" y="20">A</text>
    156          </g>
    157 
    158          <a xlink:href="" font-weight="bold" font-size="30" transform="translate(220,0)">
    159            <animate attributeName="font-family" values="SVGFreeSansASCII,sans-serif;FreeSerif,serif;SVGFreeSansASCII,sans-serif" dur="3s" fill="freeze"/>
    160            <animateTransform attributeName="transform" type="translate" values="0;30;60" calcMode="discrete" dur="3s" fill="freeze" additive="sum"/>
    161            <text x="0" y="20">A</text>
    162          </a>
    163        </g>
    164 
    165        <g id="animateThree" transform="translate(0,105)">
    166          <defs>
    167            <g id="animateThreeRef" font-size="30" font-weight="bold">
    168              <text x="0" y="20" font-size="30" fill="#aaa" font-style="normal">A</text>
    169              <text x="30" y="20" font-size="30" fill="#aaa" font-style="italic">A</text>
    170              <text x="60" y="20" font-size="30" fill="#aaa" font-style="normal">A</text>
    171            </g>
    172          </defs>
    173          <use xlink:href="#animateThreeRef"/>
    174          <use xlink:href="#animateThreeRef" x="110"/>
    175          <use xlink:href="#animateThreeRef" x="220"/>
    176 
    177          <text id="textID_3" x="0" y="20" font-size="30" font-weight="bold">A</text>
    178          <animate xlink:href="#textID_3" attributeName="font-style" values="normal;italic;normal" dur="3s" fill="freeze"/>
    179          <animateTransform xlink:href="#textID_3" attributeName="transform" type="translate" values="0;30;60" calcMode="discrete" dur="3s" fill="freeze"/>
    180 
    181          <g transform="translate(110,0)" font-size="30" font-weight="bold">
    182            <animate attributeName="font-style" values="normal;italic;normal" dur="3s" fill="freeze"/>
    183            <animateTransform attributeName="transform" type="translate" values="0;30;60" calcMode="discrete" dur="3s" fill="freeze" additive="sum"/>
    184            <text x="0" y="20" font-size="30">A</text>
    185          </g>
    186 
    187          <a xlink:href="" transform="translate(220,0)" font-size="30" font-weight="bold">
    188            <animate attributeName="font-style" values="normal;italic;normal" dur="3s" fill="freeze"/>
    189            <animateTransform attributeName="transform" type="translate" values="0;30;60" calcMode="discrete" dur="3s" fill="freeze" additive="sum"/>
    190            <text x="0" y="20" font-size="30">A</text>
    191          </a>
    192 
    193        </g>
    194 
    195        <g id="animateFour" transform="translate(0,140)">
    196          <defs>
    197            <g id="animateFourRef" font-size="30">
    198              <text x="0" y="20" fill="#aaa" font-weight="bold">A</text>
    199              <text x="30" y="20" fill="#aaa" font-weight="normal">A</text>
    200              <text x="60" y="20" fill="#aaa" font-weight="bold">A</text>
    201            </g>
    202          </defs>
    203 
    204          <use xlink:href="#animateFourRef"/>
    205          <use xlink:href="#animateFourRef" x="110"/>
    206          <use xlink:href="#animateFourRef" x="220"/>
    207 
    208          <text id="textID_4" x="0" y="20" font-size="30">A</text>
    209          <animate xlink:href="#textID_4" attributeName="font-weight" values="bold;normal;bold" calcMode="discrete" dur="3s" fill="freeze"/>
    210          <animateTransform xlink:href="#textID_4" attributeName="transform" type="translate" values="0;30;60" calcMode="discrete" dur="3s" fill="freeze"/>
    211 
    212          <g transform="translate(110,0)" font-size="30">
    213            <animate attributeName="font-weight" values="bold;normal;bold" calcMode="discrete" dur="3s" fill="freeze"/>
    214            <animateTransform attributeName="transform" type="translate" values="0;30;60" calcMode="discrete" dur="3s" fill="freeze" additive="sum"/>
    215            <text x="0" y="20">A</text>
    216          </g>
    217 
    218          <a xlink:href="" transform="translate(220,0)" font-size="30">
    219            <animate attributeName="font-weight" values="bold;normal;bold" calcMode="discrete" dur="3s" fill="freeze"/>
    220            <animateTransform attributeName="transform" type="translate" values="0;30;60" calcMode="discrete" dur="3s" fill="freeze" additive="sum"/>
    221            <text x="0" y="20">A</text>
    222          </a>
    223        </g>
    224      </g>
    225    </g>
    226  </g>
    227  <g font-family="SVGFreeSansASCII,sans-serif" font-size="32">
    228    <text id="revision" x="10" y="340" stroke="none" fill="black">$Revision: 1.9 $</text>
    229  </g>
    230  <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
    231  <!-- comment out this watermark once the test is approved -->
    232  <!--<g id="draft-watermark">
    233    <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/>
    234    <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240"
    235      text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text>
    236  </g>-->
    237 </svg>
    238 </body>
    239 </html>