]> gitweb.michael.orlitzky.com - libsvgtiny.git/commit
src/svgtiny.c: use separate function for style application
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 16 Nov 2023 14:52:59 +0000 (09:52 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 20 Nov 2023 16:42:58 +0000 (11:42 -0500)
commit856d554a5808870d1359fdc4e21ff4bba950e456
tree92d3993de097d1209839a2225b422e36c9ae8ab5
parent54b2bc03cdbcd24399d220a47065ea553d6dd082
src/svgtiny.c: use separate function for style application

We've been doing CSS in svgtiny_parse_paint_attributes(), because we
only support CSS paint attributes at the moment. But ultimately that
won't be right. Let's separate it out now into its own function,
svgtiny_parse_styles().
src/svgtiny.c