]> gitweb.michael.orlitzky.com - libsvgtiny.git/commitdiff
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)
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.


No differences found