-
Notifications
You must be signed in to change notification settings - Fork 192
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
fix(assets): display bpmn-element images #4620
Conversation
I don't think our |
@@ -92,27 +92,27 @@ Aside a general strategy to mark service tasks as being save points you will oft | |||
|
|||
- _User tasks_ <img src="/img/bpmn-elements/task-user.svg" width="40"/>: This savepoint allows users to complete their tasks without waiting for expensive subsequent steps and without seeing an unexpected rollback of their user transaction to the waitstate before the user task. Sometimes, e.g. when validating user input by means of a subsequent step, you want exactly that: rolling back the user transaction to the user task waitstate. In that case you might want to introduce a savepoint right after the validation step. |
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.
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.
added the missing ones.
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.
First, I want to thank you for your attention to detail and tenacity in trying to resolve this!
Second, while removing the width does make the images visible, the experience is still not great.
We are incremental in our delivery and shipping, so I would accept this PR if all the images are appearing, even if the experience is not so great. We can adjust that in a separate PR.
Your PR also showed me some other issues with how our BPMN.io images/diagrams are rendering. They are visible but cut off. I will create a backlog item for this.
I created #4628 and #4629 after reviewing your PR here! 😄 Teamwork! |
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.
Thank you!
Description
Images of bpmn-elements couldn't be displayed because of sized image tags.
Before
After
When should this change go live?
hold
label or convert to draft PR)PR Checklist
/versioned_docs
directory./docs
directory (aka/next/
).