0.23.0
Updates the alignment of SFSymbols and left/right guides to precisely align to the supplied insets. When --insets auto the left/ight guides are closer to official SFSymbols:
When --insets 10 20 10 20 are supplied, the left/right guides are now precisely aligned to these insets:
Pass the --legacy option to use the original, less precise alignment logic from earlier SwiftDraw versions.
What's Changed
- Swift 6.2 Support by @swhitty in #82
- Handle empty Path definition by @ruslansokolov in #84
- Reduced Strictness when parsing rbg() colors by @swhitty in #87
- Precisely Align SFSymbols left and right to the guides by @swhitty in #88
- --legacy option by @swhitty in #89
- Command Line tool options are now kebab-case by @swhitty in #90
New Contributors
- @ruslansokolov made their first contribution in #84
Full Changelog: 0.22.0...0.23.0