Hermet Park

Results 592 comments of Hermet Park

see also: https://github.com/thorvg/thorvg/issues/2453

@theashraf thorvg already supports Gradient filings.

see: - https://lottie.github.io/lottie-spec/latest/specs/helpers/#slottable-property - https://solid-waddle-kg5427q.pages.github.io/

https://github.com/thorvg/thorvg/issues/3168

Considering slot interfaces for better optimal resusage: ``` int32_t slot = lottie->genSlot("xxxxx"); //Return unique slot id. return 0 when failed. lottie->applySlot(slot); //Apply the created slot. To reset to default, call...

Need to revisit: https://github.com/thorvg/thorvg/issues/1779 See also: https://github.com/thorvg/thorvg/issues/1372 https://github.com/thorvg/thorvg/issues/2652

@theashraf No APIs yet, Any use cases? Probably we can provide apis if the use-case makes sense.

@theashraf please follow up this issue: https://github.com/thorvg/thorvg/issues/2543 thanks.

@tinyjin could you please rebase this?