]> 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, 9 Jun 2025 01:13:07 +0000 (21:13 -0400)
commit1e23143f08b9be575147b6232161adfef33fda53
tree2f387322499bb7859f10ff02f11273653cb77af0
parent100c5be75722327cf20ad16816361f8ffcd45600
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