]> gitweb.michael.orlitzky.com - libsvgtiny.git/commit
enable decode tests for svg files
authorVincent Sanders <vince@kyllikki.org>
Wed, 2 Sep 2015 08:21:05 +0000 (09:21 +0100)
committerVincent Sanders <vince@kyllikki.org>
Wed, 2 Sep 2015 08:21:05 +0000 (09:21 +0100)
commitfe31edd04e7789b8e6050729809d6b76fc42dd3d
treed5d7df486fc8f37de58def5d9f6548ab900a5399
parenta32dcf6d6f66935a8b82ea1f8f04e783fcf51fd6
enable decode tests for svg files

These svg files have caused the library to crash and to render poorly.
Makefile
examples/svgtiny_display [moved from svgtiny_display with 100% similarity]
test/Makefile
test/data/excess-params.svg [new file with mode: 0644]
test/data/range.svg [new file with mode: 0644]
test/data/social.svg [new file with mode: 0644]
test/data/sprite.svg [new file with mode: 0644]
test/data/tiger.svg [moved from examples/tiger.svg with 100% similarity]
test/decode_svg.c [moved from test/svgtiny_test.c with 100% similarity]
test/runtest.sh [new file with mode: 0755]