Hidden elements appear when placing files
All shapes in the illustrator file are exported, the image below shows a hidden layer [ note the little eye icon omitted from the highlighted layer] the hidden element will be present when placing with Origin. To prevent elements exporting, they must be deleted from the illustrator file. This is achieved by selecting the element to remove and pressing the trash can to the bottom of the layers menu.
Some shapes appear with double lines ontool
Strokes can be aligned to the inside, outside or center of a path. The SVG 1.1 file type only supports the centered option. If a non-centered stroke is exported, illustrator converts it to an outlined offset shape. You can select all your shapes and choose center aligned stroke to update everything (provided that they are not hidden and not locked).
Individual arcs or lines appear when I expect continuous paths
DXF files exported from Solidworks will often present this issue. Each line is exported as a separate open element, preventing Origin from identifying the inside and the outside of each shape. To fix this, we recommend that you use the Shape Builder Tool. It allows you to select the paths you wish to combine into closed shapes and define their fill and stroke.
1: Select the shapes or lines that you wish to combine and click on the Shape Builder Tool (see above)
2: Choose the fill and stroke you wish to apply and click-drag the cursor over the profiles you wish to combine.
3: Shape Builder combines these forms into a single profile. Origin will now read this as a single closed shape.
Saved SVG returns an 'Invalid' error message when I open it again
The Shaper Add-In for Fusion 360 exports data beyond the regular SVG spec as custom tags in SVG files. For those to be "valid," the SVG header needs to include the line below:
xmlns:shaper="http://www.shapertools.com/namespaces/shaper"
Solutions:
- If you wish to combine two SVG files, don't copy them into a blank file. Instead, copy one into the other. This will automatically keep the header intact.
- Add the above line manually in a text editor, inside the <svg section of the header