AngusJohnson / Image32

An extensive 2D graphics library written in Delphi Pascal
Boost Software License 1.0
137 stars 31 forks source link

Wrong color in example SVG spider.svg #102

Closed ahausladen closed 4 weeks ago

ahausladen commented 4 weeks ago

This PR fixes the wrong color for the "Sucking stomach" in the SVG example spider.svg. It was painted black instead of ochre yellow, because the PATH doesn't have a fill-color. This leads to painting it black. But the PATH has a fill-opacity that was ignored. This patch merges the back color with the fill-opacity.