Learning_GTK4_tree/testsuite/gsk/nodeparser/stroke.node

6 lines
135 B
Plaintext
Raw Normal View History

2023-12-12 11:36:42 +01:00
stroke {
child: color { bounds: 0 0 100 100; color: red; }
path: "M10,10L90,90M90,10L10,90";
line-width: 10;
line-cap: round;
}