dxfjs / writer

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

feat: add hatch entity #130

Closed tarikjabiri closed 10 months ago

codecov[bot] commented 10 months ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.27% :tada:

Comparison is base (2c838ae) 99.51% compared to head (9fb1ad7) 99.79%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## next #130 +/- ## ========================================== + Coverage 99.51% 99.79% +0.27% ========================================== Files 74 83 +9 Lines 3734 4288 +554 Branches 396 455 +59 ========================================== + Hits 3716 4279 +563 + Misses 18 9 -9 ``` | [Files Changed](https://app.codecov.io/gh/dxfjs/writer/pull/130?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs) | Coverage Δ | | |---|---|---| | [examples/hatch.ts](https://app.codecov.io/gh/dxfjs/writer/pull/130?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-ZXhhbXBsZXMvaGF0Y2gudHM=) | `100.00% <100.00%> (ø)` | | | [examples/index.ts](https://app.codecov.io/gh/dxfjs/writer/pull/130?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-ZXhhbXBsZXMvaW5kZXgudHM=) | `100.00% <100.00%> (ø)` | | | [examples/leader.ts](https://app.codecov.io/gh/dxfjs/writer/pull/130?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-ZXhhbXBsZXMvbGVhZGVyLnRz) | `100.00% <100.00%> (ø)` | | | [examples/mleader.ts](https://app.codecov.io/gh/dxfjs/writer/pull/130?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-ZXhhbXBsZXMvbWxlYWRlci50cw==) | `100.00% <100.00%> (ø)` | | | [examples/mtext.ts](https://app.codecov.io/gh/dxfjs/writer/pull/130?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-ZXhhbXBsZXMvbXRleHQudHM=) | `100.00% <100.00%> (ø)` | | | [examples/paper-space.ts](https://app.codecov.io/gh/dxfjs/writer/pull/130?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-ZXhhbXBsZXMvcGFwZXItc3BhY2UudHM=) | `100.00% <100.00%> (ø)` | | | [examples/quick-start.ts](https://app.codecov.io/gh/dxfjs/writer/pull/130?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-ZXhhbXBsZXMvcXVpY2stc3RhcnQudHM=) | `100.00% <100.00%> (ø)` | | | [examples/text.ts](https://app.codecov.io/gh/dxfjs/writer/pull/130?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-ZXhhbXBsZXMvdGV4dC50cw==) | `100.00% <100.00%> (ø)` | | | [examples/utils.ts](https://app.codecov.io/gh/dxfjs/writer/pull/130?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-ZXhhbXBsZXMvdXRpbHMudHM=) | `100.00% <100.00%> (ø)` | | | [src/entities/hatch/arc.ts](https://app.codecov.io/gh/dxfjs/writer/pull/130?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-c3JjL2VudGl0aWVzL2hhdGNoL2FyYy50cw==) | `100.00% <100.00%> (ø)` | | | ... and [10 more](https://app.codecov.io/gh/dxfjs/writer/pull/130?src=pr&el=tree-more&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: Have feedback on the report? Share it here.