You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a :=BlElementnew.
a background:Color red.
a size:100 asPoint.
a position:25 asPoint.
b :=BlElementnew.
b background:Color green.
b position:25 asPoint.
a addChild: b.
a border: (BlBorder builder
paint:Color black;
width:5;
dashArray:#( 10 20 );
capSquare;
build).
b border: (BlBorder builder
paint:Color black;
width:5;
build).
s := a openInNewSpace
The text was updated successfully, but these errors were encountered:
Discovered by Guille, Stef and Pablo:
The text was updated successfully, but these errors were encountered: