mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-22 08:50:13 +02:00
fix(flowchart): apply style on doublecircle
This commit is contained in:
@@ -602,6 +602,8 @@ const doublecircle = async (parent, node) => {
|
|||||||
const outerCircle = circleGroup.insert('circle');
|
const outerCircle = circleGroup.insert('circle');
|
||||||
const innerCircle = circleGroup.insert('circle');
|
const innerCircle = circleGroup.insert('circle');
|
||||||
|
|
||||||
|
circleGroup.attr('class', node.class);
|
||||||
|
|
||||||
// center the circle around its coordinate
|
// center the circle around its coordinate
|
||||||
outerCircle
|
outerCircle
|
||||||
.attr('style', node.style)
|
.attr('style', node.style)
|
||||||
|
Reference in New Issue
Block a user