mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-12 18:14:40 +00:00
fix(bpmnRender): remove dataAssociation fill
This commit is contained in:
parent
4a1cc29a4d
commit
4dc7122983
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user