thorvg/src/lib/sw_engine
Hermet Park 61f07677c5 sw_engine renderer: fix aliasing problem.
a corner case is detected that anti-aliasing is missing at shapes
if the shape has the dash-style stroke.

By adding the condition, it applies anti-aliasing properly.

@Issues: 394
2021-05-28 14:24:37 +09:00
..
meson.build raw_loader Loader: Introduce Raw image loader 2020-11-23 18:12:36 +09:00
tvgSwCommon.h sw_engine: 'inv2a' variable from the SwRadial struct replaced by 'inva' 2021-05-18 11:38:57 +09:00
tvgSwFill.cpp sw_engine: 'inv2a' variable from the SwRadial struct replaced by 'inva' 2021-05-18 11:38:57 +09:00
tvgSwImage.cpp sw_engine: fix invalid data sharing at multi-threading. 2021-05-12 10:59:50 +09:00
tvgSwMath.cpp wasm: fix compile errors. 2021-04-09 22:18:57 +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 aliasing problem. 2021-05-28 14:24:37 +09:00
tvgSwRenderer.h sw_engine: fix invalid data sharing at multi-threading. 2021-05-12 10:59:50 +09:00
tvgSwRle.cpp sw_engine rle: ++ precise alpha in anti-aliasing 2021-05-21 19:56:39 +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: fix invalid data sharing at multi-threading. 2021-05-12 10:59:50 +09:00