packages feed

reanimate-svg-0.13.0.0: test/good/known-good.svg

<svg version="1.1" baseProfile="tiny" id="svg-root"
  width="100%" height="100%" viewBox="0 0 480 360"
  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <!--======================================================================-->
  <!--=  SVG 1.1 2nd Edition Test Case                                     =-->
  <!--======================================================================-->
  <!--=  Copyright 2009 World Wide Web Consortium, (Massachusetts          =-->
  <!--=  Institute of Technology, European Research Consortium for         =-->
  <!--=  Informatics and Mathematics (ERCIM), Keio University).            =-->
  <!--=  All Rights Reserved.                                              =-->
  <!--=  See http://www.w3.org/Consortium/Legal/.                          =-->
  <!--======================================================================-->
    <circle cx="100" cy="100" r="50" fill="none" stroke="black"/>
    <circle cx="220" cy="100" r="35" fill="green" stroke="black"/>
    <circle cx="340" cy="100" r="20" fill="black" stroke="lime" stroke-width="4"/>
    <circle cx="100" cy="260" r="20" stroke="lime" fill="yellow" stroke-width="4"/>
    <circle cx="220" cy="260" r="35" stroke="none" fill="blue"/>
    <circle cx="340" cy="260" r="50" stroke="green" fill="none" stroke-width="10"/>
</svg>