animate-elem-05-t-isvalid.html (3037B)
1 <!DOCTYPE html> 2 <html lang='en'> 3 <head> 4 <title>animate-elem-05-t-manual.svg</title> 5 <meta charset='utf-8'> 6 </head> 7 <body> 8 <h1>Source SVG: animate-elem-05-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-05-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 <g font-size="36"> 32 <text x="48" y="48">Test a motion path</text> 33 <text x="48" y="95">'values' attribute.</text> 34 <path d="M90,258 L240,180 L390,180" fill="none" stroke="black" stroke-width="6"/> 35 <rect x="60" y="198" width="60" height="60" fill="#FFCCCC" stroke="black" stroke-width="6"/> 36 <text x="90" y="300" text-anchor="middle">0 sec.</text> 37 <rect x="210" y="120" width="60" height="60" fill="#FFCCCC" stroke="black" stroke-width="6"/> 38 <text x="240" y="222" text-anchor="middle">3+</text> 39 <rect x="360" y="120" width="60" height="60" fill="#FFCCCC" stroke="black" stroke-width="6"/> 40 <text x="390" y="222" text-anchor="middle">6+</text> 41 <path d="M-30,0 L0,-60 L30,0 z" fill="blue" stroke="green" stroke-width="6"> 42 <animateMotion values="90,258;240,180;390,180" begin="0s" dur="6s" calcMode="linear" fill="freeze"/> 43 </path> 44 </g> 45 </g> 46 <g font-family="SVGFreeSansASCII,sans-serif" font-size="32"> 47 <text id="revision" x="10" y="340" stroke="none" fill="black">$Revision: 1.7 $</text> 48 </g> 49 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/> 50 <!-- comment out this watermark once the test is approved --> 51 <!--<g id="draft-watermark"> 52 <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/> 53 <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240" 54 text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text> 55 </g>--> 56 </svg> 57 </body> 58 </html>