Page 1 of 1

how to import SVG in scripting?

Posted: Wed Sep 06, 2023 2:02 am
by Jasim
I want to import SVG
I can import EPS using
moho:ImportEPS()
and can import images using
moho:FileImport()
but can't figure out how to import SVG
using FileImport with SVG files, it imports an image with the file name but does not display it and in the layer panel it shows as a bitmap image not a vector layer

Thank You :)