whitespace in SVG?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Espen

    whitespace in SVG?

    I convert text from VML to SVG. But it seams like whitespaces in VML takes
    more space than in SVG. Therefor the text doesn't look the same.

    Is this correct. And is it possible to avoid this problem?


  • Thomas Meinike

    #2
    Re: whitespace in SVG?

    Espen wrote:
    [color=blue]
    >I convert text from VML to SVG. But it seams like whitespaces in VML takes
    >more space than in SVG. Therefor the text doesn't look the same.
    >
    >Is this correct. And is it possible to avoid this problem?[/color]

    The standard setting is xml:space="defa ult" with the effect of white
    space minimization. Set xml:space="pres erve" for white space
    conservation. See
    <http://www.datenverdra hten.de/svglbc/?code=xml_space >.

    cu, Thomas
    --
    SVG - Learning By Coding
    <http://www.datenverdra hten.de/svglbc/>

    Comment

    Working...