Closed 2n closed 2 years ago
Good pickup, SwiftDraw was incorrectly defaulting to currentColor
when a stop-color
was not defined causing the gradients to not be rendered.
This has been fixed in 0.11.1
Thanks for the quick bug fix. Now it draws very precisely. Awesome!
Sorry to bother you again.
It seems to be drawn when both
stop-color
andstop-opacity
are inside the<stop>
tag, but not when onlystop-opacity
is present.The following RadialGradient is drawn,
but the following is not drawn.
I noticed this because angry_face_color.svg had subtle differences from the originals, even though they did not contain unsupported tags.
This is based on my poor research and I apologize if I am wrong.