ObjectProfile / Roassal3Exporters

PDF Exporter for Roassal3
MIT License
8 stars 3 forks source link

Can we have a simple SVG importer? #4

Closed bergel closed 1 year ago

bergel commented 4 years ago

Pavel said:

Roassal3 seems to miss now an easy way how to import SVGs (as XML files)

akevalion commented 4 years ago

This is a roassal3 issue

akevalion commented 4 years ago

Consider

c := RSAnimationExamples new example26Bezier.
c svgExporter export.

image

Roassal3 has an svg exporter with athens cairo

akevalion commented 1 year ago

the SVG Importer is related to roassal3 or maybe an external project. in Roassal3 you have to use Roassal3-SVG-Importer, package. to download use the script

[Metacello new
    baseline: 'Roassal3';
    repository: 'github://ObjectProfile/Roassal3';
    load: 'SVGImporter' ] on: MCMergeOrLoadWarning do: [:warning | warning load ]