]> gitweb.michael.orlitzky.com - libsvgtiny.git/commit
test/decode_svg.c: handle svgtiny_LIBCSS_ERROR
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 15 Nov 2023 17:32:23 +0000 (12:32 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 9 Jun 2025 01:13:06 +0000 (21:13 -0400)
commit735187c37e527457a318753f11db9d3e1ce3e819
treecdaa66c8be906229edcd716e86c7ec66e32955f2
parent9ddce6b68c0a2e482bac375ed8af9774977bf5a1
test/decode_svg.c: handle svgtiny_LIBCSS_ERROR

This test program has a switch statement to handle errors, with one
case for each svgtiny_code. Now that svgtiny_LIBCSS_ERROR belongs to
that enum, we add it to the list of cases.
test/svg2mvg.c