mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 21:23:32 +00:00
![]() API Modification: - enum class PathCommand -> enum class PathCommand : uint8_t - enum class Result::Unknown (6) -> enum class Result::Unknown = 255 - typedef enum Tvg_Path_Command -> typedef uint8_t Tvg_Path_Command - TVG_RESULT_UNKNOWN (6) -> TVG_RESULT_UNKNOWN = 255 |
||
---|---|---|
.. | ||
meson.build | ||
thorvg.h |