thorvg/src/lib/sw_engine
Mira Grudzinska a40d3f6fd7 sw_engine: stop-opacity value should be interpolated between stops
The opacity value is interpolated as are all color channels.
It's similar to the reverted commit ac95433, but with two slight changes
(alpha_blend was missing in the ctable init and 'a' was used in an if
statement instead of 'a2').
2021-07-06 10:33:02 +09:00
..
meson.build raw_loader Loader: Introduce Raw image loader 2020-11-23 18:12:36 +09:00
tvgSwCommon.h sw_engine: --sanitizer errors 2021-07-01 17:59:27 +09:00
tvgSwFill.cpp sw_engine: stop-opacity value should be interpolated between stops 2021-07-06 10:33:02 +09:00
tvgSwImage.cpp sw_engine: fix invalid data sharing at multi-threading. 2021-05-12 10:59:50 +09:00
tvgSwMath.cpp Update tvgSwMath.cpp 2021-06-23 22:46:41 +09:00
tvgSwMemPool.cpp sw_engine: fix invalid data sharing at multi-threading. 2021-05-12 10:59:50 +09:00
tvgSwRaster.cpp sw_engine: refactoring of the radial gradient rle rastering function 2021-05-26 12:47:47 +09:00
tvgSwRenderer.cpp sw_engine renderer: fix a broken composition bug 2021-06-29 14:44:09 +09:00
tvgSwRenderer.h canvas: fix for SwCanvas Unit Test 2021-06-07 18:01:26 +09:00
tvgSwRle.cpp sw_engine: fix broken MSVC compatibility. 2021-07-01 12:06:18 +09:00
tvgSwShape.cpp sw_engine: fix invalid data sharing at multi-threading. 2021-05-12 10:59:50 +09:00
tvgSwStroke.cpp sw_engine stroke: set stroke invalid if points are zero. 2021-06-24 20:50:37 +09:00