<!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> |