thorvg/src/lib/sw_engine
Mira Grudzinska 5a21b3bd68 sw_engine: the check if the stroke width > 0 after conversion its value from float to long
During stroke width interpolation, if the width value after conversion
to long was 0, the bbox size was undefined.
2020-09-10 15:23:01 +09:00
..
meson.build build: support features toggling in meson option. 2020-07-08 15:30:12 +09:00
tvgSwCommon.h sw_engine: applied async rasterizing based on task scheduler. 2020-08-26 16:56:54 +09:00
tvgSwFill.cpp code refactoring 2020-08-20 16:16:46 +09:00
tvgSwMath.cpp code refactoring 2020-08-20 16:16:46 +09:00
tvgSwRaster.cpp code refactoring 2020-08-20 16:16:46 +09:00
tvgSwRenderer.cpp sw_engine: the check if the stroke width > 0 after conversion its value from float to long 2020-09-10 15:23:01 +09:00
tvgSwRenderer.h sw_engine: fix shape rendering skip issue. 2020-09-09 11:02:56 +09:00
tvgSwRle.cpp code refactoring 2020-08-20 16:16:46 +09:00
tvgSwShape.cpp sw_engine: fix memory leak. 2020-09-07 17:40:39 +09:00
tvgSwStroke.cpp code refactoring 2020-08-20 16:16:46 +09:00