MC-2572 fix for class diagram broken edges

This commit is contained in:
Ashish Jain
2025-01-29 12:03:29 +01:00
parent 5d1c619ca5
commit 7e9a29f486
2 changed files with 1 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@mermaid-chart/mermaid",
"version": "11.4.1-b.11",
"version": "11.4.1-b.12",
"description": "Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.",
"type": "module",
"module": "./dist/mermaid.core.mjs",

View File

@@ -17,11 +17,6 @@ export const markerOffsets = {
// under any transparent markers.
// The offsets are calculated from the markers' dimensions.
export const markerOffsets2 = {
aggregation: 18,
extension: 18,
composition: 18,
dependency: 6,
lollipop: 13.5,
arrow_point: 9,
arrow_cross: 12.5,
arrow_circle: 12.5,