An open API service indexing awesome lists of open source software.

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" 📱👨‍🎨

Awesome Lists containing this project

README

          

# Path example

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](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.