Skip to content

Text import #13

Open
Open
@akevalion

Description

@akevalion

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

you will get
image

But the original code should be

image

ASText does not have any text property, instead it shows a black circle

This issue is related to
ObjectProfile/Roassal3#351

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions