fix(flowchart): apply style on doublecircle

This commit is contained in:
Tom PERRILLAT-COLLOMB
2023-06-27 00:22:59 +02:00
parent 2fe5750be1
commit 5a96bd1b9f

View File

@@ -602,6 +602,8 @@ const doublecircle = async (parent, node) => {
const outerCircle = circleGroup.insert('circle');
const innerCircle = circleGroup.insert('circle');
circleGroup.attr('class', node.class);
// center the circle around its coordinate
outerCircle
.attr('style', node.style)