thorvg/src
Michal Szczecinski f0ab7f4002 sw common: Fixed crash in rasterRGBA32
Description:
Crash was observed in examples when composite object was used.
It was caused because __m256i object was used on non aligned
memory to 32bit. Algorithm in this function was changed to use
unaligned __m256i_u object. Code was also simplified.
2021-02-22 13:26:41 +09:00
..
bin examples: move tests to src/examples 2020-09-19 00:39:25 +09:00
bindings sw_engine: adding a gradient as a stroke feature 2021-02-19 17:16:10 +09:00
examples example StrokeGradient 2021-02-19 17:14:12 +09:00
lib sw common: Fixed crash in rasterRGBA32 2021-02-22 13:26:41 +09:00
loaders SvgLoader: Mask style implementation 2021-02-19 18:23:47 +09:00
wasm wasm: update picture size for file loading 2020-12-15 17:38:22 +09:00
meson.build thorvg viewer: introduce thorvg viewer 2020-10-13 19:04:46 +09:00