tor-browser

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

animate-elem-81-t-isvalid.html (6476B)


      1 <!DOCTYPE html>
      2 <html lang='en'>
      3 <head>
      4 <title>animate-elem-81-t-manual.svg</title>
      5 <meta charset='utf-8'>
      6 </head>
      7 <body>
      8 <h1>Source SVG: animate-elem-81-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-81-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="25" font-size="16">&lt;animateTransform&gt;</text>
     32    <defs>
     33      <g id="ref" stroke="rgb(192,192,192)" fill="none">
     34        <circle stroke-width="2" r="40"/>
     35        <line x1="-45" x2="45"/>
     36        <line y1="-45" y2="45"/>
     37      </g>
     38    </defs>
     39    <g transform="translate(0,0)" font-size="14">
     40      <g transform="translate(60,90)">
     41        <rect x="-15" y="-15" width="30" height="30" transform="skewX(30)" stroke="gray" stroke-width="4" fill="rgb(230,230,230)">
     42          <animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0" to="90" dur="5s" additive="replace" fill="freeze"/>
     43          <animateTransform attributeName="transform" attributeType="XML" type="scale" from="1,1" to="2,2" dur="5s" additive="replace" fill="freeze"/>
     44        </rect>
     45        <rect x="-15" y="-15" width="30" height="30" transform="scale(2,2)" stroke="rgb(255,180,0)" stroke-width="4" fill="none"/>
     46        <text y="60" text-anchor="middle">additive=replace</text>
     47      </g>
     48 
     49      <g transform="translate(180,90)">
     50        <rect x="-15" y="-15" width="30" height="30" transform="skewX(30)" stroke="gray" stroke-width="4" fill="rgb(230,230,230)">
     51          <animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0" to="90" dur="5s" additive="sum" fill="freeze"/>
     52          <animateTransform attributeName="transform" attributeType="XML" type="scale" from="1,1" to="2,2" dur="5s" additive="sum" fill="freeze"/>
     53        </rect>
     54        <rect x="-15" y="-15" width="30" height="30" transform="skewX(30) rotate(90) scale(2,2)" stroke="rgb(255,180,0)" stroke-width="4" fill="none"/>
     55        <text y="60" text-anchor="middle">additive=sum</text>
     56      </g>
     57 
     58      <g transform="translate(300,90)">
     59        <rect x="-15" y="-15" width="30" height="30" transform="skewX(30)" stroke="gray" stroke-width="4" fill="rgb(230,230,230)">
     60          <animateTransform attributeName="transform" attributeType="XML" type="scale" from="1,1" to="2,2" dur="2.5s" repeatCount="2" accumulate="none" fill="freeze" additive="replace"/>
     61        </rect>
     62        <rect x="-15" y="-15" width="30" height="30" transform="scale(2,2)" stroke="rgb(255,180,0)" stroke-width="4" fill="none"/>
     63        <text y="60" text-anchor="middle">accumulate=none</text>
     64        <text y="75" text-anchor="middle">additive=replace</text>
     65      </g>
     66 
     67      <g transform="translate(420,90)">
     68        <rect x="-7.5" y="-7.5" width="15" height="15" transform="skewX(30)" stroke="gray" stroke-width="2" fill="rgb(230,230,230)">
     69          <animateTransform attributeName="transform" attributeType="XML" type="scale" from="0,0" to="2,2" dur="2.5s" repeatCount="2" accumulate="sum" fill="freeze" additive="replace"/>
     70        </rect>
     71        <rect x="-7.5" y="-7.5" width="15" height="15" transform="scale(4,4)" stroke="rgb(255,180,0)" stroke-width="2" fill="none"/>
     72        <text y="60" text-anchor="middle">accumulate=sum</text>
     73        <text y="75" text-anchor="middle">additive=replace</text>
     74      </g>
     75 
     76      <g transform="translate(300,220)">
     77        <rect x="-15" y="-15" width="30" height="30" transform="skewX(30)" stroke="gray" stroke-width="4" fill="rgb(230,230,230)">
     78          <animateTransform attributeName="transform" attributeType="XML" type="scale" from="1,1" to="2,2" dur="2.5s" repeatCount="2" accumulate="none" fill="freeze" additive="sum"/>
     79        </rect>
     80        <rect x="-15" y="-15" width="30" height="30" transform="skewX(30) scale(2,2)" stroke="rgb(255,180,0)" stroke-width="4" fill="none"/>
     81        <text y="60" text-anchor="middle">accumulate=none</text>
     82        <text y="75" text-anchor="middle">additive=sum</text>
     83      </g>
     84 
     85      <g transform="translate(420,220)">
     86        <rect x="-7.5" y="-7.5" width="15" height="15" transform="skewX(30)" stroke="gray" stroke-width="2" fill="rgb(230,230,230)">
     87          <animateTransform attributeName="transform" attributeType="XML" type="scale" from="0,0" to="2,2" dur="2.5s" repeatCount="2" accumulate="sum" fill="freeze" additive="sum"/>
     88        </rect>
     89        <rect x="-7.5" y="-7.5" width="15" height="15" transform="skewX(30) scale(4,4)" stroke="rgb(255,180,0)" stroke-width="2" fill="none"/>
     90        <text y="60" text-anchor="middle">accumulate=sum</text>
     91        <text y="75" text-anchor="middle">additive=sum</text>
     92      </g>
     93    </g>
     94  </g>
     95  <g font-family="SVGFreeSansASCII,sans-serif" font-size="32">
     96    <text id="revision" x="10" y="340" stroke="none" fill="black">$Revision: 1.8 $</text>
     97  </g>
     98  <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000"/>
     99  <!-- comment out this watermark once the test is approved -->
    100  <!--<g id="draft-watermark">
    101    <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/>
    102    <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240"
    103      text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text>
    104  </g>-->
    105 </svg>
    106 </body>
    107 </html>