|
I have a document that is structured like this:
<svg id="outer" x="0" y="0" width="100%" height="100%" viewBox="0 0 700 585"
preserveAspectRatio="xMinYMin meet"
xmlns="http://www.w3.org/2000/svg">
<svg id="textBox" x="0" y="0" width="300" height="400" onload="init(evt)">
</svg>
</svg>
Setting width and height to 100% causes problems with the scaling of the text. The text frequently extends beyond what I set the width limit to. I've uploaded an example at the yahoo svg group. Thanks.
Sean
|