how to import SVG in scripting?

Moho allows users to write new tools and plugins. Discuss scripting ideas and problems here.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
Jasim
Posts: 3
Joined: Wed Jun 07, 2023 12:17 am

how to import SVG in scripting?

Post 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 :)
Post Reply