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