From b269583718cc1349bd5f35bde769fc3ea75f3226 Mon Sep 17 00:00:00 2001 From: j-p Date: Sat, 22 Jan 2022 21:18:49 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb13aea..c0810d1 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ cmake .. ##### Core library options: * `-DVKVG_USE_GLUTESS=true`: Use embedded glu tesselator to fill polygones in NON-ZERO mode. If false, a simple ear clipping algorithm is used. -* `-DVKVG_VKVG=true`: Enable experimental svg renderer. If false, use nanoSVG. +* `-DVKVG_SVG=true`: Enable experimental svg renderer. If false, use nanoSVG. * `-DVKVG_RECORDING=true`: Enable experimental draw commands recording infrastructure. * `-DVKVG_BUILD_DOCS=true`: Build documentation if doxygen is found. -- 2.47.3