Skip to content

Ensure cache access is thread safe and fix calculated glyph bounds - #322

Merged
JimBobSquarePants merged 2 commits into
mainfrom
js/defect-321
Jan 29, 2023
Merged

Ensure cache access is thread safe and fix calculated glyph bounds#322
JimBobSquarePants merged 2 commits into
mainfrom
js/defect-321

Conversation

@JimBobSquarePants

Copy link
Copy Markdown
Member

Prerequisites

  • I have written a descriptive pull-request title
  • I have verified that there are no overlapping pull-requests open
  • I have verified that I am following matches the existing coding patterns and practice as demonstrated in the repository. These follow strict Stylecop rules 👮.
  • I have provided test coverage for my change (where applicable)

Description

Fixes #321

@codecov

codecov Bot commented Jan 29, 2023

Copy link
Copy Markdown

Codecov Report

Merging #322 (5a16306) into main (570875b) will increase coverage by 0%.
The diff coverage is 96%.

@@          Coverage Diff          @@
##            main    #322   +/-   ##
=====================================
  Coverage     83%     83%           
=====================================
  Files        224     224           
  Lines      12300   12311   +11     
  Branches    1788    1787    -1     
=====================================
+ Hits       10280   10290   +10     
- Misses      1600    1601    +1     
  Partials     420     420           
Flag Coverage Δ
unittests 83% <96%> (+<1%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/SixLabors.Fonts/StreamFontMetrics.cs 87% <94%> (+<1%) ⬆️
src/SixLabors.Fonts/GlyphPositioningCollection.cs 86% <100%> (+<1%) ⬆️
src/SixLabors.Fonts/TextLayout.cs 87% <100%> (+<1%) ⬆️
src/SixLabors.Fonts/Tables/Cff/Cff1Table.cs 70% <0%> (-6%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@JimBobSquarePants
JimBobSquarePants merged commit 14b89e6 into main Jan 29, 2023
@JimBobSquarePants
JimBobSquarePants deleted the js/defect-321 branch January 29, 2023 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Race-condition when writing 32-bit png images with text in parallel.

2 participants