]> 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, 9 Jun 2025 01:13:06 +0000 (21:13 -0400)
commit8b2aab746d3f99cd485aaf9a26106c6e4eedfc84
tree4a3aa8bdacec83073a1560d8ee022be998d99b40
parente4176a9bf2a1e53d36ae21dadc21e3acf2359aa7
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