dxfjs / writer

A JavaScript dxf generator written in TypeScript.
https://dxf.vercel.app
MIT License
82 stars 17 forks source link

fix: lwpolyline extrusion #73

Closed FishOrBear closed 1 year ago

FishOrBear commented 1 year ago

The original method can be used for arcs, circles, and insert annotations, but this polyline needs to be changed.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (cb470d1) 94.66% compared to head (4710a96) 94.66%.

:exclamation: Current head 4710a96 differs from pull request most recent head 4962ebb. Consider uploading reports for the commit 4962ebb to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #73 +/- ## ======================================= Coverage 94.66% 94.66% ======================================= Files 72 72 Lines 7406 7409 +3 Branches 518 521 +3 ======================================= + Hits 7011 7014 +3 Misses 395 395 ``` | [Impacted Files](https://codecov.io/gh/dxfjs/writer/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs) | Coverage Δ | | |---|---|---| | [...rc/Sections/EntitiesSection/Entities/LWPolyline.ts](https://codecov.io/gh/dxfjs/writer/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-c3JjL1NlY3Rpb25zL0VudGl0aWVzU2VjdGlvbi9FbnRpdGllcy9MV1BvbHlsaW5lLnRz) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.