-
Notifications
You must be signed in to change notification settings - Fork 36
[FEAT] Render Service task #208
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
Conversation
d507870 to
6a04488
Compare
ec361ee to
6af4423
Compare
|
Implementation information about icon adjustments done in this PR In the example process, it was initially hard to distinguish the 2 gears of the Here is a zoom on the Let's fill the background and foreground icon elements; this highlights the part of the background element displayed within the 'hole' of the foreground element Translate the foreground element to the right bottom direction: we see more of the background element Finally, let fill the 'hole' of the foreground element to hide the background in that area Fill everything in white, and Voilà! About the icon size |
the plural was not put at the right place
Store the array of tasks in ShapeUtil allow to ignore the suffix case when building array of bpmn kinds
Do not use 'abstract' in the shape name: this could lead to misunderstanding as BPMN uses 'AbstractTask' for the generic 'Task'
The adapter passes the scale values to the underlying canvas, so writing code is much more simpler: we pass regular values to the adapter instead of computing the scaled values each time prior to pass them
Still simplify the code
10e9159 to
0f431df
Compare
aibcmars
left a comment
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.
LGTM








Closes #196