blob: 0c3d64dcc0e1bc39d808c1044a738b7a407a3cc8 [file] [log] [blame]
<!doctype html>
<body style="zoom:2">
<p>The word spacing should be identical:</p>
<div style="word-spacing: 10px">
<svg width="200" height="50"><text x="0" y="20">one two three</text></svg><br>
<svg style="word-spacing: 10px" width="200" height="50"><text x="0" y="20">one two three</text></svg>
</div>
</body>