]> gitweb.michael.orlitzky.com - libsvgtiny.git/commit
Rework poly point parsing
authorVincent Sanders <vince@kyllikki.org>
Thu, 13 Jun 2024 10:48:20 +0000 (11:48 +0100)
committerVincent Sanders <vince@kyllikki.org>
Mon, 24 Jun 2024 08:57:24 +0000 (09:57 +0100)
commit5120bed74339b0ed25e308b72981eef64496a2e1
tree69e1cbace4da3088f2db6b608a6105a66e3c3e31
parent1bb2bb3a211bef2bec575862f74ca9e9e865edc8
Rework poly point parsing

Change parsing of poly points to use a specific number parser insteads of sscanf
src/Makefile
src/svgtiny.c
src/svgtiny_internal.h
src/svgtiny_parse.c [new file with mode: 0644]