generated from StanfordBDHG/SwiftPackageTemplate
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify signature
UIImage
export (#66)
# Simplify signature `UIImage` export ## ♻️ Current situation & Problem The current signature export logic manually reads all strokes from the drawing and sets them to black before converting to an UI image. This can be done simpler via `.withRenderingMode(.alwaysTemplate).withTintColor(.black)` ## ⚙️ Release Notes - Simplify signature `UIImage` export - Fixed LFS consent document files in unit tests ## 📚 Documentation Updated doc ## ✅ Testing Tested locally ## 📝 Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md).
- Loading branch information
1 parent
a7cc789
commit c06991b
Showing
4 changed files
with
7 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-18.9 KB
(0.67%)
Tests/SpeziOnboardingTests/Resources/known_good_pdf_one_page_ios.pdf
Binary file not shown.
Binary file modified
BIN
-24.8 KB
(0.51%)
Tests/SpeziOnboardingTests/Resources/known_good_pdf_two_pages_ios.pdf
Binary file not shown.