On 11.06.20 21:10, Troberg wrote:
> Am I doing something wrong, or is this "behaviour by design" and
> I can stop trying to find problems in my SVG file?
It behaves just like circle() in OpenSCAD. If you only stack them
they will union and the smaller one will vanish.
For SVG to import with the inner circle cut out, the SVG file needs
to be a single path for the whole 8 shape. E.g. in Inkscape it's
possible to do Path->Difference.
This is also visible in Inkscape if the shape is filled. Just
overlapping will show the fill everywhere. Doing the difference
will show the background though the cut out.
ciao,
Torsten.
_______________________________________________
OpenSCAD mailing list
[hidden email]
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
-- Torsten