SVG file drawing issues
Moderators: SDS, support, admin
SVG file drawing issues
Hi all,
I'm loading the svg file attached with CADImporterDLL, and drawing it to a windows canvas.
The 1rst issue is that no text is rendered.
Is that a known limitation of CAImporterDLL's SVG handling ?
The 2nd issue concerns the "PAGE" in this SVG.
Is there a way to access the page dimensions ?
Tks
I'm loading the svg file attached with CADImporterDLL, and drawing it to a windows canvas.
The 1rst issue is that no text is rendered.
Is that a known limitation of CAImporterDLL's SVG handling ?
The 2nd issue concerns the "PAGE" in this SVG.
Is there a way to access the page dimensions ?
Tks

- Attachments
-
- Induction compens.zip
- (6.4 KiB) Downloaded 2198 times
Re: SVG file drawing issues
Hello.
CAD Importer DLL supports common SVG specification that can be found at http://www.w3.org. The provided file was created with Inkscape software that exports to extended (Inkscape SVG) format. Inkscape includes own tags that missed by CAD Importer reader. For example texts include -inkscape-font-specification parameter. The texts can't be imported correctly with other SVG readers also, Adobe plug-in for example: CAD Importer DLL provides extents of a drawing via CADGetBox function.
Alexander.
CAD Importer DLL supports common SVG specification that can be found at http://www.w3.org. The provided file was created with Inkscape software that exports to extended (Inkscape SVG) format. Inkscape includes own tags that missed by CAD Importer reader. For example texts include -inkscape-font-specification parameter. The texts can't be imported correctly with other SVG readers also, Adobe plug-in for example: CAD Importer DLL provides extents of a drawing via CADGetBox function.
Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
Re: SVG file drawing issues
Yes indeed, by converting the "InkScape" texts to standards "TEXT", it works.
Thanks for you reply
Thanks for you reply
