diff --git a/app/src/components/GraphTip.tsx b/app/src/components/GraphTip.tsx index d3b4979d..1672b5fc 100644 --- a/app/src/components/GraphTip.tsx +++ b/app/src/components/GraphTip.tsx @@ -20,7 +20,6 @@ export function GraphTip() {
({ }, })); +childlessShapeClasses.push({ + selector: ":childless.shape_iso-trapezoid", + css: { + shape: "polygon", + "shape-polygon-points": "-1 1 1 1 0.5 -1 -0.5 -1", + }, +}); + const arrowSuffixes = [ "triangle", "triangle-tee",