]> gitweb.michael.orlitzky.com - libsvgtiny.git/commit
src/svgtiny.c: add svgtiny_parse_style_element() function and use it
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 4 Oct 2023 12:20:40 +0000 (08:20 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 20 Nov 2023 01:34:32 +0000 (20:34 -0500)
commit437bbf937bf78d100180407e1e92dd881f170f63
tree88a8d03f7b122540e9ebeb517b5807284ac9ba50
parent6279e9fa059f2272c054c327747f498868ba377f
src/svgtiny.c: add svgtiny_parse_style_element() function and use it

The new function parses the contents of a <style> element. We add a
call to it in svgtiny_preparse_styles() where previously a placeholder
was left.
src/svgtiny.c