From 538b75b5d1dadf451a5f7adc2008c4832cbb164f Mon Sep 17 00:00:00 2001 From: Paracelsus-Rose Date: Thu, 19 Jan 2023 20:43:10 -0500 Subject: [PATCH] Removed Duplicate --- e2etests/stable_test.go | 23 -- .../circle_arrowhead#01/dagre/board.exp.json | 264 ------------------ .../circle_arrowhead#01/dagre/sketch.exp.svg | 60 ---- .../circle_arrowhead#01/elk/board.exp.json | 246 ---------------- .../circle_arrowhead#01/elk/sketch.exp.svg | 60 ---- 5 files changed, 653 deletions(-) delete mode 100644 e2etests/testdata/stable/circle_arrowhead#01/dagre/board.exp.json delete mode 100644 e2etests/testdata/stable/circle_arrowhead#01/dagre/sketch.exp.svg delete mode 100644 e2etests/testdata/stable/circle_arrowhead#01/elk/board.exp.json delete mode 100644 e2etests/testdata/stable/circle_arrowhead#01/elk/sketch.exp.svg diff --git a/e2etests/stable_test.go b/e2etests/stable_test.go index 10efc96b1..9929be1d6 100644 --- a/e2etests/stable_test.go +++ b/e2etests/stable_test.go @@ -1776,29 +1776,6 @@ a <-> b: circle { } } -c <-> d: filled-circle { - source-arrowhead: { - shape: circle - style.filled: true - } - target-arrowhead: { - shape: circle - style.filled: true - } -}`, - }, - { - name: "circle_arrowhead", - script: ` -a <-> b: circle { - source-arrowhead: { - shape: circle - } - target-arrowhead: { - shape: circle - } -} - c <-> d: filled-circle { source-arrowhead: { shape: circle diff --git a/e2etests/testdata/stable/circle_arrowhead#01/dagre/board.exp.json b/e2etests/testdata/stable/circle_arrowhead#01/dagre/board.exp.json deleted file mode 100644 index 82f04068a..000000000 --- a/e2etests/testdata/stable/circle_arrowhead#01/dagre/board.exp.json +++ /dev/null @@ -1,264 +0,0 @@ -{ - "name": "", - "fontFamily": "SourceSansPro", - "shapes": [ - { - "id": "a", - "type": "", - "pos": { - "x": 0, - "y": 0 - }, - "width": 113, - "height": 126, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#F7F8FE", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "blend": false, - "fields": null, - "methods": null, - "columns": null, - "label": "a", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 13, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER", - "zIndex": 0, - "level": 1 - }, - { - "id": "b", - "type": "", - "pos": { - "x": 0, - "y": 247 - }, - "width": 113, - "height": 126, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#F7F8FE", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "blend": false, - "fields": null, - "methods": null, - "columns": null, - "label": "b", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 13, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER", - "zIndex": 0, - "level": 1 - }, - { - "id": "c", - "type": "", - "pos": { - "x": 174, - "y": 0 - }, - "width": 113, - "height": 126, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#F7F8FE", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "blend": false, - "fields": null, - "methods": null, - "columns": null, - "label": "c", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 13, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER", - "zIndex": 0, - "level": 1 - }, - { - "id": "d", - "type": "", - "pos": { - "x": 173, - "y": 247 - }, - "width": 114, - "height": 126, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#F7F8FE", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "blend": false, - "fields": null, - "methods": null, - "columns": null, - "label": "d", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 14, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER", - "zIndex": 0, - "level": 1 - } - ], - "connections": [ - { - "id": "(a <-> b)[0]", - "src": "a", - "srcArrow": "circle", - "srcLabel": "", - "dst": "b", - "dstArrow": "circle", - "dstLabel": "", - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "stroke": "#0D32B2", - "label": "circle", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#676C7E", - "italic": true, - "bold": false, - "underline": false, - "labelWidth": 36, - "labelHeight": 21, - "labelPosition": "INSIDE_MIDDLE_CENTER", - "labelPercentage": 0, - "route": [ - { - "x": 56.5, - "y": 126 - }, - { - "x": 56.5, - "y": 174.4 - }, - { - "x": 56.5, - "y": 198.7 - }, - { - "x": 56.5, - "y": 247.5 - } - ], - "isCurve": true, - "animated": false, - "tooltip": "", - "icon": null, - "zIndex": 0 - }, - { - "id": "(c <-> d)[0]", - "src": "c", - "srcArrow": "filled-circle", - "srcLabel": "", - "dst": "d", - "dstArrow": "filled-circle", - "dstLabel": "", - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "stroke": "#0D32B2", - "label": "filled-circle", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#676C7E", - "italic": true, - "bold": false, - "underline": false, - "labelWidth": 73, - "labelHeight": 21, - "labelPosition": "INSIDE_MIDDLE_CENTER", - "labelPercentage": 0, - "route": [ - { - "x": 230, - "y": 126 - }, - { - "x": 230, - "y": 174.4 - }, - { - "x": 230, - "y": 198.7 - }, - { - "x": 230, - "y": 247.5 - } - ], - "isCurve": true, - "animated": false, - "tooltip": "", - "icon": null, - "zIndex": 0 - } - ] -} diff --git a/e2etests/testdata/stable/circle_arrowhead#01/dagre/sketch.exp.svg b/e2etests/testdata/stable/circle_arrowhead#01/dagre/sketch.exp.svg deleted file mode 100644 index e8e6605e7..000000000 --- a/e2etests/testdata/stable/circle_arrowhead#01/dagre/sketch.exp.svg +++ /dev/null @@ -1,60 +0,0 @@ - -abcd circle filled-circle - - - - \ No newline at end of file diff --git a/e2etests/testdata/stable/circle_arrowhead#01/elk/board.exp.json b/e2etests/testdata/stable/circle_arrowhead#01/elk/board.exp.json deleted file mode 100644 index bb09866a6..000000000 --- a/e2etests/testdata/stable/circle_arrowhead#01/elk/board.exp.json +++ /dev/null @@ -1,246 +0,0 @@ -{ - "name": "", - "fontFamily": "SourceSansPro", - "shapes": [ - { - "id": "a", - "type": "", - "pos": { - "x": 12, - "y": 12 - }, - "width": 113, - "height": 126, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#F7F8FE", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "blend": false, - "fields": null, - "methods": null, - "columns": null, - "label": "a", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 13, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER", - "zIndex": 0, - "level": 1 - }, - { - "id": "b", - "type": "", - "pos": { - "x": 12, - "y": 359 - }, - "width": 113, - "height": 126, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#F7F8FE", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "blend": false, - "fields": null, - "methods": null, - "columns": null, - "label": "b", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 13, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER", - "zIndex": 0, - "level": 1 - }, - { - "id": "c", - "type": "", - "pos": { - "x": 145, - "y": 12 - }, - "width": 113, - "height": 126, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#F7F8FE", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "blend": false, - "fields": null, - "methods": null, - "columns": null, - "label": "c", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 13, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER", - "zIndex": 0, - "level": 1 - }, - { - "id": "d", - "type": "", - "pos": { - "x": 145, - "y": 359 - }, - "width": 114, - "height": 126, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#F7F8FE", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "blend": false, - "fields": null, - "methods": null, - "columns": null, - "label": "d", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 14, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER", - "zIndex": 0, - "level": 1 - } - ], - "connections": [ - { - "id": "(a <-> b)[0]", - "src": "a", - "srcArrow": "circle", - "srcLabel": "", - "dst": "b", - "dstArrow": "circle", - "dstLabel": "", - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "stroke": "#0D32B2", - "label": "circle", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#676C7E", - "italic": true, - "bold": false, - "underline": false, - "labelWidth": 36, - "labelHeight": 21, - "labelPosition": "INSIDE_MIDDLE_CENTER", - "labelPercentage": 0, - "route": [ - { - "x": 68.5, - "y": 138 - }, - { - "x": 68.5, - "y": 359 - } - ], - "animated": false, - "tooltip": "", - "icon": null, - "zIndex": 0 - }, - { - "id": "(c <-> d)[0]", - "src": "c", - "srcArrow": "filled-circle", - "srcLabel": "", - "dst": "d", - "dstArrow": "filled-circle", - "dstLabel": "", - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "stroke": "#0D32B2", - "label": "filled-circle", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#676C7E", - "italic": true, - "bold": false, - "underline": false, - "labelWidth": 73, - "labelHeight": 21, - "labelPosition": "INSIDE_MIDDLE_CENTER", - "labelPercentage": 0, - "route": [ - { - "x": 202, - "y": 138 - }, - { - "x": 202, - "y": 359 - } - ], - "animated": false, - "tooltip": "", - "icon": null, - "zIndex": 0 - } - ] -} diff --git a/e2etests/testdata/stable/circle_arrowhead#01/elk/sketch.exp.svg b/e2etests/testdata/stable/circle_arrowhead#01/elk/sketch.exp.svg deleted file mode 100644 index 0d9c1f70f..000000000 --- a/e2etests/testdata/stable/circle_arrowhead#01/elk/sketch.exp.svg +++ /dev/null @@ -1,60 +0,0 @@ - -abcd circle filled-circle - - - - \ No newline at end of file