Hi Brian, thanks for testing the SVG import!
> With limited testing, MoI V5 beta is able to open some of them just fine, but at 500+ units size. e.g., the first and forth ones.
> Similar large size result in Rhino 7.
This happens because those SVG files are using pixel units in them. The first one has a pixel size of 650 x 600 for example so
it has coordinate values in it ranging from 0 to 600 and those coordinates just come across directly into Moi.
I don't really know of any better way to handle pixel units, it doesn't really map that great into CAD.
> Some only partially open. e.g. 4intersecting-rounded-rectangles.svg. (Nothing opened in Rhino 7.)
> It is nice to have the ability to open SVG in MoI.
The 4intersecting-rounded-rectangles.svg file is using an SVG instancing mechanism with <defs> and <use> tags, not just
all plain geometry. At the moment those things are not supported fully by the MoI importer.
- Michael
|