common: ignoring color/alpha/opacity of a clip object 96/289896/1
authorMira Grudzinska <veleveta@gmail.com>
Tue, 27 Dec 2022 15:21:42 +0000 (16:21 +0100)
committerMichal Szczecinski <m.szczecinsk@partner.samsung.com>
Wed, 15 Mar 2023 07:25:38 +0000 (08:25 +0100)
commitfc64dddb8a786a90eff11d71c7f3ec0d1f0ec869
tree14f4404f32e000eb422a59861709e1e953025770
parent11b14411c5336432f65b1cbbc97bf3e8e64099fc
common: ignoring color/alpha/opacity of a clip object

According to the svg specs clip's fill and opacity
should be ignored. Till now setting the alpha/opacity
value to zero resulted in the shape's rendering abort.

@Issue: https://github.com/Samsung/thorvg/issues/1192

Change-Id: I76c10068d6d35dc171be3c936c5429ea1a3becf1
src/lib/sw_engine/tvgSwRenderer.cpp