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
I've got an issue with parsing hatches with polyline points (only y values are returned).
I've found that removing the Object.create() and just setting polypoints to the object fixes my issue but i dont know if this creates other issues.
I saw that this line was added in a commit that added the bulge to the polypoints (879808c).
Hi,
I've got an issue with parsing hatches with polyline points (only y values are returned).

I've found that removing the Object.create() and just setting polypoints to the object fixes my issue but i dont know if this creates other issues.
I saw that this line was added in a commit that added the bulge to the polypoints (879808c).
dxf/src/handlers/entity/hatch.js
Lines 30 to 34 in 72302c5
I cant see why Object.create(0 doesnt work so would appriciate it if this is looked at.
The text was updated successfully, but these errors were encountered: