1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/svg/dynamic-text-04-ref.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,34 @@ 1.4 +<svg xmlns="http://www.w3.org/2000/svg" version="1.1"> 1.5 + 1.6 + <title>Reference for dynamic changes of rotate attributes</title> 1.7 + 1.8 + <!-- based on http://www.w3.org/TR/SVG/images/text/tspan05.svg --> 1.9 + 1.10 + <text id="parent" font-size="32" x="40" y="40" rotate="5,15,25,35,45,55"> 1.11 + Not 1.12 + 1.13 + <tspan id="child1" rotate="-10,-20,-30,-40"> 1.14 + all characters 1.15 + 1.16 + <tspan id="child2" rotate="70,60,50,40,30,20,10"> 1.17 + in 1.18 + 1.19 + <tspan id="child3"> 1.20 + the 1.21 + </tspan> 1.22 + </tspan> 1.23 + 1.24 + <tspan x="40" y="90" id="child4"> 1.25 + text 1.26 + </tspan> 1.27 + 1.28 + have a 1.29 + </tspan> 1.30 + 1.31 + <tspan id="child5" rotate="-10"> 1.32 + specified 1.33 + </tspan> 1.34 + 1.35 + rotation 1.36 + </text> 1.37 +</svg>