thorvg/src/renderer
Mira Grudzinska f87601db58 sw_engine: fix max length of trimmed strokes
The error was visible when multiple shapes were
simultaneously trimmed. The length of a single
shape was zeroed out only in selected cases,
which caused accumulation that could lead to
incorrect extension of the variable determining
the maximum length.

@issue: https://github.com/thorvg/thorvg/issues/2173
2024-04-19 11:00:29 +09:00
..
gl_engine gl_engine: hotfix for the main surface drawing issue. 2024-04-07 15:15:59 +09:00
sw_engine sw_engine: fix max length of trimmed strokes 2024-04-19 11:00:29 +09:00
wg_engine wg_engine: vertex, index and unifroms buffers, render objects caching 2024-04-07 15:15:59 +09:00
meson.build lottie: Introduce the LottieAnimation class 2024-04-06 12:08:21 +09:00
tvgAccessor.cpp updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgAnimation.cpp lottie: Support the Animation Segment(Marker) 2024-04-19 11:00:29 +09:00
tvgAnimation.h lottie: Introduce the LottieAnimation class 2024-04-06 12:08:21 +09:00
tvgBinaryDesc.h tvg picture: binary version up. 2024-01-02 20:34:12 +09:00
tvgCanvas.cpp updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgCanvas.h renderer/canvas: fix a regression error. 2024-04-06 12:08:21 +09:00
tvgCommon.h renderer/loader: enhance picture format compatibility 2024-04-06 12:08:21 +09:00
tvgFill.cpp updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgFill.h updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgFrameModule.h lottie: code refactoring. 2024-04-19 11:00:29 +09:00
tvgGlCanvas.cpp renderer/gl_engine: Refine GlCanvas Interface 2024-04-06 12:08:21 +09:00
tvgInitializer.cpp updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgIteratorAccessor.h updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgLoader.cpp renderer/loader: fix a font loader memory leak 2024-04-07 15:15:59 +09:00
tvgLoader.h updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgLoadModule.h renderer/loader: revamping the caching mechanism. 2024-04-06 12:08:21 +09:00
tvgPaint.cpp renderer: Fix a crash issue related to the clipper 2024-04-06 12:08:23 +09:00
tvgPaint.h renderer: destroy engines safely. 2024-04-05 17:46:48 +09:00
tvgPicture.cpp renderer: code refactoring. 2024-04-05 17:42:42 +09:00
tvgPicture.h renderer: revise the internal logic. 2024-04-05 17:46:32 +09:00
tvgRender.cpp updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgRender.h sw_engine: revised the trimpath dash line logic 2024-04-06 12:48:30 +09:00
tvgSaveModule.h updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgSaver.cpp renderer/saver: enhanced safety 2024-04-06 12:48:30 +09:00
tvgScene.cpp updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgScene.h renderer: ensure paints retain composition context 2024-04-06 12:08:22 +09:00
tvgShape.cpp common: code refactoring 2024-04-19 11:00:29 +09:00
tvgShape.h sw_engine: revised the trimpath dash line logic 2024-04-06 12:48:30 +09:00
tvgSwCanvas.cpp loaders: enhance decoding efficiency 2024-04-06 12:08:21 +09:00
tvgTaskScheduler.cpp common/array: code refactoring 2024-04-06 12:08:21 +09:00
tvgTaskScheduler.h common: STM32 portability enhancement 2024-04-05 17:28:08 +09:00
tvgText.cpp updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgText.h renderer: revise the internal logic. 2024-04-05 17:46:32 +09:00
tvgWgCanvas.cpp updated copyright date (#1866) 2024-01-02 20:34:12 +09:00