I am building an app where I load in multiple svg files into layers,
multiple layers of mountains or lakes. Some of these svg files I have
bought just to save time instead of making them myself. When loading some
of the svg files into my app the layer would not load because of some issue
in the svg file. I spent many hours trying to figure out the issue with
these svg files, different apps to try and fix them an no luck at all. So
made a quick little scad file to load the svg and save them as stl files.
This worked but not really what I wanted so I changed the scad file to load
the svg, extrude it and then use projection to flatten it and then
overwrite the original svg file. Now I am able to load the svg files into
my app with no issues.
OpenSCAD for the win, once again!!!
I am building an app where I load in multiple svg files into layers,
multiple layers of mountains or lakes. Some of these svg files I have
bought just to save time instead of making them myself. When loading some
of the svg files into my app the layer would not load because of some issue
in the svg file. I spent many hours trying to figure out the issue with
these svg files, different apps to try and fix them an no luck at all. So
made a quick little scad file to load the svg and save them as stl files.
This worked but not really what I wanted so I changed the scad file to load
the svg, extrude it and then use projection to flatten it and then
overwrite the original svg file. Now I am able to load the svg files into
my app with no issues.
OpenSCAD for the win, once again!!!