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

[FEAT] Fix the size of the marker icon #465

Open
Tracked by #3146
csouchet opened this issue Aug 5, 2020 · 4 comments
Open
Tracked by #3146

[FEAT] Fix the size of the marker icon #465

csouchet opened this issue Aug 5, 2020 · 4 comments
Labels
BPMN rendering Something about the way the lib is rendering BPMN elements enhancement New feature or request
Milestone

Comments

@csouchet
Copy link
Member

csouchet commented Aug 5, 2020

Is your feature request related to a problem? Please describe.
0.1.7 rendering, the size of the marker depends on the size of the activity

image

Describe the solution you'd like
We want to be able to define the size of the marker as we do for marker margins.
Need to introduce a new parameter in PaintParameter, to fix the size of the icon, for the marker

@csouchet csouchet added enhancement New feature or request BPMN rendering Something about the way the lib is rendering BPMN elements labels Aug 5, 2020
@csouchet csouchet added this to the 0.1.7 milestone Aug 5, 2020
@tbouffard
Copy link
Member

This may be managed with a solution shared with #211

@tbouffard
Copy link
Member

#539 was a 1st step: the marker size does not depend on the size of the activity.
The size is the one defined in the IconPainter implementation for each marker, which is ok from a user point of view for now. The ability to choose the actual size and to configure it is still not implemented.

See #539 (review) for more details

@tbouffard
Copy link
Member

tbouffard commented Mar 11, 2024

Proposed prototype to implement this issue: #2724 (comment)

@tbouffard
Copy link
Member

Decision

Decided on 2024-04-04 (see #2724)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BPMN rendering Something about the way the lib is rendering BPMN elements enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants