Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(plotter,renderer): convert coordinates to SVG instead of transform #395

Merged
merged 1 commit into from
Jan 16, 2023

Conversation

mcous
Copy link
Member

@mcous mcous commented Oct 23, 2022

No description provided.

@codecov
Copy link

codecov bot commented Oct 23, 2022

Codecov Report

Merging #395 (6f630ce) into v5 (b7a8779) will decrease coverage by 2.37%.
The diff coverage is 92.59%.

❗ Current head 6f630ce differs from pull request most recent head 7010fef. Consider uploading reports for the commit 7010fef to get more accurate results

@@            Coverage Diff             @@
##               v5     #395      +/-   ##
==========================================
- Coverage   93.53%   91.16%   -2.38%     
==========================================
  Files          36       36              
  Lines        4348     4651     +303     
  Branches      604      613       +9     
==========================================
+ Hits         4067     4240     +173     
- Misses        281      411     +130     
Impacted Files Coverage Δ
packages/identify-layers/src/constants.ts 100.00% <ø> (ø)
packages/plotter/src/bounding-box.ts 100.00% <ø> (+0.86%) ⬆️
packages/plotter/src/graphic-plotter/plot-macro.ts 30.08% <64.28%> (-10.43%) ⬇️
packages/renderer/src/render.ts 70.62% <77.41%> (+4.75%) ⬆️
packages/identify-layers/src/get-common-cad.ts 100.00% <100.00%> (ø)
packages/identify-layers/src/get-matches.ts 100.00% <100.00%> (ø)
packages/identify-layers/src/index.ts 100.00% <100.00%> (ø)
packages/identify-layers/src/layer-types.ts 100.00% <100.00%> (ø)
packages/identify-layers/src/matchers.ts 100.00% <100.00%> (ø)
packages/identify-layers/src/types.ts 100.00% <100.00%> (ø)
... and 38 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@mcous mcous force-pushed the v5-view_plotter branch 2 times, most recently from a1c2cf4 to ad8d636 Compare October 23, 2022 15:13
@mcous mcous changed the title refactor(plotter): rework plotter external typings refactor(plotter,renderer): convert coordinates to SVG-space instead of transform Oct 23, 2022
@mcous mcous changed the title refactor(plotter,renderer): convert coordinates to SVG-space instead of transform refactor(plotter,renderer): convert coordinates to SVG instead of transform Oct 23, 2022
@mcous mcous changed the title refactor(plotter,renderer): convert coordinates to SVG instead of transform refactor(renderer): convert coordinates to SVG instead of transform Oct 23, 2022
@mcous mcous changed the base branch from v5-view_config to v5-parser_drill-header October 23, 2022 16:03
@mcous mcous marked this pull request as ready for review January 15, 2023 22:47
@mcous mcous marked this pull request as draft January 15, 2023 23:47
@mcous mcous changed the title refactor(renderer): convert coordinates to SVG instead of transform refactor(plotter,renderer): convert coordinates to SVG instead of transform Jan 15, 2023
Base automatically changed from v5-parser_drill-header to v5 January 16, 2023 00:10
@mcous mcous marked this pull request as ready for review January 16, 2023 00:11
@mcous mcous merged commit d37eed5 into v5 Jan 16, 2023
@mcous mcous deleted the v5-view_plotter branch January 16, 2023 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant