1
0
mirror of https://github.com/lxsang/Diya-API.git synced 2024-12-26 03:18:22 +01:00

Update example

This commit is contained in:
Dany LE 2022-08-07 11:37:08 +02:00
parent 4467f61f32
commit fcaadbc185

View File

@ -49,9 +49,9 @@ DiyaExampleApp >> setup [
node bgColor: Color transparent.
node align: #center.
"node := root addNode: (DiyaLine from: 10@10 to: 200@200).
node := root addNode: (DiyaLine from: 10@10 to: 200@200).
node color: (Color red).
node borderWidth: 2.0."
node borderWidth: 2.0.
ell := root addNode: (DiyaEllipse rx:100 ry: 70) at: 100@300.
ell borderColor: Color red.