https://github.com/chicio/path-example
An example playground created for my blog post "Use SwiftUI path to render you svg files: a practical example" 📱👨🎨
https://github.com/chicio/path-example
path shape swftui
Last synced: 9 months ago
JSON representation
An example playground created for my blog post "Use SwiftUI path to render you svg files: a practical example" 📱👨🎨
- Host: GitHub
- URL: https://github.com/chicio/path-example
- Owner: chicio
- License: mit
- Created: 2022-10-01T11:52:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-03T21:47:37.000Z (over 3 years ago)
- Last Synced: 2025-01-17T22:43:45.980Z (over 1 year ago)
- Topics: path, shape, swftui
- Language: Swift
- Homepage: https://www.fabrizioduroni.it/blog/
- Size: 9.77 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Path example
[](https://raw.githubusercontent.com/chicio/Path-Example/main/LICENSE.md)
An example playground created for my blog post ["Use SwiftUI Path and Shape to render your svg files: a practical example"](https://www.fabrizioduroni.it/2022/10/03/swiftui-path-svg-scale/).
### Description
This repository contains an example of the usage of SwiftUI `Path` and custom `Shape`. Below an article quote:
> ...So in this post we will show you our own personal journey into the world of SwiftUI `Path` and `Shape` and how we
have been able to create the inspirational title in the screenshot above using only code. Let's go!!...
Click [here](https://www.fabrizioduroni.it/2022/10/03/swiftui-path-svg-scale/) to read the post.