mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-12 00:34:10 +01:00
#1436 Correcting intersection calculations for circles
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
module.exports = intersectNode;
|
||||
|
||||
function intersectNode(node, point) {
|
||||
console.info('Intersect Node');
|
||||
return node.intersect(point);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user