thorvg/src/renderer/sw_engine
Hermet Park 10e566edc1 sw_engine: fixed a bug where strokes were not showing.
Basic shapes were trimmed entirely when they were outside of the canvas,
even if they had a big enough stroke to be partially on the canvas.

This fixes the issue.

Issue: https://github.com/thorvg/thorvg/issues/1785
2023-11-17 21:28:45 +09:00
..
meson.build infra: renames the source folders 2023-08-28 13:11:24 +09:00
tvgSwCommon.h apis: optimize for compact data size. 2023-10-26 15:11:31 +09:00
tvgSwFill.cpp sw_engine fill: fixed radial fill focal issue. 2023-09-21 22:19:42 +09:00
tvgSwImage.cpp infra: renamed the files for the consistency. 2023-09-04 17:26:43 +09:00
tvgSwMath.cpp portability: addressed all compilation warnings from MSVC 2023-10-27 14:20:50 +09:00
tvgSwMemPool.cpp sw_engine: utilize the memory pool for dash stroking. 2023-09-05 12:38:57 +09:00
tvgSwRaster.cpp sw_engine/raster: optimized the scaled image rasterization 2023-10-23 11:02:10 +09:00
tvgSwRasterAvx.h infra: renames the source folders 2023-08-28 13:11:24 +09:00
tvgSwRasterC.h sw_engine raster: fixed a default alpha blending bug. 2023-10-20 13:27:17 +09:00
tvgSwRasterNeon.h infra: renames the source folders 2023-08-28 13:11:24 +09:00
tvgSwRasterTexmap.h sw_engine: properly implemented the missing image composition. 2023-09-20 18:42:06 +09:00
tvgSwRenderer.cpp sw_engine: fixed a bug where strokes were not showing. 2023-11-17 21:28:45 +09:00
tvgSwRenderer.h infra: renames the source folders 2023-08-28 13:11:24 +09:00
tvgSwRle.cpp common/array: code refactoring 2023-08-29 12:28:38 +09:00
tvgSwShape.cpp sw_engine: ++null safety 2023-11-10 12:12:39 +09:00
tvgSwStroke.cpp sw_engine/stroke: enhanced the quality of the dash line corners. 2023-10-05 14:30:10 +09:00