]> gitweb.michael.orlitzky.com - libsvgtiny.git/commit
src/svgtiny_css.c: define a css_select_handler
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 17 Oct 2023 20:55:03 +0000 (16:55 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 20 Nov 2023 16:42:58 +0000 (11:42 -0500)
commitb90df4ac34f3873c235392568f6b35ec8d56e78f
tree75534dbdccc0fc085d8159672c245d75fd4ce5c4
parent1494831bf29ad3bcbc2c02cb50e0c95795a88005
src/svgtiny_css.c: define a css_select_handler

We define a css_select_handler structure full of all of the select
handlers we've just implemented. This is the big piece of the puzzle
that we need before we can call css_select_style().
src/svgtiny_css.c