layout/reftests/svg/smil/transform/rotate-angle-ref.svg

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

michael@0 1 <svg xmlns="http://www.w3.org/2000/svg">
michael@0 2 <g transform="translate(50 50)">
michael@0 3 <path d="M-2 50h4v -90h4l -6 -10 -6 10h4z" fill="blue"
michael@0 4 transform="rotate(90)"/>
michael@0 5 </g>
michael@0 6 <g transform="translate(150 50)">
michael@0 7 <path d="M-2 50h4v -90h4l -6 -10 -6 10h4z" fill="blue"
michael@0 8 transform="rotate(90)"/>
michael@0 9 </g>
michael@0 10 <g transform="translate(250 50)">
michael@0 11 <path d="M-2 50h4v -90h4l -6 -10 -6 10h4z" fill="blue"
michael@0 12 transform="rotate(90)"/>
michael@0 13 </g>
michael@0 14 <g transform="translate(50 150)">
michael@0 15 <path d="M-2 50h4v -90h4l -6 -10 -6 10h4z" fill="blue"
michael@0 16 transform="rotate(90)"/>
michael@0 17 </g>
michael@0 18 <g transform="translate(150 150)">
michael@0 19 <path d="M-2 50h4v -90h4l -6 -10 -6 10h4z" fill="blue"
michael@0 20 transform="rotate(90)"/>
michael@0 21 </g>
michael@0 22 <g transform="translate(250 150)">
michael@0 23 <path d="M-2 50h4v -90h4l -6 -10 -6 10h4z" fill="blue"
michael@0 24 transform="rotate(90)"/>
michael@0 25 </g>
michael@0 26 <g transform="translate(50 250)">
michael@0 27 <path d="M-2 50h4v -90h4l -6 -10 -6 10h4z" fill="blue"
michael@0 28 transform="rotate(90)"/>
michael@0 29 </g>
michael@0 30 <g transform="translate(150 250)">
michael@0 31 <path d="M-2 50h4v -90h4l -6 -10 -6 10h4z" fill="blue"
michael@0 32 transform="rotate(90)"/>
michael@0 33 </g>
michael@0 34 <g transform="translate(250 250)">
michael@0 35 <path d="M-2 50h4v -90h4l -6 -10 -6 10h4z" fill="blue"
michael@0 36 transform="rotate(90)"/>
michael@0 37 </g>
michael@0 38 </svg>

mercurial