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
…y type and polyline exports type corrected by @kriffe
* fix: Entity type corrected to non capital letters and valid Entity instead of string
* fix: Corrected type for toPolylines export to match actual export
Fixing skymakerolof/dxf#133
* fix: Corrected polyline export in helper too
* Updated dxf tests
* Added common Line entity test
When using the library to write a typescript program to estimate lengths of entities, I came across the following:
in the toPolyLines function
Yet in the types file we see:
Proposed solution:
The text was updated successfully, but these errors were encountered: