]> gitweb.michael.orlitzky.com - libsvgtiny.git/commit
include/svgtiny.h: add fill_opacity and stroke_opacity to svgtiny_shape
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 16 Nov 2023 01:37:57 +0000 (20:37 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 20 Nov 2023 16:42:58 +0000 (11:42 -0500)
commit8e76cd125e02d4c0d09ad34eea8f46c0511704f0
tree9e6b1b4c8c56350deaf01442e36d9513346c3e32
parent0312d7177af048a89e0259f78bceda9123b517fc
include/svgtiny.h: add fill_opacity and stroke_opacity to svgtiny_shape

We already have fields for the fill and stroke opacity in the parser
state, but we have no way to record those values in the shapes we're
creating as we parse. Here we make room to do that.
include/svgtiny.h