13 lines
152 B
Plaintext
13 lines
152 B
Plaintext
|
fill {
|
||
|
child: color {
|
||
|
bounds: 0 0 50 50;
|
||
|
color: rgb(255,0,204);
|
||
|
}
|
||
|
path: "\
|
||
|
M 0 0\
|
||
|
L 50 0\
|
||
|
C 50 50, 0 50, 0 0\
|
||
|
Z";
|
||
|
fill-rule: winding;
|
||
|
}
|