From: Osker Paladino Date: Sat, 7 Apr 2018 14:56:07 +0000 (-0500) Subject: Fix spelling mistakes X-Git-Tag: v0.1-alpha~157^2 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=e6c39998d6843d9f89b25b7c943cae86ce65a8a2;p=jp%2Fvkvg.git Fix spelling mistakes Also some extra capitalization. --- diff --git a/README.md b/README.md index 04e3998..294c053 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,13 @@ ### What is vkvg? -**vkvg** is a multiplateform **c** library for drawing 2d vector graphics with [Vulkan](https://www.khronos.org/vulkan/). +**vkvg** is a multiplatform **c** library for drawing 2D vector graphics with [Vulkan](https://www.khronos.org/vulkan/). -[Cairo](https://www.cairographics.org/) missing a vulkan backend, I decided to start one myself trying to keep my api as close to cairo as possible. Maybe vkvg could serve as a starting point for cairo maintainers to start their vulkan backend. +[Cairo](https://www.cairographics.org/) is missing a Vulkan backend, so I decided to start one myself trying to keep my api as close to Cairo as possible. Maybe vkvg could serve as a starting point for Cairo maintainers to start their Vulkan backend. ### Current status: -vkvg is in early development stage, and no guarantie is given on the possible roadmap. +vkvg is in early development stage, and no guarantee is given on the possible roadmap: - Basic shape fill and stroke functional, using ears clipping. - Basic painting operation. @@ -30,7 +30,7 @@ vkvg is in early development stage, and no guarantie is given on the possible ro - Context should be thread safe, tests required. - Nice logo. -### Roardmap +### Roadmap - Offscreen pattern building.