No description
Find a file
Oliver Smith a1df67dfce
nsvgGetTextShapes: fix uninitialized values
Use calloc to zero ret, because ret[i] does not get written if
NSVG_FLAGS_VISIBLE is unset. Found with valgrind.
2022-08-06 18:45:51 +01:00
.vscode lots of fixes, add animations! 2022-03-11 02:26:04 +00:00
include nsvgGetTextShapes: fix uninitialized values 2022-08-06 18:45:51 +01:00
src nanosvg: build implementation in extra c file 2022-08-06 18:45:22 +01:00
.clang-format clang-format 2022-07-05 15:00:53 +01:00
.gitignore gitignore: ignore more stuff 2022-08-06 18:35:43 +01:00
.gitmodules first commit! 2021-10-04 01:52:24 +01:00
LICENSE Add LICENSE 2021-10-04 01:54:37 +01:00
meson.build dont forget to link math on gkib 2022-02-28 00:35:59 +00:00