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
When using fromSVGPathData to generate a model from the string M77.497 2.497a75 75 0 0 1 0 150 75 75 0 0 1 0-150z, makerJS incorrectly imports the shape as a half-circle. It produces the following pathdata:
What is happening
When using
fromSVGPathData
to generate a model from the stringM77.497 2.497a75 75 0 0 1 0 150 75 75 0 0 1 0-150z
, makerJS incorrectly imports the shape as a half-circle. It produces the following pathdata:When exported to DXF this shows:
What is expected
In the browser (tested on chrome, firefox, latest), the PathData
M77.497 2.497a75 75 0 0 1 0 150 75 75 0 0 1 0-150z
produces a full circle:Also, adding an extra
a
in the PathData string results in the same shape in the browser, and a correct full circle model in MakerJS:MakerJS converts the pathData with the extra
a
to a model correctly:Samples
bad.svg.txt
good.svg.txt
The text was updated successfully, but these errors were encountered: