mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-09 10:36:43 +02:00
minor adjustment for double circle shape for drop-shadow
This commit is contained in:
@@ -70,7 +70,8 @@ export async function doublecircle<T extends SVGGraphicsElement>(
|
||||
.attr('style', nodeStyles)
|
||||
.attr('r', innerRadius)
|
||||
.attr('cx', 0)
|
||||
.attr('cy', 0);
|
||||
.attr('cy', 0)
|
||||
.attr('style', 'filter:url("")');
|
||||
}
|
||||
|
||||
updateNodeBounds(node, circleGroup);
|
||||
|
Reference in New Issue
Block a user