]> gitweb.michael.orlitzky.com - libsvgtiny.git/commit
src/svgtiny.c: parse inline stylesheet in svgtiny_parse_paint_attributes()
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 11 Oct 2023 19:17:08 +0000 (15:17 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 20 Nov 2023 01:37:04 +0000 (20:37 -0500)
commitb94bca14bb7cd65bda2a92454a17a2e0d0b7234c
tree09ecab0b9d789f95a928fab0c4b34ac6cac6dbad
parent476045efcd3d938d5ac506eafef3b1551fa8edac
src/svgtiny.c: parse inline stylesheet in svgtiny_parse_paint_attributes()

...and do nothing with it, for the moment. We are able to parse the
inline style="..." attributes right now but more scaffolding is needed
before we can utilize css_select_style().
src/svgtiny.c