thorvg/src/renderer
Hermet Park ef5568fbd6 renderer: ensure canvas rendering continues despite invalid scene parts
Previously, the logic was set to halt rendering when any part of the paints,
particularly bitmap-based images, failed to render.

This update modifies the behavior to continue drawing the scene,
allowing for the successful rendering of other elements.

issue: https://github.com/thorvg/thorvg/issues/1951
2024-04-05 18:01:28 +09:00
..
gl_engine gl_engine: enhance the tessellation algorithm 2024-04-05 18:01:28 +09:00
sw_engine renderer: ensure canvas rendering continues despite invalid scene parts 2024-04-05 18:01:28 +09:00
wg_engine wg_engine: clenup shader sources 2024-04-05 17:48:22 +09:00
meson.build renderer: introduce a ThorVG Text interface. 2024-01-02 20:34:11 +09:00
tvgAccessor.cpp updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgAnimation.cpp updated copyright date (#1866) 2024-01-02 20:34:12 +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: ++todo 2024-04-05 17:48:17 +09:00
tvgCommon.h updated copyright date (#1866) 2024-01-02 20:34:12 +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 updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgGlCanvas.cpp updated copyright date (#1866) 2024-01-02 20:34:12 +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 common: STM32 portability enhancement 2024-04-05 17:28:08 +09:00
tvgLoader.h updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgLoadModule.h renderer: enhanced shared surface handling with mutex implementation 2024-01-02 20:34:12 +09:00
tvgPaint.cpp renderer: destroy engines safely. 2024-04-05 17:46:48 +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 renderer: code refactoring. 2024-04-05 17:46:54 +09:00
tvgSaveModule.h updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgSaver.cpp updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgScene.cpp updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgScene.h renderer: ensure canvas rendering continues despite invalid scene parts 2024-04-05 18:01:28 +09:00
tvgShape.cpp renderer/shape: rectified the round rectangle start position. 2024-04-05 17:38:02 +09:00
tvgShape.h renderer: revise the internal logic. 2024-04-05 17:46:32 +09:00
tvgSwCanvas.cpp updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgTaskScheduler.cpp common: STM32 portability enhancement 2024-04-05 17:28:08 +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