1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/svg/text-layout-01-ref.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,42 @@ 1.4 +<!-- 1.5 + Any copyright is dedicated to the Public Domain. 1.6 + http://creativecommons.org/publicdomain/zero/1.0/ 1.7 +--> 1.8 +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" 1.9 + xmlns:xlink="http://www.w3.org/1999/xlink" 1.10 + font-family="monospace" font-size="20" xml:space="preserve"> 1.11 + 1.12 + <title>Reference to check that dx, dy works for text</title> 1.13 + 1.14 + <!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=388547 --> 1.15 + 1.16 + <text x="30" y="30">TEST1</text> 1.17 + 1.18 + <text x="30" y="60">T</text> 1.19 + <text x="30" y="70"> E</text> 1.20 + <text x="40" y="80"> ST2</text> 1.21 + 1.22 + <text x="30" y="100">T</text> 1.23 + <text x="30" y="110"> E</text> 1.24 + <text x="40" y="120"> ST3</text> 1.25 + 1.26 + <text x="30" y="160">T</text> 1.27 + <text x="30" y="150"> EST4</text> 1.28 + 1.29 + <text x="40" y="200">TEST5</text> 1.30 + 1.31 + <text x="220" y="30">T</text> 1.32 + <text x="240" y="30">E</text> 1.33 + <text x="260" y="30">S</text> 1.34 + <text x="280" y="30">T6</text> 1.35 + 1.36 + <text x="220" y="70">T</text> 1.37 + <text x="220" y="90">E</text> 1.38 + <text x="220" y="110">S</text> 1.39 + <text x="220" y="130">T</text> 1.40 + <text x="220" y="150">7</text> 1.41 + 1.42 + <text x="220" y="200">T ST8</text> 1.43 + 1.44 + <g transform="translate(150,100)rotate(45)"><text>A</text></g> 1.45 +</svg>