thorvg/inc
Hermet Park 8422e8c62b common canvas: revise clear method.
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.
2020-10-08 12:07:27 +09:00
..
meson.build capi: support c interfaces 2020-07-15 16:00:09 +09:00
thorvg.h common canvas: revise clear method. 2020-10-08 12:07:27 +09:00
thorvg_capi.h bindings/capi: Added gradient getter 2020-09-23 15:09:08 +09:00