]> gitweb.michael.orlitzky.com - libsvgtiny.git/commit
refactor path parse
authorVincent Sanders <vince@kyllikki.org>
Wed, 17 Jul 2024 21:47:45 +0000 (22:47 +0100)
committerVincent Sanders <vince@kyllikki.org>
Wed, 17 Jul 2024 21:55:15 +0000 (22:55 +0100)
commit7f902a67959d4b13dc4d36f2703cb488f3676d64
tree2abbefcbb5c7daad4efe9c07c4612d0ec83f384a
parent01130bf72642d4fa7a2e77dc011a46eb5d480ff5
refactor path parse
14 files changed:
src/Makefile
src/svgtiny.c
src/svgtiny_internal.h
src/svgtiny_parse.c
src/svgtiny_parse.h [new file with mode: 0644]
src/svgtiny_path.c [new file with mode: 0644]
test/data/arcs01.mvg [new file with mode: 0644]
test/data/arcs01.svg [new file with mode: 0644]
test/data/arcs02.svg [new file with mode: 0644]
test/data/cubic01.mvg [new file with mode: 0644]
test/data/cubic01.svg [new file with mode: 0644]
test/data/cubic02.svg [new file with mode: 0644]
test/data/quad01.mvg [new file with mode: 0644]
test/data/quad01.svg [new file with mode: 0644]