]> gitweb.michael.orlitzky.com - libsvgtiny.git/commit
src/svgtiny.c: add svgtiny_parse_style_element() function and use it
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 7 Jun 2025 14:25:55 +0000 (10:25 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 8 Jun 2025 02:18:20 +0000 (22:18 -0400)
commit59eb5c29e4e221e1794930b33e86dc4e5c397f21
treec1f3f8ca860cb39383f47a248de7d3f3826bf81b
parent78614f1be4c561c6a1940fb3a307208cfb442136
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