Closed swhitty closed 5 months ago
Attention: Patch coverage is 92.53731%
with 5 lines
in your changes are missing coverage. Please review.
Project coverage is 84.07%. Comparing base (
2823463
) to head (040031e
).
Files | Patch % | Lines |
---|---|---|
SwiftDraw/Renderer.CGText.swift | 0.00% | 3 Missing :warning: |
SwiftDraw/LayerTree.CommandGenerator.swift | 88.88% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes a defect where Image tags were ignoring any input sizes and positions. https://github.com/swhitty/SwiftDraw/issues/40
Positions and Sizes and now respected but are not optional and default to the size within the bitmap image if not provided within the SVG.