You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: