thorvg/src/renderer
Mira Grudzinska 0a43beb89b sw_engine: fix render fill region
Shape's bbox represents only fill's render region.
Render region of fill and stroke is stored in SwTask.
This was visible while rendering shapes with a stroke -
fill was to big.

@Issue: https://github.com/thorvg/thorvg/issues/2908

Co-Authored-By: Hermet Park <hermet@lottiefiles.com>
2024-10-31 23:08:27 +09:00
..
gl_engine gl_engine: seperate the index buffer from vertex buffer 2024-10-29 00:00:19 +09:00
sw_engine sw_engine: fix render fill region 2024-10-31 23:08:27 +09:00
wg_engine wg_engine: fix cubic splines and circles tesselation quality 2024-10-31 20:24:35 +07:00
meson.build infra: promote the GL engine to an official one. 2024-06-21 11:53:37 +09:00
tvgAccessor.cpp api: remove deprecations 2024-10-07 20:43:37 +09:00
tvgAnimation.cpp renderer/animation: rectified the segment value exception 2024-07-25 20:12:32 +09:00
tvgAnimation.h lottie: Introduce the LottieAnimation class 2024-02-23 15:05:15 +09:00
tvgCanvas.cpp renderer/engines: support the canvas viewport function. 2024-05-18 18:10:50 +09:00
tvgCanvas.h renderer: code refactoring 2024-07-29 23:27:19 +09:00
tvgCommon.h spec out tvg binary format 2024-10-12 21:07:31 +09:00
tvgFill.cpp api: add focal parameters to the radial apis 2024-10-23 11:10:14 +09:00
tvgFill.h api: revise the api for v1.0 2024-10-14 23:32:55 +09:00
tvgFrameModule.h lottie: code refactoring. 2024-04-15 00:23:37 +09:00
tvgGlCanvas.cpp common: fix 178+ spelling errors 2024-07-01 21:58:46 +09:00
tvgInitializer.cpp common: version api introduced 2024-07-18 12:47:58 +09:00
tvgIteratorAccessor.h updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgLoader.cpp renderer: hotfix a broken svg file sharing 2024-10-22 14:27:04 +09:00
tvgLoader.h api: polish the thorvg API usages 2024-10-13 11:15:57 +09:00
tvgLoadModule.h common: code refactoring 2024-09-21 16:37:37 +09:00
tvgPaint.cpp api: renamed the composite with mask. 2024-10-16 14:41:26 +09:00
tvgPaint.h lottie: fix transformations in text range selector 2024-10-29 11:23:22 +09:00
tvgPicture.cpp api: renamed the composite with mask. 2024-10-16 14:41:26 +09:00
tvgPicture.h api: polish the thorvg API usages 2024-10-13 11:15:57 +09:00
tvgRender.cpp renderer: code refactoring 2024-07-29 23:27:19 +09:00
tvgRender.h api: renamed the composite with mask. 2024-10-16 14:41:26 +09:00
tvgSaveModule.h updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgSaver.cpp spec out tvg binary format 2024-10-12 21:07:31 +09:00
tvgScene.cpp api: remove deprecations 2024-10-07 20:43:37 +09:00
tvgScene.h api: renamed the composite with mask. 2024-10-16 14:41:26 +09:00
tvgShape.cpp api: remove deprecations 2024-10-07 20:43:37 +09:00
tvgShape.h api: renamed the composite with mask. 2024-10-16 14:41:26 +09:00
tvgSwCanvas.cpp api: polish the thorvg API usages. 2024-10-12 15:38:03 +09:00
tvgTaskScheduler.cpp common/array: code refactoring 2024-02-19 19:09:30 +09:00
tvgTaskScheduler.h Revert "common: fix a crash on CI windows test." 2024-08-02 21:59:15 +09:00
tvgText.cpp renderer: text refactoring 2024-08-21 14:51:53 +09:00
tvgText.h api: clean up 2024-09-23 21:53:50 +09:00
tvgWgCanvas.cpp wg_engine: fixed resource leaks 2024-10-04 14:20:51 +09:00