mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
capi: Added Inverted Alpha Mask composition enumeration.
Added missing composite method. Backend supports this compostion type.
This commit is contained in:
parent
b541a0654c
commit
3ae9832684
1 changed files with 2 additions and 1 deletions
|
@ -108,7 +108,8 @@ typedef enum {
|
|||
typedef enum {
|
||||
TVG_COMPOSITE_METHOD_NONE = 0,
|
||||
TVG_COMPOSITE_METHOD_CLIP_PATH,
|
||||
TVG_COMPOSITE_METHOD_ALPHA_MASK
|
||||
TVG_COMPOSITE_METHOD_ALPHA_MASK,
|
||||
TVG_COMPOSITE_METHOD_INVERSE_ALPHA_MASK,
|
||||
} Tvg_Composite_Method;
|
||||
|
||||
typedef struct
|
||||
|
|
Loading…
Add table
Reference in a new issue