Pyramid
Pyramid copied to clipboard
Cannot setup element border
Hi @Nyan11, I cannot edit the border of a BlElement in the properties tab. Is it a bug or a miss ?
I can do that manually in the Pyramid playground (thanks to it):
self border: (BlBorder empty)
I have not yet developped the feature.
There are multiple informations behind a border:
- [x] Paint selection (solid / gradient / image / transparent + associated paint input)
- [x] Join (3 choices)
- [x] Caps (3 choices)
- [x] Spacing (array of n floating number)
Also BlBorder is a complicated object where you have to use a BlBorderBuilder to modify (and is the only object in Bloc where you need a dedicated builder to make).
See branch alpha5