-
Notifications
You must be signed in to change notification settings - Fork 33
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] render activity multi instance markers #471
[FEAT] render activity multi instance markers #471
Conversation
Initial rendering with the BPMN Diagram from process-analytics/bpmn-visualization-examples#32 |
@tbouffard Is it possible to have more spaces between the lines of the icon, and the lines thinner ? |
}); | ||
canvas.setIconOriginToShapeBottomLeft(); | ||
|
||
c.setFillColor(icon.strokeColor); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tought we have a intermediate method just for the icon drawing, and rotate it if it's a sequential or a parallel, like for the gateway cross 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I initially planned to do this but as the code is simple, I skipped doing it
I will review that once dependent PR are merged and this one is rebased
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Render both sequential and parallel markers.
previous implementation paint the stroke which enlarged the bar
481b545
to
a24392d
Compare
Render both sequential and parallel markers.
closes #353
closes #354
closes #450
closes #451
closes #454
closes #455