Text not saved correctly to SVG

RednasRednas Posts: 7Member
edited January 2021 in Outdated Vote Up-1Vote Down

There's a much better way to save/export text to SVG

Basicly use text>tspan instead of g>g>path. You still will have to do the math for xy for each line because multiline and alignment are not supported in svg.

Tagged:

Comments

  • 1 Comment sorted by Votes Date Added
  • AlexAlex Posts: 332Member

    It's not a bug.

    Lunacy saving text to SVG as curves does not depend on fonts availability on the recipient device. 

    The way you are advising to export will cause text block looks different at the different devices because such SVG needs the used fonts to be installed in the recipient system.

Sign In or Register to comment.