mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
![]() Canvas::clear() introduces a new argument "free" that deterimes freeing the retained paints. If free is true, Canvas won't delete the retained paints so that user keep paints valid. In this scenario, user must have paints pointers, free them manually or push them again to the canvas. This scenario is useful if user wants to re-organize paints order in the list or reuse them. |
||
---|---|---|
.. | ||
meson.build | ||
thorvg.h | ||
thorvg_capi.h |