From e35c85b637c012e961c89aeae9bc6e5464a7b038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mate=CC=8Cj=20Kas=CC=8Cpar=20Jira=CC=81sek?= Date: Fri, 5 Jun 2020 11:11:43 +0200 Subject: [PATCH] Add logo to README --- Documentation/PathBuilder.svg | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 Documentation/PathBuilder.svg diff --git a/Documentation/PathBuilder.svg b/Documentation/PathBuilder.svg new file mode 100644 index 0000000..2ceb1cf --- /dev/null +++ b/Documentation/PathBuilder.svg @@ -0,0 +1 @@ + diff --git a/README.md b/README.md index 997558f..af8a920 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +PathBuilder logo + # PathBuilder _Path builder_ is a complete function builder for lifting paths into the declarative SwiftUI world. This function can be used for elegant and short definition of paths. Missing documentation gaps in SwiftUI are filled in using the old but good CGMutablePath knowledge.