Open
Description
Hello, svg importer does not work with text take this example
https://gist.github.com/akevalion/cce8571045db0a3f82c52163274864fb
If you try to load using
ASVGMorph fromFile: 'foo.svg'.
or
path := 'file content'.
ASVGMorph new
svg: (AthensSVGConverter new
importXMLDocument: (XMLDOMParser parse: path));
yourself
But the original code should be
ASText does not have any text property, instead it shows a black circle
This issue is related to
ObjectProfile/Roassal3#351
Metadata
Metadata
Assignees
Labels
No labels