diff --git a/dist/index.js b/dist/index.js index e7e087bcb6f29d0d8f36cd558e0183bc0f162fcb..500c550c2723be4e84775afbb680dc1e06351451 100644 --- a/dist/index.js +++ b/dist/index.js @@ -6985,14 +6985,18 @@ function markerSuffix(color) { function renderGroup(group, font) { const headerHeight = FONT_SIZES.groupHeader + 16; const parts = []; + const clipId = `group-clip-${group.id.replace(/[^a-zA-Z0-9_-]/g, "_")}`; + parts.push( + `` + ); parts.push( `` ); parts.push( - ` ` + ` ` ); parts.push( - ` ` + ` ` ); parts.push( " " + renderMultilineText( @@ -7134,10 +7138,10 @@ function renderNodeShape(node) { } } function renderRect(x, y, w, h, fill, stroke, sw) { - return ``; + return ``; } function renderRoundedRect(x, y, w, h, fill, stroke, sw) { - return ``; + return ``; } function renderStadium(x, y, w, h, fill, stroke, sw) { const r2 = h / 2; @@ -7168,7 +7172,7 @@ function renderDiamond(x, y, w, h, fill, stroke, sw) { } function renderSubroutine(x, y, w, h, fill, stroke, sw) { const inset = 8; - return ` + return ` `; } @@ -7645,7 +7649,7 @@ function renderActor(actor) { } else { const boxX = x - width / 2; parts.push( - ` ` + ` ` ); parts.push( " " + renderMultilineText(