-
Notifications
You must be signed in to change notification settings - Fork 31
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] Display Text Annotation #395
Conversation
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.
Need to modify the BPMNlabel getting in DiagramConverter, and modify the tests:
- test/unit/component/parser/json/BpmnJsonParser.label.bounds.test.ts
- test/unit/component/parser/json/BpmnJsonParser.label.font.test.ts
- test/unit/component/parser/json/BpmnJsonParser.label.test.ts
to be generic and loop on a list of process element with Shape as parameter, like in test/unit/component/parser/json/BpmnJsonParser.sequenceFlow.default.test.ts 😉
test/unit/component/parser/json/BpmnJsonParser.label.bounds.test.ts
Outdated
Show resolved
Hide resolved
test/unit/component/parser/json/BpmnJsonParser.label.font.test.ts
Outdated
Show resolved
Hide resolved
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.
Just few little changes to do 😉
copy paste error fixed Co-authored-by: Souchet Céline <4921914+csouchet@users.noreply.github.com>
Display Text Annotation
closes #94