]> O.S.I.I.S - jp/vkvg.git/commitdiff
Update README.md
authorj-p <jp_bruyere@hotmail.com>
Sat, 12 Jan 2019 06:50:22 +0000 (07:50 +0100)
committerGitHub <noreply@github.com>
Sat, 12 Jan 2019 06:50:22 +0000 (07:50 +0100)
README.md

index d62350382acb1ef05d212a2fb1b6cb2ffcb1d121..2cae5c791cd175543effbaf38b62ba6c8c9e45ec 100644 (file)
--- a/README.md
+++ b/README.md
 
 ### What is vkvg?
 **vkvg** is a multiplatform **c** library for drawing 2D vector graphics with [Vulkan](https://www.khronos.org/vulkan/). It's api follows the same pattern as [Cairo](https://www.cairographics.org/), but new functions and original drawing mechanics may be added.
+
 **vkvg** is in early development stage, api may change, any contribution is welcome.
+
 For API documentation and usage, please refer to the [Cairo](https://www.cairographics.org/) documentation.
 
 ### Current status:
+
 - Fill (with stencil even-odd technic) and Stroke functional.
 - Basic painting operation.
 - Font system with caching operational.