Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot setup element border #139

Closed
labordep opened this issue Dec 23, 2023 · 2 comments · Fixed by #175
Closed

Cannot setup element border #139

labordep opened this issue Dec 23, 2023 · 2 comments · Fixed by #175
Labels
Missing property This issue is about a missing property question Further information is requested
Milestone

Comments

@labordep
Copy link
Member

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 labordep added the question Further information is requested label Dec 23, 2023
@Nyan11 Nyan11 added the Missing property This issue is about a missing property label Feb 3, 2024
@Nyan11
Copy link
Collaborator

Nyan11 commented Apr 4, 2024

I have not yet developped the feature.

There are multiple informations behind a border:

  • Paint selection (solid / gradient / image / transparent + associated paint input)
  • Join (3 choices)
  • Caps (3 choices)
  • 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 Nyan11 added this to the alpha 5 milestone May 1, 2024
@Nyan11
Copy link
Collaborator

Nyan11 commented Jun 2, 2024

See branch alpha5

@Nyan11 Nyan11 mentioned this issue Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Missing property This issue is about a missing property question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants