]> gitweb.michael.orlitzky.com - libsvgtiny.git/commit
Cleanup length parsing
authorVincent Sanders <vince@kyllikki.org>
Sat, 15 Jun 2024 14:41:07 +0000 (15:41 +0100)
committerVincent Sanders <vince@kyllikki.org>
Mon, 24 Jun 2024 08:57:24 +0000 (09:57 +0100)
commit40cd0e22d680c93a8015f50968942d0cf118e5c5
tree655006377875f719d594b4abc0407b01f12b7111
parent5120bed74339b0ed25e308b72981eef64496a2e1
Cleanup length parsing

remove the incorrect use of atof and use an API that does not require the string to be copied to terminate with a null
src/svgtiny.c
src/svgtiny_gradient.c
src/svgtiny_internal.h
src/svgtiny_parse.c