Examples
Basic Examples (4) 
Import an SVG file as vector graphics:
Import an SVG with formatted text:
Import an SVG from the web:
Import a formula:
Scope (5) 
Import an SVG from a string:
Import from a byte array:
Import from a URL:
Import a CloudObject:
Import a LocalObject:
Options (6) 
ShowWarnings (3) 
By default, warnings about potential conversion issues are not shown. In this example, some complex gradients were not converted correctly:
See the expected appearance:
Show warnings to see details about conversion problems:
IntermediateFormat (3) 
By default, SVGImport uses "PDF" as an intermediate format, which sometimes encounters issues with gradients:
Using "PNG" as the intermediate format can improve results in some cases:
The result will no longer be scalable vector graphics, however:
Properties and Relations (2) 
"SVG" is a supported format for Export, but not Import:
Use SVGImport to import SVG files:
SVG files contain scalable vector graphics, so the results of SVGImport are scalable as well:
Possible Issues (2) 
Dynamic JavaScript content will not work:
Animations are also not supported:
Related Links
Version History
-
1.1.0
– 25 February 2022
-
1.0.2
– 01 February 2021
Related Resources
Author Notes
Change log
1.0.2: 2021-01-21
Fixed:
Added:
Some additional verification tests.
Change log in Author Notes.
Related resource objects: ImageRead, RegisterFormat.
1.0.1: 2020-11-12
Added:
Compatibility for changes to the "PDF" importer in 12.2.