Pyramid icon indicating copy to clipboard operation
Pyramid copied to clipboard

Cannot setup element border

Open labordep opened this issue 1 year ago • 1 comments

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)

labordep avatar Dec 23 '23 15:12 labordep

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).

Nyan11 avatar Apr 04 '24 07:04 Nyan11

See branch alpha5

Nyan11 avatar Jun 02 '24 20:06 Nyan11