layout/reftests/svg/dynamic-text-04-ref.svg

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

michael@0 1 <svg xmlns="http://www.w3.org/2000/svg" version="1.1">
michael@0 2
michael@0 3 <title>Reference for dynamic changes of rotate attributes</title>
michael@0 4
michael@0 5 <!-- based on http://www.w3.org/TR/SVG/images/text/tspan05.svg -->
michael@0 6
michael@0 7 <text id="parent" font-size="32" x="40" y="40" rotate="5,15,25,35,45,55">
michael@0 8 Not
michael@0 9
michael@0 10 <tspan id="child1" rotate="-10,-20,-30,-40">
michael@0 11 all characters
michael@0 12
michael@0 13 <tspan id="child2" rotate="70,60,50,40,30,20,10">
michael@0 14 in
michael@0 15
michael@0 16 <tspan id="child3">
michael@0 17 the
michael@0 18 </tspan>
michael@0 19 </tspan>
michael@0 20
michael@0 21 <tspan x="40" y="90" id="child4">
michael@0 22 text
michael@0 23 </tspan>
michael@0 24
michael@0 25 have a
michael@0 26 </tspan>
michael@0 27
michael@0 28 <tspan id="child5" rotate="-10">
michael@0 29 specified
michael@0 30 </tspan>
michael@0 31
michael@0 32 rotation
michael@0 33 </text>
michael@0 34 </svg>

mercurial