]> gitweb.michael.orlitzky.com - libsvgtiny.git/commit
src/svgtiny.c: use svgtiny_create_stylesheet() to parse <style>
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 11 Oct 2023 12:41:51 +0000 (08:41 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 20 Nov 2023 01:37:04 +0000 (20:37 -0500)
commitbfac3b146f61a7f2857a48fbac44090887d3460b
tree7af35ef9e4a780154ba90c5a423283d79bd2422c
parent1e74f7c861dc35ef1fa7d661c9b125305c9f33a6
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