Add IMPLEMENT_ENUM of enum gradient_unit_e.
This commit is contained in:
parent
b1b90f527a
commit
3dd19d2cde
1 changed files with 8 additions and 0 deletions
|
@ -34,6 +34,14 @@ static const char * gradient_strings[] = {
|
|||
|
||||
IMPLEMENT_ENUM( gradient_e, gradient_strings )
|
||||
|
||||
static const char * gradient_unit_strings[] = {
|
||||
"user-space-on-use",
|
||||
"user-space-on-use-bounding-box",
|
||||
"object-bounding-box",
|
||||
""
|
||||
};
|
||||
|
||||
IMPLEMENT_ENUM( gradient_unit_e, gradient_unit_strings )
|
||||
|
||||
gradient::gradient()
|
||||
: gradient_type_(NO_GRADIENT),
|
||||
|
|
Loading…
Add table
Reference in a new issue