fix(bpmnRender): remove dataAssociation fill

This commit is contained in:
Martin Stamm 2021-10-27 09:28:08 +02:00 committed by fake-join[bot]
parent 4a1cc29a4d
commit 4dc7122983

View File

@ -1464,8 +1464,6 @@ export default function BpmnRenderer(
stroke = attrs.stroke || getStrokeColor(element, defaultStrokeColor);
attrs = assign({
fill: fill,
stroke: stroke,
markerEnd: marker('association-end', fill, stroke)
}, attrs);
@ -1479,8 +1477,6 @@ export default function BpmnRenderer(
attrs = assign({
fill: fill,
stroke: stroke,
markerEnd: marker('association-end', fill, stroke)
}, attrs);