Support `import` of SVG/STL
Hi there!
I got the error in the title of this issue when trying to run extopenscad for an scad script that includes a call to the import function, specifically to import in an SVG file. Seems like the openscad import function is not supported in implicitCAD. Is this true, or is there some other way to bring in SVG files?
Thanks in advance for your help!
Hi!
Seems like the openscad import function is not supported in implicitCAD. Is this true, or is there some other way to bring in SVG files?
Yes this is true. We currently don't have support for importing SVG/STL.
Reminds me of the previous attempt to make text rendering working by @isovector at https://github.com/isovector/cad-models/blob/master/src/Text.hs so maybe if you convert SVG into polygon this could work although there might a better way that would avoid direct sampling and instead treated SVG as a first class citizen that would only be sampled during rendering.
Ok got it, thank you for the reply!
I've altered the title a bit and gonna keep this open as a reminder for us. Also labeled as Good first issue.