How can I use strokeDasharray for bpmn2.Flow shapes? #2823
-
IntroductionI am attempting to use Steps to reproduceNo response Restrictions & ConstraintsNo response Does your question relate to JointJS or JointJS+. Select both if applicable.JointJS+ |
Beta Was this translation helpful? Give feedback.
Answered by
kumilingus
Dec 4, 2024
Replies: 1 comment
-
You'd have to set the https://docs.jointjs.com/api/shapes/bpmn/#borderstyle It's a special presentation attribute that sets |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
goyaljai1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You'd have to set the
borderStyle
tonull
first.https://docs.jointjs.com/api/shapes/bpmn/#borderstyle
It's a special presentation attribute that sets
stroke-dasharray
based on its value and the current element size.