From 577ed85f2d438815e2590416a04c58835d08c5c5 Mon Sep 17 00:00:00 2001 From: j-p Date: Mon, 21 Feb 2022 19:29:42 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a5d003d..de94c3f 100644 --- a/README.md +++ b/README.md @@ -154,9 +154,9 @@ Join us on [gitter](https://gitter.im/CSharpRapidOpenWidgets) for any question. ## Addtitional Credits -vkvg use the [AGG's project](http://antigrain.com/) recursive bezier which is kindly exposed [here](http://agg.sourceforge.net/antigrain.com/research/adaptive_bezier/index.html). -I've learned Vulkan with the help of the excellent [Sacha Willems's vulkan examples](https://github.com/SaschaWillems/Vulkan). -The 2d affine matrix implementation follows Cairo's one. +- vkvg use the [AGG project](http://antigrain.com/)'s recursive bezier algorithm which is kindly exposed [here](http://agg.sourceforge.net/antigrain.com/research/adaptive_bezier/index.html). +- I've learned Vulkan with the help of the excellent [Sacha Willems's vulkan examples](https://github.com/SaschaWillems/Vulkan). +- The 2d affine matrix implementation follows Cairo's one. ## Change log -- 2.47.3