]> gitweb.michael.orlitzky.com - libsvgtiny.git/commit
src/svgtiny.c: add svgtiny_parse_style_inline() function
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 11 Oct 2023 16:09:57 +0000 (12:09 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 20 Nov 2023 01:37:04 +0000 (20:37 -0500)
commit476045efcd3d938d5ac506eafef3b1551fa8edac
tree4b53f6b1b535c23234d15cc9ae00d61038f0aa99
parentf9559e3c56efaebddb28a0159e306e9cbb010abf
src/svgtiny.c: add svgtiny_parse_style_inline() function

This function parses the contents of an inline style="..." attribute
into a libcss stylesheet, or NULL if anything went wrong.
src/svgtiny.c