thorvg / thorvg

Thor Vector Graphics is a lightweight portable library used for drawing vector-based scenes and animations including SVG and Lottie. It can be freely utilized across various software platforms and applications to visualize graphical contents.
https://www.thorvg.org
MIT License
675 stars 104 forks source link

Release Official CAPIs #829

Closed hermet closed 2 years ago

hermet commented 2 years ago

TODO:

1 Remove APIs if the default APIs (C++) have been deprecated 2 Remove Beta Tags unless Default APIs are not officially released 3 Synchronize the API description with the default APIs 4 Review & Refine API Docs if its necessary 5 Add missing CAPI Unit Test

hermet commented 2 years ago

@mihashco @mgrudzinska please reply here if you think this job is completed.

mgrudzinska commented 2 years ago

yes, I think it's done :) after everything is merged I'd like to double check spelling and all BETA_API tags, but everything should be good

mgrudzinska commented 2 years ago

902 #903 #904 #905

mgrudzinska commented 2 years ago

there is only one api in thorvg.h, that doesn't have its counterpart in C apis - 'data', but as I understand we don't want to introduce the C version, at least not for now, right?