issue: https://github.com/thorvg/thorvg/issues/2794
This function computes a unique identifier value based on the provided string. You can use this to assign a unique ID to the Paint object. Experimental APIs: - uint32_t Accessorr::id(const char* name) - uint32_t tvg_accessor_id(const char* name)
This is useful for encoding the string into one long type value.
lib -> renderer bin -> tools utils -> common