Skip to content

Conversation

@aibcmars
Copy link
Contributor

@aibcmars aibcmars commented May 6, 2020

closes #199

@aibcmars aibcmars added the depends on another PR ⚠️ Pull request depending on another one. The depending must be merged first label May 6, 2020
@aibcmars
Copy link
Contributor Author

aibcmars commented May 6, 2020

Depends on #245

@aibcmars aibcmars self-assigned this May 6, 2020
@aibcmars aibcmars force-pushed the 199_render_inclusive_gateway branch from 351fa66 to 843546c Compare May 13, 2020 08:30
@aibcmars aibcmars added BPMN rendering Something about the way the lib is rendering BPMN elements enhancement New feature or request and removed depends on another PR ⚠️ Pull request depending on another one. The depending must be merged first labels May 13, 2020
@csouchet
Copy link
Contributor

Is it normal that the circle in the gateway icon is missing ?

Result
image

Expected
image

@tbouffard
Copy link
Member

Is it normal that the circle in the gateway icon is missing ?

Result
image

Expected
image

no it is not, there is a render issue, @aibcmars is on it.
If you check the svg produced by the current implementation, you will see Infinity overload

<path d="M Infinity Infinity Z" fill="#fff" stroke="black" stroke-width="5" stroke-miterlimit="10" pointer-events="all"></path>

@aibcmars
Copy link
Contributor Author

there was issue with merge but actually it showed other thing - size relativity
it all works now
image

@aibcmars aibcmars force-pushed the 199_render_inclusive_gateway branch from 965fa2f to 602aa24 Compare May 13, 2020 12:02
@csouchet csouchet added the rebase needed 💥 Pull request that must be rebased on the latest master commit prior being reviewed or merged label May 13, 2020
@aibcmars aibcmars force-pushed the 199_render_inclusive_gateway branch from 602aa24 to 24e829e Compare May 13, 2020 12:14
@aibcmars aibcmars removed the rebase needed 💥 Pull request that must be rebased on the latest master commit prior being reviewed or merged label May 13, 2020
@aibcmars aibcmars requested review from csouchet and tbouffard and removed request for csouchet May 13, 2020 12:15
use the configured fill color instead. this will help in the future for
extensions
Copy link
Member

@tbouffard tbouffard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
@aibcmars I just removed an hard coded color with 508c3f4

@tbouffard tbouffard merged commit d659155 into master May 13, 2020
@tbouffard tbouffard deleted the 199_render_inclusive_gateway branch May 13, 2020 13:28
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

Successfully merging this pull request may close these issues.

[FEAT] Render Inclusive Gateway

4 participants