15 lines
187 B
Plaintext
15 lines
187 B
Plaintext
|
stroke {
|
||
|
child: color {
|
||
|
bounds: 0 0 100 100;
|
||
|
color: rgb(255,0,0);
|
||
|
}
|
||
|
path: "\
|
||
|
M 10 10\
|
||
|
L 90 90\
|
||
|
M 90 10\
|
||
|
L 10 90";
|
||
|
line-width: 10;
|
||
|
line-cap: round;
|
||
|
line-join: miter;
|
||
|
}
|