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
also, when using the path inspector, I noticed that this path data is somewhat degenerate - the repeated H commands (with the same value) do not move the position.
Trying to make
model
with simple below svg pathThis is the preview of svg path.
I am making model with bolow code.
Due to some reason it is not indexing some of lines.
const svg=makerjs.exporter.toSVG(makerModel);
Response of final svg becomes like below
Final svg output
<svg width="221.782" height="221.488" viewBox="0 0 221.782 221.488" xmlns="http://www.w3.org/2000/svg"><g id="svgGroup" stroke-linecap="round" fill-rule="evenodd" font-size="9pt" stroke="#000" stroke-width="0.25mm" fill="none" style="stroke:#000;stroke-width:0.25mm;fill:none"><path d="M 0 0 L 221.782 221.488 L 0 0 Z" vector-effect="non-scaling-stroke"/></g></svg>
It should give same output as input.
Code reproduced link
Tasks
The text was updated successfully, but these errors were encountered: