vvaldersteins / ngx-svg

Angular library for creating SVG elements.
MIT License
24 stars 10 forks source link

[1.3.0 - release] Render bug fix #36

Closed vvaldersteins closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #36 (4be30e5) into master (e23aa30) will decrease coverage by 3.35%. The diff coverage is 77.77%.

Impacted file tree graph

@@             Coverage Diff             @@
##            master      #36      +/-   ##
===========================================
- Coverage   100.00%   96.64%   -3.36%     
===========================================
  Files           12       12              
  Lines          474      537      +63     
  Branches        54       63       +9     
===========================================
+ Hits           474      519      +45     
- Misses           0        9       +9     
- Partials         0        9       +9     
Impacted Files Coverage Δ
src/app/modules/directives/svg-circle.directive.ts 95.83% <77.77%> (-4.17%) :arrow_down:
...rc/app/modules/directives/svg-ellipse.directive.ts 95.83% <77.77%> (-4.17%) :arrow_down:
src/app/modules/directives/svg-image.directive.ts 96.36% <77.77%> (-3.64%) :arrow_down:
src/app/modules/directives/svg-line.directive.ts 96.00% <77.77%> (-4.00%) :arrow_down:
src/app/modules/directives/svg-path.directive.ts 96.22% <77.77%> (-3.78%) :arrow_down:
...rc/app/modules/directives/svg-polygon.directive.ts 95.74% <77.77%> (-4.26%) :arrow_down:
...c/app/modules/directives/svg-polyline.directive.ts 95.74% <77.77%> (-4.26%) :arrow_down:
src/app/modules/directives/svg-rect.directive.ts 96.00% <77.77%> (-4.00%) :arrow_down:
src/app/modules/directives/svg-text.directive.ts 96.00% <77.77%> (-4.00%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e23aa30...4be30e5. Read the comment docs.