]> gitweb.michael.orlitzky.com - libsvgtiny.git/commit
src/svgtiny.c: use svgtiny_create_stylesheet() to parse <style>
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 7 Jun 2025 14:28:47 +0000 (10:28 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 8 Jun 2025 02:18:20 +0000 (22:18 -0400)
commit8077cc1902ffd0297d811c39f21f61bf802c2b01
treed2f352e91fd2a6247f53e98b72f81dbc42db2a50
parent2f36ba7d889ae92f749a3785c63bfe65ce8650f9
src/svgtiny.c: use svgtiny_create_stylesheet() to parse <style>

The new function handles all of the boilerplate parameter creation
that was originally done in svgtiny_parse_style_element().
src/svgtiny.c