From 96053458bdd3b07d0729862ea4f63bcc5c251f54 Mon Sep 17 00:00:00 2001 From: Gavin Nishizawa Date: Wed, 8 Nov 2023 13:33:07 -0800 Subject: [PATCH 1/9] add grid_label_positions test --- e2etests/stable_test.go | 1 + .../testdata/files/grid_label_positions.d2 | 154 + .../grid_label_positions/dagre/board.exp.json | 10068 ++++++++++++++++ .../grid_label_positions/dagre/sketch.exp.svg | 332 + .../grid_label_positions/elk/board.exp.json | 10032 +++++++++++++++ .../grid_label_positions/elk/sketch.exp.svg | 332 + 6 files changed, 20919 insertions(+) create mode 100644 e2etests/testdata/files/grid_label_positions.d2 create mode 100644 e2etests/testdata/stable/grid_label_positions/dagre/board.exp.json create mode 100644 e2etests/testdata/stable/grid_label_positions/dagre/sketch.exp.svg create mode 100644 e2etests/testdata/stable/grid_label_positions/elk/board.exp.json create mode 100644 e2etests/testdata/stable/grid_label_positions/elk/sketch.exp.svg diff --git a/e2etests/stable_test.go b/e2etests/stable_test.go index e1f12172a5..88d4e3b9da 100644 --- a/e2etests/stable_test.go +++ b/e2etests/stable_test.go @@ -2869,6 +2869,7 @@ y: profits { loadFromFile(t, "grid_edge_across_cell"), loadFromFile(t, "nesting_power"), loadFromFile(t, "unfilled_triangle"), + loadFromFile(t, "grid_label_positions"), } runa(t, tcs) diff --git a/e2etests/testdata/files/grid_label_positions.d2 b/e2etests/testdata/files/grid_label_positions.d2 new file mode 100644 index 0000000000..e48b95f88f --- /dev/null +++ b/e2etests/testdata/files/grid_label_positions.d2 @@ -0,0 +1,154 @@ +vars: { + grid: { + grid-rows: 2 + grid-columns: 5 + a + b + c + d + e + f + g + h + i + j + grid-gap: 0 + } +} +direction: down + +**.blank*: { + label: "" + style: { + stroke: transparent + fill: transparent + } +} +blank*: { + label: "" + style: { + stroke: transparent + fill: transparent + } +} + +blank_ot -> blank_t -> blank_c -> blank_b -> blank_ob + +blank_ot: { + blank1 + OutsideTopLeft: { + label.near: outside-top-left + ...${grid} + } + + OutsideTopCenter: { + label.near: outside-top-center + ...${grid} + } + + OutsideTopRight: { + label.near: outside-top-right + ...${grid} + } + blank2 +} + +blank_t: { + OutsideLeftTop: { + label.near: outside-left-top + ...${grid} + } + + TopLeft: { + label.near: top-left + ...${grid} + } + + TopCenter: { + label.near: top-center + ...${grid} + } + + TopRight: { + label.near: top-right + ...${grid} + } + + OutsideRightTop: { + label.near: outside-right-top + ...${grid} + } +} + +blank_c: { + OutsideLeftCenter: { + label.near: outside-left-center + ...${grid} + } + + CenterLeft: { + label.near: center-left + ...${grid} + } + + CenterCenter: { + label.near: center-center + ...${grid} + } + + CenterRight: { + label.near: center-right + ...${grid} + } + + OutsideRightCenter: { + label.near: outside-right-center + ...${grid} + } +} + +blank_b: { + OutsideLeftBottom: { + label.near: outside-left-bottom + ...${grid} + } + + BottomLeft: { + label.near: bottom-left + ...${grid} + } + + BottomCenter: { + label.near: bottom-center + ...${grid} + } + + BottomRight: { + label.near: bottom-right + ...${grid} + } + + OutsideRightBottom: { + label.near: outside-right-bottom + ...${grid} + } +} + +blank_ob: { + blank3 + OutsideBottomLeft: { + label.near: outside-bottom-left + ...${grid} + } + + OutsideBottomCenter: { + label.near: outside-bottom-center + ...${grid} + } + + OutsideBottomRight: { + label.near: outside-bottom-right + ...${grid} + } + blank4 +} diff --git a/e2etests/testdata/stable/grid_label_positions/dagre/board.exp.json b/e2etests/testdata/stable/grid_label_positions/dagre/board.exp.json new file mode 100644 index 0000000000..9ea233c0b3 --- /dev/null +++ b/e2etests/testdata/stable/grid_label_positions/dagre/board.exp.json @@ -0,0 +1,10068 @@ +{ + "name": "", + "isFolderOnly": false, + "fontFamily": "SourceSansPro", + "shapes": [ + { + "id": "blank_t.TopLeft.a", + "type": "rectangle", + "pos": { + "x": 367, + "y": 464 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideLeftTop.a", + "type": "rectangle", + "pos": { + "x": 40, + "y": 464 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterRight.a", + "type": "rectangle", + "pos": { + "x": 1021, + "y": 837 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomCenter.a", + "type": "rectangle", + "pos": { + "x": 694, + "y": 1583 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomRight.a", + "type": "rectangle", + "pos": { + "x": 1021, + "y": 1210 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideLeftCenter.a", + "type": "rectangle", + "pos": { + "x": 40, + "y": 837 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideLeftBottom.a", + "type": "rectangle", + "pos": { + "x": 40, + "y": 1210 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomCenter.a", + "type": "rectangle", + "pos": { + "x": 694, + "y": 1210 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomRight.a", + "type": "rectangle", + "pos": { + "x": 1021, + "y": 1583 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterLeft.a", + "type": "rectangle", + "pos": { + "x": 367, + "y": 837 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideRightTop.a", + "type": "rectangle", + "pos": { + "x": 1348, + "y": 464 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomLeft.a", + "type": "rectangle", + "pos": { + "x": 367, + "y": 1210 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopLeft.a", + "type": "rectangle", + "pos": { + "x": 367, + "y": 91 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideRightCenter.a", + "type": "rectangle", + "pos": { + "x": 1348, + "y": 837 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopCenter.a", + "type": "rectangle", + "pos": { + "x": 694, + "y": 91 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopCenter.a", + "type": "rectangle", + "pos": { + "x": 694, + "y": 464 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopRight.a", + "type": "rectangle", + "pos": { + "x": 1021, + "y": 464 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterCenter.a", + "type": "rectangle", + "pos": { + "x": 694, + "y": 837 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopRight.a", + "type": "rectangle", + "pos": { + "x": 1021, + "y": 91 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideRightBottom.a", + "type": "rectangle", + "pos": { + "x": 1348, + "y": 1210 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomLeft.a", + "type": "rectangle", + "pos": { + "x": 367, + "y": 1583 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterLeft.b", + "type": "rectangle", + "pos": { + "x": 420, + "y": 837 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopCenter.b", + "type": "rectangle", + "pos": { + "x": 747, + "y": 464 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideRightBottom.b", + "type": "rectangle", + "pos": { + "x": 1401, + "y": 1210 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomLeft.b", + "type": "rectangle", + "pos": { + "x": 420, + "y": 1583 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterCenter.b", + "type": "rectangle", + "pos": { + "x": 747, + "y": 837 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopRight.b", + "type": "rectangle", + "pos": { + "x": 1074, + "y": 91 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopCenter.b", + "type": "rectangle", + "pos": { + "x": 747, + "y": 91 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterRight.b", + "type": "rectangle", + "pos": { + "x": 1074, + "y": 837 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopRight.b", + "type": "rectangle", + "pos": { + "x": 1074, + "y": 464 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideRightCenter.b", + "type": "rectangle", + "pos": { + "x": 1401, + "y": 837 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomRight.b", + "type": "rectangle", + "pos": { + "x": 1074, + "y": 1210 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomCenter.b", + "type": "rectangle", + "pos": { + "x": 747, + "y": 1583 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopLeft.b", + "type": "rectangle", + "pos": { + "x": 420, + "y": 464 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomLeft.b", + "type": "rectangle", + "pos": { + "x": 420, + "y": 1210 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomCenter.b", + "type": "rectangle", + "pos": { + "x": 747, + "y": 1210 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomRight.b", + "type": "rectangle", + "pos": { + "x": 1074, + "y": 1583 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideLeftCenter.b", + "type": "rectangle", + "pos": { + "x": 93, + "y": 837 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopLeft.b", + "type": "rectangle", + "pos": { + "x": 420, + "y": 91 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideLeftTop.b", + "type": "rectangle", + "pos": { + "x": 93, + "y": 464 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideLeftBottom.b", + "type": "rectangle", + "pos": { + "x": 93, + "y": 1210 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideRightTop.b", + "type": "rectangle", + "pos": { + "x": 1401, + "y": 464 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomLeft.c", + "type": "rectangle", + "pos": { + "x": 474, + "y": 1210 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterCenter.c", + "type": "rectangle", + "pos": { + "x": 801, + "y": 837 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomRight.c", + "type": "rectangle", + "pos": { + "x": 1128, + "y": 1583 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopLeft.c", + "type": "rectangle", + "pos": { + "x": 474, + "y": 91 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideLeftBottom.c", + "type": "rectangle", + "pos": { + "x": 147, + "y": 1210 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideLeftTop.c", + "type": "rectangle", + "pos": { + "x": 147, + "y": 464 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideLeftCenter.c", + "type": "rectangle", + "pos": { + "x": 147, + "y": 837 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomCenter.c", + "type": "rectangle", + "pos": { + "x": 801, + "y": 1210 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomCenter.c", + "type": "rectangle", + "pos": { + "x": 801, + "y": 1583 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopLeft.c", + "type": "rectangle", + "pos": { + "x": 474, + "y": 464 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopRight.c", + "type": "rectangle", + "pos": { + "x": 1128, + "y": 464 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideRightTop.c", + "type": "rectangle", + "pos": { + "x": 1455, + "y": 464 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideRightCenter.c", + "type": "rectangle", + "pos": { + "x": 1455, + "y": 837 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomRight.c", + "type": "rectangle", + "pos": { + "x": 1128, + "y": 1210 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopCenter.c", + "type": "rectangle", + "pos": { + "x": 801, + "y": 91 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterLeft.c", + "type": "rectangle", + "pos": { + "x": 474, + "y": 837 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterRight.c", + "type": "rectangle", + "pos": { + "x": 1128, + "y": 837 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomLeft.c", + "type": "rectangle", + "pos": { + "x": 474, + "y": 1583 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopRight.c", + "type": "rectangle", + "pos": { + "x": 1128, + "y": 91 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideRightBottom.c", + "type": "rectangle", + "pos": { + "x": 1455, + "y": 1210 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopCenter.c", + "type": "rectangle", + "pos": { + "x": 801, + "y": 464 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideRightCenter.d", + "type": "rectangle", + "pos": { + "x": 1508, + "y": 837 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopRight.d", + "type": "rectangle", + "pos": { + "x": 1181, + "y": 464 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterCenter.d", + "type": "rectangle", + "pos": { + "x": 854, + "y": 837 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopCenter.d", + "type": "rectangle", + "pos": { + "x": 854, + "y": 464 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopRight.d", + "type": "rectangle", + "pos": { + "x": 1181, + "y": 91 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopCenter.d", + "type": "rectangle", + "pos": { + "x": 854, + "y": 91 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterLeft.d", + "type": "rectangle", + "pos": { + "x": 527, + "y": 837 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterRight.d", + "type": "rectangle", + "pos": { + "x": 1181, + "y": 837 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomRight.d", + "type": "rectangle", + "pos": { + "x": 1181, + "y": 1210 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomLeft.d", + "type": "rectangle", + "pos": { + "x": 527, + "y": 1583 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopLeft.d", + "type": "rectangle", + "pos": { + "x": 527, + "y": 464 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideRightBottom.d", + "type": "rectangle", + "pos": { + "x": 1508, + "y": 1210 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomCenter.d", + "type": "rectangle", + "pos": { + "x": 854, + "y": 1210 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomCenter.d", + "type": "rectangle", + "pos": { + "x": 854, + "y": 1583 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideLeftCenter.d", + "type": "rectangle", + "pos": { + "x": 200, + "y": 837 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomLeft.d", + "type": "rectangle", + "pos": { + "x": 527, + "y": 1210 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopLeft.d", + "type": "rectangle", + "pos": { + "x": 527, + "y": 91 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideLeftBottom.d", + "type": "rectangle", + "pos": { + "x": 200, + "y": 1210 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideRightTop.d", + "type": "rectangle", + "pos": { + "x": 1508, + "y": 464 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideLeftTop.d", + "type": "rectangle", + "pos": { + "x": 200, + "y": 464 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomRight.d", + "type": "rectangle", + "pos": { + "x": 1181, + "y": 1583 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterCenter.e", + "type": "rectangle", + "pos": { + "x": 908, + "y": 837 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopCenter.e", + "type": "rectangle", + "pos": { + "x": 908, + "y": 464 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideRightTop.e", + "type": "rectangle", + "pos": { + "x": 1562, + "y": 464 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterRight.e", + "type": "rectangle", + "pos": { + "x": 1235, + "y": 837 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopLeft.e", + "type": "rectangle", + "pos": { + "x": 581, + "y": 464 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomRight.e", + "type": "rectangle", + "pos": { + "x": 1235, + "y": 1583 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopLeft.e", + "type": "rectangle", + "pos": { + "x": 581, + "y": 91 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideRightCenter.e", + "type": "rectangle", + "pos": { + "x": 1562, + "y": 837 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideLeftBottom.e", + "type": "rectangle", + "pos": { + "x": 254, + "y": 1210 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomCenter.e", + "type": "rectangle", + "pos": { + "x": 908, + "y": 1583 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideLeftTop.e", + "type": "rectangle", + "pos": { + "x": 254, + "y": 464 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomLeft.e", + "type": "rectangle", + "pos": { + "x": 581, + "y": 1583 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopCenter.e", + "type": "rectangle", + "pos": { + "x": 908, + "y": 91 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomLeft.e", + "type": "rectangle", + "pos": { + "x": 581, + "y": 1210 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideLeftCenter.e", + "type": "rectangle", + "pos": { + "x": 254, + "y": 837 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomCenter.e", + "type": "rectangle", + "pos": { + "x": 908, + "y": 1210 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterLeft.e", + "type": "rectangle", + "pos": { + "x": 581, + "y": 837 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideRightBottom.e", + "type": "rectangle", + "pos": { + "x": 1562, + "y": 1210 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopRight.e", + "type": "rectangle", + "pos": { + "x": 1235, + "y": 464 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomRight.e", + "type": "rectangle", + "pos": { + "x": 1235, + "y": 1210 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopRight.e", + "type": "rectangle", + "pos": { + "x": 1235, + "y": 91 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopRight.f", + "type": "rectangle", + "pos": { + "x": 1021, + "y": 530 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideLeftBottom.f", + "type": "rectangle", + "pos": { + "x": 40, + "y": 1276 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopRight.f", + "type": "rectangle", + "pos": { + "x": 1021, + "y": 157 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomCenter.f", + "type": "rectangle", + "pos": { + "x": 694, + "y": 1276 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideRightBottom.f", + "type": "rectangle", + "pos": { + "x": 1348, + "y": 1276 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterLeft.f", + "type": "rectangle", + "pos": { + "x": 367, + "y": 903 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideLeftCenter.f", + "type": "rectangle", + "pos": { + "x": 40, + "y": 903 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomLeft.f", + "type": "rectangle", + "pos": { + "x": 367, + "y": 1276 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopCenter.f", + "type": "rectangle", + "pos": { + "x": 694, + "y": 157 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomLeft.f", + "type": "rectangle", + "pos": { + "x": 367, + "y": 1649 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideLeftTop.f", + "type": "rectangle", + "pos": { + "x": 40, + "y": 530 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomRight.f", + "type": "rectangle", + "pos": { + "x": 1021, + "y": 1276 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomCenter.f", + "type": "rectangle", + "pos": { + "x": 694, + "y": 1649 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideRightCenter.f", + "type": "rectangle", + "pos": { + "x": 1348, + "y": 903 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopCenter.f", + "type": "rectangle", + "pos": { + "x": 694, + "y": 530 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopLeft.f", + "type": "rectangle", + "pos": { + "x": 367, + "y": 157 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterCenter.f", + "type": "rectangle", + "pos": { + "x": 694, + "y": 903 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomRight.f", + "type": "rectangle", + "pos": { + "x": 1021, + "y": 1649 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopLeft.f", + "type": "rectangle", + "pos": { + "x": 367, + "y": 530 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterRight.f", + "type": "rectangle", + "pos": { + "x": 1021, + "y": 903 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideRightTop.f", + "type": "rectangle", + "pos": { + "x": 1348, + "y": 530 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideLeftTop.g", + "type": "rectangle", + "pos": { + "x": 93, + "y": 530 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideLeftBottom.g", + "type": "rectangle", + "pos": { + "x": 93, + "y": 1276 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomRight.g", + "type": "rectangle", + "pos": { + "x": 1074, + "y": 1649 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideRightTop.g", + "type": "rectangle", + "pos": { + "x": 1401, + "y": 530 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomCenter.g", + "type": "rectangle", + "pos": { + "x": 747, + "y": 1649 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopLeft.g", + "type": "rectangle", + "pos": { + "x": 420, + "y": 157 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomLeft.g", + "type": "rectangle", + "pos": { + "x": 420, + "y": 1649 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterRight.g", + "type": "rectangle", + "pos": { + "x": 1074, + "y": 903 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopRight.g", + "type": "rectangle", + "pos": { + "x": 1074, + "y": 530 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopCenter.g", + "type": "rectangle", + "pos": { + "x": 747, + "y": 157 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideRightBottom.g", + "type": "rectangle", + "pos": { + "x": 1401, + "y": 1276 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideLeftCenter.g", + "type": "rectangle", + "pos": { + "x": 93, + "y": 903 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomRight.g", + "type": "rectangle", + "pos": { + "x": 1074, + "y": 1276 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopLeft.g", + "type": "rectangle", + "pos": { + "x": 420, + "y": 530 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopRight.g", + "type": "rectangle", + "pos": { + "x": 1074, + "y": 157 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterCenter.g", + "type": "rectangle", + "pos": { + "x": 747, + "y": 903 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomCenter.g", + "type": "rectangle", + "pos": { + "x": 747, + "y": 1276 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopCenter.g", + "type": "rectangle", + "pos": { + "x": 747, + "y": 530 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideRightCenter.g", + "type": "rectangle", + "pos": { + "x": 1401, + "y": 903 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterLeft.g", + "type": "rectangle", + "pos": { + "x": 420, + "y": 903 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomLeft.g", + "type": "rectangle", + "pos": { + "x": 420, + "y": 1276 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopRight.h", + "type": "rectangle", + "pos": { + "x": 1128, + "y": 157 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomLeft.h", + "type": "rectangle", + "pos": { + "x": 474, + "y": 1276 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopRight.h", + "type": "rectangle", + "pos": { + "x": 1128, + "y": 530 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomRight.h", + "type": "rectangle", + "pos": { + "x": 1128, + "y": 1276 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterRight.h", + "type": "rectangle", + "pos": { + "x": 1128, + "y": 903 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopLeft.h", + "type": "rectangle", + "pos": { + "x": 474, + "y": 157 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideLeftTop.h", + "type": "rectangle", + "pos": { + "x": 147, + "y": 530 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopCenter.h", + "type": "rectangle", + "pos": { + "x": 801, + "y": 530 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterCenter.h", + "type": "rectangle", + "pos": { + "x": 801, + "y": 903 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomCenter.h", + "type": "rectangle", + "pos": { + "x": 801, + "y": 1649 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideLeftBottom.h", + "type": "rectangle", + "pos": { + "x": 147, + "y": 1276 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopLeft.h", + "type": "rectangle", + "pos": { + "x": 474, + "y": 530 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomCenter.h", + "type": "rectangle", + "pos": { + "x": 801, + "y": 1276 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomRight.h", + "type": "rectangle", + "pos": { + "x": 1128, + "y": 1649 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomLeft.h", + "type": "rectangle", + "pos": { + "x": 474, + "y": 1649 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideRightTop.h", + "type": "rectangle", + "pos": { + "x": 1455, + "y": 530 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideRightCenter.h", + "type": "rectangle", + "pos": { + "x": 1455, + "y": 903 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopCenter.h", + "type": "rectangle", + "pos": { + "x": 801, + "y": 157 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideLeftCenter.h", + "type": "rectangle", + "pos": { + "x": 147, + "y": 903 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterLeft.h", + "type": "rectangle", + "pos": { + "x": 474, + "y": 903 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideRightBottom.h", + "type": "rectangle", + "pos": { + "x": 1455, + "y": 1276 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideLeftBottom.i", + "type": "rectangle", + "pos": { + "x": 200, + "y": 1276 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterCenter.i", + "type": "rectangle", + "pos": { + "x": 854, + "y": 903 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideRightBottom.i", + "type": "rectangle", + "pos": { + "x": 1508, + "y": 1276 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideRightCenter.i", + "type": "rectangle", + "pos": { + "x": 1508, + "y": 903 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterLeft.i", + "type": "rectangle", + "pos": { + "x": 527, + "y": 903 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomCenter.i", + "type": "rectangle", + "pos": { + "x": 854, + "y": 1649 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideRightTop.i", + "type": "rectangle", + "pos": { + "x": 1508, + "y": 530 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopRight.i", + "type": "rectangle", + "pos": { + "x": 1181, + "y": 157 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomLeft.i", + "type": "rectangle", + "pos": { + "x": 527, + "y": 1649 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopRight.i", + "type": "rectangle", + "pos": { + "x": 1181, + "y": 530 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopCenter.i", + "type": "rectangle", + "pos": { + "x": 854, + "y": 157 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomLeft.i", + "type": "rectangle", + "pos": { + "x": 527, + "y": 1276 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomCenter.i", + "type": "rectangle", + "pos": { + "x": 854, + "y": 1276 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopLeft.i", + "type": "rectangle", + "pos": { + "x": 527, + "y": 157 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterRight.i", + "type": "rectangle", + "pos": { + "x": 1181, + "y": 903 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopLeft.i", + "type": "rectangle", + "pos": { + "x": 527, + "y": 530 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopCenter.i", + "type": "rectangle", + "pos": { + "x": 854, + "y": 530 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomRight.i", + "type": "rectangle", + "pos": { + "x": 1181, + "y": 1276 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideLeftTop.i", + "type": "rectangle", + "pos": { + "x": 200, + "y": 530 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomRight.i", + "type": "rectangle", + "pos": { + "x": 1181, + "y": 1649 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideLeftCenter.i", + "type": "rectangle", + "pos": { + "x": 200, + "y": 903 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopCenter.j", + "type": "rectangle", + "pos": { + "x": 908, + "y": 530 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterRight.j", + "type": "rectangle", + "pos": { + "x": 1235, + "y": 903 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterCenter.j", + "type": "rectangle", + "pos": { + "x": 908, + "y": 903 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomRight.j", + "type": "rectangle", + "pos": { + "x": 1235, + "y": 1276 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomCenter.j", + "type": "rectangle", + "pos": { + "x": 908, + "y": 1276 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopLeft.j", + "type": "rectangle", + "pos": { + "x": 581, + "y": 157 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopCenter.j", + "type": "rectangle", + "pos": { + "x": 908, + "y": 157 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopRight.j", + "type": "rectangle", + "pos": { + "x": 1235, + "y": 530 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopRight.j", + "type": "rectangle", + "pos": { + "x": 1235, + "y": 157 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomCenter.j", + "type": "rectangle", + "pos": { + "x": 908, + "y": 1649 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomLeft.j", + "type": "rectangle", + "pos": { + "x": 581, + "y": 1649 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideLeftCenter.j", + "type": "rectangle", + "pos": { + "x": 254, + "y": 903 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideRightTop.j", + "type": "rectangle", + "pos": { + "x": 1562, + "y": 530 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomLeft.j", + "type": "rectangle", + "pos": { + "x": 581, + "y": 1276 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideRightBottom.j", + "type": "rectangle", + "pos": { + "x": 1562, + "y": 1276 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterLeft.j", + "type": "rectangle", + "pos": { + "x": 581, + "y": 903 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopLeft.j", + "type": "rectangle", + "pos": { + "x": 581, + "y": 530 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideLeftBottom.j", + "type": "rectangle", + "pos": { + "x": 254, + "y": 1276 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideRightCenter.j", + "type": "rectangle", + "pos": { + "x": 1562, + "y": 903 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideLeftTop.j", + "type": "rectangle", + "pos": { + "x": 254, + "y": 530 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomRight.j", + "type": "rectangle", + "pos": { + "x": 1235, + "y": 1649 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot", + "type": "rectangle", + "pos": { + "x": 177, + "y": 9 + }, + "width": 1301, + "height": 244, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "transparent", + "stroke": "transparent", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "", + "fontSize": 28, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 0, + "labelHeight": 0, + "zIndex": 0, + "level": 1 + }, + { + "id": "blank_t", + "type": "rectangle", + "pos": { + "x": 0, + "y": 393 + }, + "width": 1655, + "height": 233, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "transparent", + "stroke": "transparent", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "", + "fontSize": 28, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 0, + "labelHeight": 0, + "zIndex": 0, + "level": 1 + }, + { + "id": "blank_c", + "type": "rectangle", + "pos": { + "x": 0, + "y": 766 + }, + "width": 1655, + "height": 233, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "transparent", + "stroke": "transparent", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "", + "fontSize": 28, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 0, + "labelHeight": 0, + "zIndex": 0, + "level": 1 + }, + { + "id": "blank_b", + "type": "rectangle", + "pos": { + "x": 0, + "y": 1139 + }, + "width": 1655, + "height": 233, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "transparent", + "stroke": "transparent", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "", + "fontSize": 28, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 0, + "labelHeight": 0, + "zIndex": 0, + "level": 1 + }, + { + "id": "blank_ob", + "type": "rectangle", + "pos": { + "x": 177, + "y": 1512 + }, + "width": 1301, + "height": 244, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "transparent", + "stroke": "transparent", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "", + "fontSize": 28, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 0, + "labelHeight": 0, + "zIndex": 0, + "level": 1 + }, + { + "id": "blank_ot.blank1", + "type": "rectangle", + "pos": { + "x": 207, + "y": 87 + }, + "width": 100, + "height": 100, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "transparent", + "stroke": "transparent", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 0, + "labelHeight": 0, + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_ot.OutsideTopLeft", + "type": "rectangle", + "pos": { + "x": 367, + "y": 50 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "OutsideTopLeft", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 156, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_ot.OutsideTopCenter", + "type": "rectangle", + "pos": { + "x": 694, + "y": 50 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "OutsideTopCenter", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 185, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_ot.OutsideTopRight", + "type": "rectangle", + "pos": { + "x": 1021, + "y": 50 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "OutsideTopRight", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 170, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_ot.blank2", + "type": "rectangle", + "pos": { + "x": 1348, + "y": 87 + }, + "width": 100, + "height": 100, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "transparent", + "stroke": "transparent", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 0, + "labelHeight": 0, + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_t.OutsideLeftTop", + "type": "rectangle", + "pos": { + "x": 40, + "y": 423 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "OutsideLeftTop", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 155, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_t.TopLeft", + "type": "rectangle", + "pos": { + "x": 367, + "y": 423 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "TopLeft", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 78, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_t.TopCenter", + "type": "rectangle", + "pos": { + "x": 694, + "y": 423 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "TopCenter", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 107, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_t.TopRight", + "type": "rectangle", + "pos": { + "x": 1021, + "y": 423 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "TopRight", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 92, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_t.OutsideRightTop", + "type": "rectangle", + "pos": { + "x": 1348, + "y": 423 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "OutsideRightTop", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 169, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_c.OutsideLeftCenter", + "type": "rectangle", + "pos": { + "x": 40, + "y": 796 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "OutsideLeftCenter", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 184, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_c.CenterLeft", + "type": "rectangle", + "pos": { + "x": 367, + "y": 796 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "CenterLeft", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 105, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_c.CenterCenter", + "type": "rectangle", + "pos": { + "x": 694, + "y": 796 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "CenterCenter", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 134, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_c.CenterRight", + "type": "rectangle", + "pos": { + "x": 1021, + "y": 796 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "CenterRight", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 119, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_c.OutsideRightCenter", + "type": "rectangle", + "pos": { + "x": 1348, + "y": 796 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "OutsideRightCenter", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 198, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_b.OutsideLeftBottom", + "type": "rectangle", + "pos": { + "x": 40, + "y": 1169 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "OutsideLeftBottom", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 192, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_b.BottomLeft", + "type": "rectangle", + "pos": { + "x": 367, + "y": 1169 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "BottomLeft", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 113, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_b.BottomCenter", + "type": "rectangle", + "pos": { + "x": 694, + "y": 1169 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "BottomCenter", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 142, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_b.BottomRight", + "type": "rectangle", + "pos": { + "x": 1021, + "y": 1169 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "BottomRight", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 127, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_b.OutsideRightBottom", + "type": "rectangle", + "pos": { + "x": 1348, + "y": 1169 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "OutsideRightBottom", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 206, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_ob.blank3", + "type": "rectangle", + "pos": { + "x": 207, + "y": 1579 + }, + "width": 100, + "height": 100, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "transparent", + "stroke": "transparent", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 0, + "labelHeight": 0, + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_ob.OutsideBottomLeft", + "type": "rectangle", + "pos": { + "x": 367, + "y": 1542 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "OutsideBottomLeft", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 193, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_ob.OutsideBottomCenter", + "type": "rectangle", + "pos": { + "x": 694, + "y": 1542 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "OutsideBottomCenter", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 222, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_ob.OutsideBottomRight", + "type": "rectangle", + "pos": { + "x": 1021, + "y": 1542 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "OutsideBottomRight", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 207, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_ob.blank4", + "type": "rectangle", + "pos": { + "x": 1348, + "y": 1579 + }, + "width": 100, + "height": 100, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "transparent", + "stroke": "transparent", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 0, + "labelHeight": 0, + "zIndex": 0, + "level": 2 + } + ], + "connections": [ + { + "id": "(blank_ot -> blank_t)[0]", + "src": "blank_ot", + "srcArrow": "none", + "dst": "blank_t", + "dstArrow": "triangle", + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "stroke": "B1", + "borderRadius": 10, + "label": "", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N2", + "italic": true, + "bold": false, + "underline": false, + "labelWidth": 0, + "labelHeight": 0, + "labelPosition": "", + "labelPercentage": 0, + "route": [ + { + "x": 827.5, + "y": 253 + }, + { + "x": 827.5, + "y": 309 + }, + { + "x": 827.5, + "y": 337 + }, + { + "x": 827.5, + "y": 393 + } + ], + "isCurve": true, + "animated": false, + "tooltip": "", + "icon": null, + "zIndex": 0 + }, + { + "id": "(blank_t -> blank_c)[0]", + "src": "blank_t", + "srcArrow": "none", + "dst": "blank_c", + "dstArrow": "triangle", + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "stroke": "B1", + "borderRadius": 10, + "label": "", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N2", + "italic": true, + "bold": false, + "underline": false, + "labelWidth": 0, + "labelHeight": 0, + "labelPosition": "", + "labelPercentage": 0, + "route": [ + { + "x": 827.5, + "y": 626 + }, + { + "x": 827.5, + "y": 682 + }, + { + "x": 827.5, + "y": 710 + }, + { + "x": 827.5, + "y": 766 + } + ], + "isCurve": true, + "animated": false, + "tooltip": "", + "icon": null, + "zIndex": 0 + }, + { + "id": "(blank_c -> blank_b)[0]", + "src": "blank_c", + "srcArrow": "none", + "dst": "blank_b", + "dstArrow": "triangle", + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "stroke": "B1", + "borderRadius": 10, + "label": "", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N2", + "italic": true, + "bold": false, + "underline": false, + "labelWidth": 0, + "labelHeight": 0, + "labelPosition": "", + "labelPercentage": 0, + "route": [ + { + "x": 827.5, + "y": 999 + }, + { + "x": 827.5, + "y": 1055 + }, + { + "x": 827.5, + "y": 1083 + }, + { + "x": 827.5, + "y": 1139 + } + ], + "isCurve": true, + "animated": false, + "tooltip": "", + "icon": null, + "zIndex": 0 + }, + { + "id": "(blank_b -> blank_ob)[0]", + "src": "blank_b", + "srcArrow": "none", + "dst": "blank_ob", + "dstArrow": "triangle", + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "stroke": "B1", + "borderRadius": 10, + "label": "", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N2", + "italic": true, + "bold": false, + "underline": false, + "labelWidth": 0, + "labelHeight": 0, + "labelPosition": "", + "labelPercentage": 0, + "route": [ + { + "x": 827.5, + "y": 1372 + }, + { + "x": 827.5, + "y": 1428 + }, + { + "x": 827.5, + "y": 1456 + }, + { + "x": 827.5, + "y": 1512 + } + ], + "isCurve": true, + "animated": false, + "tooltip": "", + "icon": null, + "zIndex": 0 + } + ], + "root": { + "id": "", + "type": "", + "pos": { + "x": 0, + "y": 0 + }, + "width": 0, + "height": 0, + "opacity": 0, + "strokeDash": 0, + "strokeWidth": 0, + "borderRadius": 0, + "fill": "N7", + "stroke": "", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "", + "fontSize": 0, + "fontFamily": "", + "language": "", + "color": "", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 0, + "labelHeight": 0, + "zIndex": 0, + "level": 0 + } +} diff --git a/e2etests/testdata/stable/grid_label_positions/dagre/sketch.exp.svg b/e2etests/testdata/stable/grid_label_positions/dagre/sketch.exp.svg new file mode 100644 index 0000000000..690705dea8 --- /dev/null +++ b/e2etests/testdata/stable/grid_label_positions/dagre/sketch.exp.svg @@ -0,0 +1,332 @@ +OutsideTopLeftOutsideTopCenterOutsideTopRightOutsideLeftTopTopLeftTopCenterTopRightOutsideRightTopOutsideLeftCenterCenterLeftCenterCenterCenterRightOutsideRightCenterOutsideLeftBottomBottomLeftBottomCenterBottomRightOutsideRightBottomOutsideBottomLeftOutsideBottomCenterOutsideBottomRightaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbcccccccccccccccccccccdddddddddddddddddddddeeeeeeeeeeeeeeeeeeeeefffffffffffffffffffffggggggggggggggggggggghhhhhhhhhhhhhhhhhhhhhiiiiiiiiiiiiiiiiiiiiijjjjjjjjjjjjjjjjjjjjj + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/e2etests/testdata/stable/grid_label_positions/elk/board.exp.json b/e2etests/testdata/stable/grid_label_positions/elk/board.exp.json new file mode 100644 index 0000000000..f03bf27dd0 --- /dev/null +++ b/e2etests/testdata/stable/grid_label_positions/elk/board.exp.json @@ -0,0 +1,10032 @@ +{ + "name": "", + "isFolderOnly": false, + "fontFamily": "SourceSansPro", + "shapes": [ + { + "id": "blank_t.TopLeft.a", + "type": "rectangle", + "pos": { + "x": 546, + "y": 446 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideLeftTop.a", + "type": "rectangle", + "pos": { + "x": 259, + "y": 446 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterRight.a", + "type": "rectangle", + "pos": { + "x": 1120, + "y": 789 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomCenter.a", + "type": "rectangle", + "pos": { + "x": 840, + "y": 1475 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomRight.a", + "type": "rectangle", + "pos": { + "x": 1120, + "y": 1132 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideLeftCenter.a", + "type": "rectangle", + "pos": { + "x": 259, + "y": 789 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideLeftBottom.a", + "type": "rectangle", + "pos": { + "x": 259, + "y": 1132 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomCenter.a", + "type": "rectangle", + "pos": { + "x": 833, + "y": 1132 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomRight.a", + "type": "rectangle", + "pos": { + "x": 1127, + "y": 1475 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterLeft.a", + "type": "rectangle", + "pos": { + "x": 546, + "y": 789 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideRightTop.a", + "type": "rectangle", + "pos": { + "x": 1407, + "y": 446 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomLeft.a", + "type": "rectangle", + "pos": { + "x": 546, + "y": 1132 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopLeft.a", + "type": "rectangle", + "pos": { + "x": 553, + "y": 103 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideRightCenter.a", + "type": "rectangle", + "pos": { + "x": 1407, + "y": 789 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopCenter.a", + "type": "rectangle", + "pos": { + "x": 840, + "y": 103 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopCenter.a", + "type": "rectangle", + "pos": { + "x": 833, + "y": 446 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopRight.a", + "type": "rectangle", + "pos": { + "x": 1120, + "y": 446 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterCenter.a", + "type": "rectangle", + "pos": { + "x": 833, + "y": 789 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopRight.a", + "type": "rectangle", + "pos": { + "x": 1127, + "y": 103 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideRightBottom.a", + "type": "rectangle", + "pos": { + "x": 1407, + "y": 1132 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomLeft.a", + "type": "rectangle", + "pos": { + "x": 553, + "y": 1475 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "a", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterLeft.b", + "type": "rectangle", + "pos": { + "x": 599, + "y": 789 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopCenter.b", + "type": "rectangle", + "pos": { + "x": 886, + "y": 446 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideRightBottom.b", + "type": "rectangle", + "pos": { + "x": 1460, + "y": 1132 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomLeft.b", + "type": "rectangle", + "pos": { + "x": 606, + "y": 1475 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterCenter.b", + "type": "rectangle", + "pos": { + "x": 886, + "y": 789 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopRight.b", + "type": "rectangle", + "pos": { + "x": 1180, + "y": 103 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopCenter.b", + "type": "rectangle", + "pos": { + "x": 893, + "y": 103 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterRight.b", + "type": "rectangle", + "pos": { + "x": 1173, + "y": 789 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopRight.b", + "type": "rectangle", + "pos": { + "x": 1173, + "y": 446 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideRightCenter.b", + "type": "rectangle", + "pos": { + "x": 1460, + "y": 789 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomRight.b", + "type": "rectangle", + "pos": { + "x": 1173, + "y": 1132 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomCenter.b", + "type": "rectangle", + "pos": { + "x": 893, + "y": 1475 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopLeft.b", + "type": "rectangle", + "pos": { + "x": 599, + "y": 446 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomLeft.b", + "type": "rectangle", + "pos": { + "x": 599, + "y": 1132 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomCenter.b", + "type": "rectangle", + "pos": { + "x": 886, + "y": 1132 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomRight.b", + "type": "rectangle", + "pos": { + "x": 1180, + "y": 1475 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideLeftCenter.b", + "type": "rectangle", + "pos": { + "x": 312, + "y": 789 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopLeft.b", + "type": "rectangle", + "pos": { + "x": 606, + "y": 103 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideLeftTop.b", + "type": "rectangle", + "pos": { + "x": 312, + "y": 446 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideLeftBottom.b", + "type": "rectangle", + "pos": { + "x": 312, + "y": 1132 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideRightTop.b", + "type": "rectangle", + "pos": { + "x": 1460, + "y": 446 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "b", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomLeft.c", + "type": "rectangle", + "pos": { + "x": 653, + "y": 1132 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterCenter.c", + "type": "rectangle", + "pos": { + "x": 940, + "y": 789 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomRight.c", + "type": "rectangle", + "pos": { + "x": 1234, + "y": 1475 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopLeft.c", + "type": "rectangle", + "pos": { + "x": 660, + "y": 103 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideLeftBottom.c", + "type": "rectangle", + "pos": { + "x": 366, + "y": 1132 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideLeftTop.c", + "type": "rectangle", + "pos": { + "x": 366, + "y": 446 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideLeftCenter.c", + "type": "rectangle", + "pos": { + "x": 366, + "y": 789 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomCenter.c", + "type": "rectangle", + "pos": { + "x": 940, + "y": 1132 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomCenter.c", + "type": "rectangle", + "pos": { + "x": 947, + "y": 1475 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopLeft.c", + "type": "rectangle", + "pos": { + "x": 653, + "y": 446 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopRight.c", + "type": "rectangle", + "pos": { + "x": 1227, + "y": 446 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideRightTop.c", + "type": "rectangle", + "pos": { + "x": 1514, + "y": 446 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideRightCenter.c", + "type": "rectangle", + "pos": { + "x": 1514, + "y": 789 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomRight.c", + "type": "rectangle", + "pos": { + "x": 1227, + "y": 1132 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopCenter.c", + "type": "rectangle", + "pos": { + "x": 947, + "y": 103 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterLeft.c", + "type": "rectangle", + "pos": { + "x": 653, + "y": 789 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterRight.c", + "type": "rectangle", + "pos": { + "x": 1227, + "y": 789 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomLeft.c", + "type": "rectangle", + "pos": { + "x": 660, + "y": 1475 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopRight.c", + "type": "rectangle", + "pos": { + "x": 1234, + "y": 103 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideRightBottom.c", + "type": "rectangle", + "pos": { + "x": 1514, + "y": 1132 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopCenter.c", + "type": "rectangle", + "pos": { + "x": 940, + "y": 446 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "c", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideRightCenter.d", + "type": "rectangle", + "pos": { + "x": 1567, + "y": 789 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopRight.d", + "type": "rectangle", + "pos": { + "x": 1280, + "y": 446 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterCenter.d", + "type": "rectangle", + "pos": { + "x": 993, + "y": 789 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopCenter.d", + "type": "rectangle", + "pos": { + "x": 993, + "y": 446 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopRight.d", + "type": "rectangle", + "pos": { + "x": 1287, + "y": 103 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopCenter.d", + "type": "rectangle", + "pos": { + "x": 1000, + "y": 103 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterLeft.d", + "type": "rectangle", + "pos": { + "x": 706, + "y": 789 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterRight.d", + "type": "rectangle", + "pos": { + "x": 1280, + "y": 789 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomRight.d", + "type": "rectangle", + "pos": { + "x": 1280, + "y": 1132 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomLeft.d", + "type": "rectangle", + "pos": { + "x": 713, + "y": 1475 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopLeft.d", + "type": "rectangle", + "pos": { + "x": 706, + "y": 446 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideRightBottom.d", + "type": "rectangle", + "pos": { + "x": 1567, + "y": 1132 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomCenter.d", + "type": "rectangle", + "pos": { + "x": 993, + "y": 1132 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomCenter.d", + "type": "rectangle", + "pos": { + "x": 1000, + "y": 1475 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideLeftCenter.d", + "type": "rectangle", + "pos": { + "x": 419, + "y": 789 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomLeft.d", + "type": "rectangle", + "pos": { + "x": 706, + "y": 1132 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopLeft.d", + "type": "rectangle", + "pos": { + "x": 713, + "y": 103 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideLeftBottom.d", + "type": "rectangle", + "pos": { + "x": 419, + "y": 1132 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideRightTop.d", + "type": "rectangle", + "pos": { + "x": 1567, + "y": 446 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideLeftTop.d", + "type": "rectangle", + "pos": { + "x": 419, + "y": 446 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomRight.d", + "type": "rectangle", + "pos": { + "x": 1287, + "y": 1475 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "d", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterCenter.e", + "type": "rectangle", + "pos": { + "x": 1047, + "y": 789 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopCenter.e", + "type": "rectangle", + "pos": { + "x": 1047, + "y": 446 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideRightTop.e", + "type": "rectangle", + "pos": { + "x": 1621, + "y": 446 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterRight.e", + "type": "rectangle", + "pos": { + "x": 1334, + "y": 789 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopLeft.e", + "type": "rectangle", + "pos": { + "x": 760, + "y": 446 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomRight.e", + "type": "rectangle", + "pos": { + "x": 1341, + "y": 1475 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopLeft.e", + "type": "rectangle", + "pos": { + "x": 767, + "y": 103 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideRightCenter.e", + "type": "rectangle", + "pos": { + "x": 1621, + "y": 789 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideLeftBottom.e", + "type": "rectangle", + "pos": { + "x": 473, + "y": 1132 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomCenter.e", + "type": "rectangle", + "pos": { + "x": 1054, + "y": 1475 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideLeftTop.e", + "type": "rectangle", + "pos": { + "x": 473, + "y": 446 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomLeft.e", + "type": "rectangle", + "pos": { + "x": 767, + "y": 1475 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopCenter.e", + "type": "rectangle", + "pos": { + "x": 1054, + "y": 103 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomLeft.e", + "type": "rectangle", + "pos": { + "x": 760, + "y": 1132 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideLeftCenter.e", + "type": "rectangle", + "pos": { + "x": 473, + "y": 789 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomCenter.e", + "type": "rectangle", + "pos": { + "x": 1047, + "y": 1132 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterLeft.e", + "type": "rectangle", + "pos": { + "x": 760, + "y": 789 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideRightBottom.e", + "type": "rectangle", + "pos": { + "x": 1621, + "y": 1132 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopRight.e", + "type": "rectangle", + "pos": { + "x": 1334, + "y": 446 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomRight.e", + "type": "rectangle", + "pos": { + "x": 1334, + "y": 1132 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopRight.e", + "type": "rectangle", + "pos": { + "x": 1341, + "y": 103 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "e", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopRight.f", + "type": "rectangle", + "pos": { + "x": 1120, + "y": 512 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideLeftBottom.f", + "type": "rectangle", + "pos": { + "x": 259, + "y": 1198 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopRight.f", + "type": "rectangle", + "pos": { + "x": 1127, + "y": 169 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomCenter.f", + "type": "rectangle", + "pos": { + "x": 833, + "y": 1198 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideRightBottom.f", + "type": "rectangle", + "pos": { + "x": 1407, + "y": 1198 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterLeft.f", + "type": "rectangle", + "pos": { + "x": 546, + "y": 855 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideLeftCenter.f", + "type": "rectangle", + "pos": { + "x": 259, + "y": 855 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomLeft.f", + "type": "rectangle", + "pos": { + "x": 546, + "y": 1198 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopCenter.f", + "type": "rectangle", + "pos": { + "x": 840, + "y": 169 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomLeft.f", + "type": "rectangle", + "pos": { + "x": 553, + "y": 1541 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideLeftTop.f", + "type": "rectangle", + "pos": { + "x": 259, + "y": 512 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomRight.f", + "type": "rectangle", + "pos": { + "x": 1120, + "y": 1198 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomCenter.f", + "type": "rectangle", + "pos": { + "x": 840, + "y": 1541 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideRightCenter.f", + "type": "rectangle", + "pos": { + "x": 1407, + "y": 855 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopCenter.f", + "type": "rectangle", + "pos": { + "x": 833, + "y": 512 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopLeft.f", + "type": "rectangle", + "pos": { + "x": 553, + "y": 169 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterCenter.f", + "type": "rectangle", + "pos": { + "x": 833, + "y": 855 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomRight.f", + "type": "rectangle", + "pos": { + "x": 1127, + "y": 1541 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopLeft.f", + "type": "rectangle", + "pos": { + "x": 546, + "y": 512 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterRight.f", + "type": "rectangle", + "pos": { + "x": 1120, + "y": 855 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideRightTop.f", + "type": "rectangle", + "pos": { + "x": 1407, + "y": 512 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "f", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 6, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideLeftTop.g", + "type": "rectangle", + "pos": { + "x": 312, + "y": 512 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideLeftBottom.g", + "type": "rectangle", + "pos": { + "x": 312, + "y": 1198 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomRight.g", + "type": "rectangle", + "pos": { + "x": 1180, + "y": 1541 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideRightTop.g", + "type": "rectangle", + "pos": { + "x": 1460, + "y": 512 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomCenter.g", + "type": "rectangle", + "pos": { + "x": 893, + "y": 1541 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopLeft.g", + "type": "rectangle", + "pos": { + "x": 606, + "y": 169 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomLeft.g", + "type": "rectangle", + "pos": { + "x": 606, + "y": 1541 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterRight.g", + "type": "rectangle", + "pos": { + "x": 1173, + "y": 855 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopRight.g", + "type": "rectangle", + "pos": { + "x": 1173, + "y": 512 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopCenter.g", + "type": "rectangle", + "pos": { + "x": 893, + "y": 169 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideRightBottom.g", + "type": "rectangle", + "pos": { + "x": 1460, + "y": 1198 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideLeftCenter.g", + "type": "rectangle", + "pos": { + "x": 312, + "y": 855 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomRight.g", + "type": "rectangle", + "pos": { + "x": 1173, + "y": 1198 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopLeft.g", + "type": "rectangle", + "pos": { + "x": 599, + "y": 512 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopRight.g", + "type": "rectangle", + "pos": { + "x": 1180, + "y": 169 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterCenter.g", + "type": "rectangle", + "pos": { + "x": 886, + "y": 855 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomCenter.g", + "type": "rectangle", + "pos": { + "x": 886, + "y": 1198 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopCenter.g", + "type": "rectangle", + "pos": { + "x": 886, + "y": 512 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideRightCenter.g", + "type": "rectangle", + "pos": { + "x": 1460, + "y": 855 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterLeft.g", + "type": "rectangle", + "pos": { + "x": 599, + "y": 855 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomLeft.g", + "type": "rectangle", + "pos": { + "x": 599, + "y": 1198 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "g", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 9, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopRight.h", + "type": "rectangle", + "pos": { + "x": 1234, + "y": 169 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomLeft.h", + "type": "rectangle", + "pos": { + "x": 653, + "y": 1198 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopRight.h", + "type": "rectangle", + "pos": { + "x": 1227, + "y": 512 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomRight.h", + "type": "rectangle", + "pos": { + "x": 1227, + "y": 1198 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterRight.h", + "type": "rectangle", + "pos": { + "x": 1227, + "y": 855 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopLeft.h", + "type": "rectangle", + "pos": { + "x": 660, + "y": 169 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideLeftTop.h", + "type": "rectangle", + "pos": { + "x": 366, + "y": 512 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopCenter.h", + "type": "rectangle", + "pos": { + "x": 940, + "y": 512 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterCenter.h", + "type": "rectangle", + "pos": { + "x": 940, + "y": 855 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomCenter.h", + "type": "rectangle", + "pos": { + "x": 947, + "y": 1541 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideLeftBottom.h", + "type": "rectangle", + "pos": { + "x": 366, + "y": 1198 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopLeft.h", + "type": "rectangle", + "pos": { + "x": 653, + "y": 512 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomCenter.h", + "type": "rectangle", + "pos": { + "x": 940, + "y": 1198 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomRight.h", + "type": "rectangle", + "pos": { + "x": 1234, + "y": 1541 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomLeft.h", + "type": "rectangle", + "pos": { + "x": 660, + "y": 1541 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideRightTop.h", + "type": "rectangle", + "pos": { + "x": 1514, + "y": 512 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideRightCenter.h", + "type": "rectangle", + "pos": { + "x": 1514, + "y": 855 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopCenter.h", + "type": "rectangle", + "pos": { + "x": 947, + "y": 169 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideLeftCenter.h", + "type": "rectangle", + "pos": { + "x": 366, + "y": 855 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterLeft.h", + "type": "rectangle", + "pos": { + "x": 653, + "y": 855 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideRightBottom.h", + "type": "rectangle", + "pos": { + "x": 1514, + "y": 1198 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "h", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 8, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideLeftBottom.i", + "type": "rectangle", + "pos": { + "x": 419, + "y": 1198 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterCenter.i", + "type": "rectangle", + "pos": { + "x": 993, + "y": 855 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideRightBottom.i", + "type": "rectangle", + "pos": { + "x": 1567, + "y": 1198 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideRightCenter.i", + "type": "rectangle", + "pos": { + "x": 1567, + "y": 855 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterLeft.i", + "type": "rectangle", + "pos": { + "x": 706, + "y": 855 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomCenter.i", + "type": "rectangle", + "pos": { + "x": 1000, + "y": 1541 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideRightTop.i", + "type": "rectangle", + "pos": { + "x": 1567, + "y": 512 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopRight.i", + "type": "rectangle", + "pos": { + "x": 1287, + "y": 169 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomLeft.i", + "type": "rectangle", + "pos": { + "x": 713, + "y": 1541 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopRight.i", + "type": "rectangle", + "pos": { + "x": 1280, + "y": 512 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopCenter.i", + "type": "rectangle", + "pos": { + "x": 1000, + "y": 169 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomLeft.i", + "type": "rectangle", + "pos": { + "x": 706, + "y": 1198 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomCenter.i", + "type": "rectangle", + "pos": { + "x": 993, + "y": 1198 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopLeft.i", + "type": "rectangle", + "pos": { + "x": 713, + "y": 169 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterRight.i", + "type": "rectangle", + "pos": { + "x": 1280, + "y": 855 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopLeft.i", + "type": "rectangle", + "pos": { + "x": 706, + "y": 512 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopCenter.i", + "type": "rectangle", + "pos": { + "x": 993, + "y": 512 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomRight.i", + "type": "rectangle", + "pos": { + "x": 1280, + "y": 1198 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideLeftTop.i", + "type": "rectangle", + "pos": { + "x": 419, + "y": 512 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomRight.i", + "type": "rectangle", + "pos": { + "x": 1287, + "y": 1541 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideLeftCenter.i", + "type": "rectangle", + "pos": { + "x": 419, + "y": 855 + }, + "width": 54, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "i", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 4, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopCenter.j", + "type": "rectangle", + "pos": { + "x": 1047, + "y": 512 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterRight.j", + "type": "rectangle", + "pos": { + "x": 1334, + "y": 855 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterCenter.j", + "type": "rectangle", + "pos": { + "x": 1047, + "y": 855 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomRight.j", + "type": "rectangle", + "pos": { + "x": 1334, + "y": 1198 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomCenter.j", + "type": "rectangle", + "pos": { + "x": 1047, + "y": 1198 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopLeft.j", + "type": "rectangle", + "pos": { + "x": 767, + "y": 169 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopCenter.j", + "type": "rectangle", + "pos": { + "x": 1054, + "y": 169 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopRight.j", + "type": "rectangle", + "pos": { + "x": 1334, + "y": 512 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot.OutsideTopRight.j", + "type": "rectangle", + "pos": { + "x": 1341, + "y": 169 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomCenter.j", + "type": "rectangle", + "pos": { + "x": 1054, + "y": 1541 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomLeft.j", + "type": "rectangle", + "pos": { + "x": 767, + "y": 1541 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideLeftCenter.j", + "type": "rectangle", + "pos": { + "x": 473, + "y": 855 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideRightTop.j", + "type": "rectangle", + "pos": { + "x": 1621, + "y": 512 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.BottomLeft.j", + "type": "rectangle", + "pos": { + "x": 760, + "y": 1198 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideRightBottom.j", + "type": "rectangle", + "pos": { + "x": 1621, + "y": 1198 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.CenterLeft.j", + "type": "rectangle", + "pos": { + "x": 760, + "y": 855 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.TopLeft.j", + "type": "rectangle", + "pos": { + "x": 760, + "y": 512 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_b.OutsideLeftBottom.j", + "type": "rectangle", + "pos": { + "x": 473, + "y": 1198 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_c.OutsideRightCenter.j", + "type": "rectangle", + "pos": { + "x": 1621, + "y": 855 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_t.OutsideLeftTop.j", + "type": "rectangle", + "pos": { + "x": 473, + "y": 512 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ob.OutsideBottomRight.j", + "type": "rectangle", + "pos": { + "x": 1341, + "y": 1541 + }, + "width": 53, + "height": 66, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B6", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "j", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 5, + "labelHeight": 21, + "labelPosition": "INSIDE_MIDDLE_CENTER", + "zIndex": 0, + "level": 3 + }, + { + "id": "blank_ot", + "type": "rectangle", + "pos": { + "x": 383, + "y": 12 + }, + "width": 1181, + "height": 273, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "transparent", + "stroke": "transparent", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "", + "fontSize": 28, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 0, + "labelHeight": 0, + "zIndex": 0, + "level": 1 + }, + { + "id": "blank_t", + "type": "rectangle", + "pos": { + "x": 49, + "y": 355 + }, + "width": 1849, + "height": 273, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "transparent", + "stroke": "transparent", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "", + "fontSize": 28, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 0, + "labelHeight": 0, + "zIndex": 0, + "level": 1 + }, + { + "id": "blank_c", + "type": "rectangle", + "pos": { + "x": 20, + "y": 698 + }, + "width": 1907, + "height": 273, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "transparent", + "stroke": "transparent", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "", + "fontSize": 28, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 0, + "labelHeight": 0, + "zIndex": 0, + "level": 1 + }, + { + "id": "blank_b", + "type": "rectangle", + "pos": { + "x": 12, + "y": 1041 + }, + "width": 1923, + "height": 273, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "transparent", + "stroke": "transparent", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "", + "fontSize": 28, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 0, + "labelHeight": 0, + "zIndex": 0, + "level": 1 + }, + { + "id": "blank_ob", + "type": "rectangle", + "pos": { + "x": 383, + "y": 1384 + }, + "width": 1181, + "height": 273, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "transparent", + "stroke": "transparent", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "", + "fontSize": 28, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 0, + "labelHeight": 0, + "zIndex": 0, + "level": 1 + }, + { + "id": "blank_ot.blank1", + "type": "rectangle", + "pos": { + "x": 433, + "y": 98 + }, + "width": 100, + "height": 100, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "transparent", + "stroke": "transparent", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 0, + "labelHeight": 0, + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_ot.OutsideTopLeft", + "type": "rectangle", + "pos": { + "x": 553, + "y": 62 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "OutsideTopLeft", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 156, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_ot.OutsideTopCenter", + "type": "rectangle", + "pos": { + "x": 840, + "y": 62 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "OutsideTopCenter", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 185, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_ot.OutsideTopRight", + "type": "rectangle", + "pos": { + "x": 1127, + "y": 62 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "OutsideTopRight", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 170, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_ot.blank2", + "type": "rectangle", + "pos": { + "x": 1414, + "y": 98 + }, + "width": 100, + "height": 100, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "transparent", + "stroke": "transparent", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 0, + "labelHeight": 0, + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_t.OutsideLeftTop", + "type": "rectangle", + "pos": { + "x": 259, + "y": 405 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "OutsideLeftTop", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 155, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_t.TopLeft", + "type": "rectangle", + "pos": { + "x": 546, + "y": 405 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "TopLeft", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 78, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_t.TopCenter", + "type": "rectangle", + "pos": { + "x": 833, + "y": 405 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "TopCenter", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 107, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_t.TopRight", + "type": "rectangle", + "pos": { + "x": 1120, + "y": 405 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "TopRight", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 92, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_t.OutsideRightTop", + "type": "rectangle", + "pos": { + "x": 1407, + "y": 405 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "OutsideRightTop", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 169, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_c.OutsideLeftCenter", + "type": "rectangle", + "pos": { + "x": 259, + "y": 748 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "OutsideLeftCenter", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 184, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_c.CenterLeft", + "type": "rectangle", + "pos": { + "x": 546, + "y": 748 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "CenterLeft", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 105, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_c.CenterCenter", + "type": "rectangle", + "pos": { + "x": 833, + "y": 748 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "CenterCenter", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 134, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_c.CenterRight", + "type": "rectangle", + "pos": { + "x": 1120, + "y": 748 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "CenterRight", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 119, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_c.OutsideRightCenter", + "type": "rectangle", + "pos": { + "x": 1407, + "y": 748 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "OutsideRightCenter", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 198, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_b.OutsideLeftBottom", + "type": "rectangle", + "pos": { + "x": 259, + "y": 1091 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "OutsideLeftBottom", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 192, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_b.BottomLeft", + "type": "rectangle", + "pos": { + "x": 546, + "y": 1091 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "BottomLeft", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 113, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_b.BottomCenter", + "type": "rectangle", + "pos": { + "x": 833, + "y": 1091 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "BottomCenter", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 142, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_b.BottomRight", + "type": "rectangle", + "pos": { + "x": 1120, + "y": 1091 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "BottomRight", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 127, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_b.OutsideRightBottom", + "type": "rectangle", + "pos": { + "x": 1407, + "y": 1091 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "OutsideRightBottom", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 206, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_ob.blank3", + "type": "rectangle", + "pos": { + "x": 433, + "y": 1470 + }, + "width": 100, + "height": 100, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "transparent", + "stroke": "transparent", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 0, + "labelHeight": 0, + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_ob.OutsideBottomLeft", + "type": "rectangle", + "pos": { + "x": 553, + "y": 1434 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "OutsideBottomLeft", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 193, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_ob.OutsideBottomCenter", + "type": "rectangle", + "pos": { + "x": 840, + "y": 1434 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "OutsideBottomCenter", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 222, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_ob.OutsideBottomRight", + "type": "rectangle", + "pos": { + "x": 1127, + "y": 1434 + }, + "width": 267, + "height": 173, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "B5", + "stroke": "B1", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "OutsideBottomRight", + "fontSize": 24, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 207, + "labelHeight": 31, + "labelPosition": "INSIDE_TOP_CENTER", + "zIndex": 0, + "level": 2 + }, + { + "id": "blank_ob.blank4", + "type": "rectangle", + "pos": { + "x": 1414, + "y": 1470 + }, + "width": 100, + "height": 100, + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "borderRadius": 0, + "fill": "transparent", + "stroke": "transparent", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N1", + "italic": false, + "bold": true, + "underline": false, + "labelWidth": 0, + "labelHeight": 0, + "zIndex": 0, + "level": 2 + } + ], + "connections": [ + { + "id": "(blank_ot -> blank_t)[0]", + "src": "blank_ot", + "srcArrow": "none", + "dst": "blank_t", + "dstArrow": "triangle", + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "stroke": "B1", + "borderRadius": 10, + "label": "", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N2", + "italic": true, + "bold": false, + "underline": false, + "labelWidth": 0, + "labelHeight": 0, + "labelPosition": "", + "labelPercentage": 0, + "route": [ + { + "x": 973.5, + "y": 285 + }, + { + "x": 973.5, + "y": 355 + } + ], + "animated": false, + "tooltip": "", + "icon": null, + "zIndex": 0 + }, + { + "id": "(blank_t -> blank_c)[0]", + "src": "blank_t", + "srcArrow": "none", + "dst": "blank_c", + "dstArrow": "triangle", + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "stroke": "B1", + "borderRadius": 10, + "label": "", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N2", + "italic": true, + "bold": false, + "underline": false, + "labelWidth": 0, + "labelHeight": 0, + "labelPosition": "", + "labelPercentage": 0, + "route": [ + { + "x": 973.5, + "y": 628 + }, + { + "x": 973.5, + "y": 698 + } + ], + "animated": false, + "tooltip": "", + "icon": null, + "zIndex": 0 + }, + { + "id": "(blank_c -> blank_b)[0]", + "src": "blank_c", + "srcArrow": "none", + "dst": "blank_b", + "dstArrow": "triangle", + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "stroke": "B1", + "borderRadius": 10, + "label": "", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N2", + "italic": true, + "bold": false, + "underline": false, + "labelWidth": 0, + "labelHeight": 0, + "labelPosition": "", + "labelPercentage": 0, + "route": [ + { + "x": 973.5, + "y": 971 + }, + { + "x": 973.5, + "y": 1041 + } + ], + "animated": false, + "tooltip": "", + "icon": null, + "zIndex": 0 + }, + { + "id": "(blank_b -> blank_ob)[0]", + "src": "blank_b", + "srcArrow": "none", + "dst": "blank_ob", + "dstArrow": "triangle", + "opacity": 1, + "strokeDash": 0, + "strokeWidth": 2, + "stroke": "B1", + "borderRadius": 10, + "label": "", + "fontSize": 16, + "fontFamily": "DEFAULT", + "language": "", + "color": "N2", + "italic": true, + "bold": false, + "underline": false, + "labelWidth": 0, + "labelHeight": 0, + "labelPosition": "", + "labelPercentage": 0, + "route": [ + { + "x": 973.5, + "y": 1314 + }, + { + "x": 973.5, + "y": 1384 + } + ], + "animated": false, + "tooltip": "", + "icon": null, + "zIndex": 0 + } + ], + "root": { + "id": "", + "type": "", + "pos": { + "x": 0, + "y": 0 + }, + "width": 0, + "height": 0, + "opacity": 0, + "strokeDash": 0, + "strokeWidth": 0, + "borderRadius": 0, + "fill": "N7", + "stroke": "", + "shadow": false, + "3d": false, + "multiple": false, + "double-border": false, + "tooltip": "", + "link": "", + "icon": null, + "iconPosition": "", + "blend": false, + "fields": null, + "methods": null, + "columns": null, + "label": "", + "fontSize": 0, + "fontFamily": "", + "language": "", + "color": "", + "italic": false, + "bold": false, + "underline": false, + "labelWidth": 0, + "labelHeight": 0, + "zIndex": 0, + "level": 0 + } +} diff --git a/e2etests/testdata/stable/grid_label_positions/elk/sketch.exp.svg b/e2etests/testdata/stable/grid_label_positions/elk/sketch.exp.svg new file mode 100644 index 0000000000..f44086aa89 --- /dev/null +++ b/e2etests/testdata/stable/grid_label_positions/elk/sketch.exp.svg @@ -0,0 +1,332 @@ +OutsideTopLeftOutsideTopCenterOutsideTopRightOutsideLeftTopTopLeftTopCenterTopRightOutsideRightTopOutsideLeftCenterCenterLeftCenterCenterCenterRightOutsideRightCenterOutsideLeftBottomBottomLeftBottomCenterBottomRightOutsideRightBottomOutsideBottomLeftOutsideBottomCenterOutsideBottomRightaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbcccccccccccccccccccccdddddddddddddddddddddeeeeeeeeeeeeeeeeeeeeefffffffffffffffffffffggggggggggggggggggggghhhhhhhhhhhhhhhhhhhhhiiiiiiiiiiiiiiiiiiiiijjjjjjjjjjjjjjjjjjjjj + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From 107b556c20dcfdc151622920ed5dd1ea46d1321a Mon Sep 17 00:00:00 2001 From: Gavin Nishizawa Date: Wed, 8 Nov 2023 14:06:15 -0800 Subject: [PATCH 2/9] don't overwrite grid label position --- d2layouts/d2grid/layout.go | 6 ++---- d2layouts/d2layouts.go | 2 ++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/d2layouts/d2grid/layout.go b/d2layouts/d2grid/layout.go index f4e9201f16..cf6794d541 100644 --- a/d2layouts/d2grid/layout.go +++ b/d2layouts/d2grid/layout.go @@ -89,10 +89,10 @@ func Layout(ctx context.Context, g *d2graph.Graph) error { } } - if obj.HasLabel() { + if obj.HasLabel() && obj.LabelPosition == nil { obj.LabelPosition = go2.Pointer(label.InsideTopCenter.String()) } - if obj.Icon != nil { + if obj.Icon != nil && obj.IconPosition == nil { obj.IconPosition = go2.Pointer(label.InsideTopLeft.String()) } @@ -119,8 +119,6 @@ func Layout(ctx context.Context, g *d2graph.Graph) error { g.Root.TopLeft = geo.NewPoint(0, 0) } - obj.LabelPosition = go2.Pointer(label.InsideTopCenter.String()) - if g.RootLevel > 0 { horizontalPadding, verticalPadding := CONTAINER_PADDING, CONTAINER_PADDING if obj.GridGap != nil || obj.HorizontalGap != nil { diff --git a/d2layouts/d2layouts.go b/d2layouts/d2layouts.go index c29cb1e471..7a05f2533b 100644 --- a/d2layouts/d2layouts.go +++ b/d2layouts/d2layouts.go @@ -305,6 +305,8 @@ func ExtractSubgraph(container *d2graph.Object, includeSelf bool) (nestedGraph * } nestedGraph.Root.Attributes = container.Attributes nestedGraph.Root.Box = &geo.Box{} + nestedGraph.Root.LabelPosition = container.LabelPosition + nestedGraph.Root.IconPosition = container.IconPosition isNestedObject := func(obj *d2graph.Object) bool { if includeSelf { From a36358424597131c95c2a21883d3ce5133181f12 Mon Sep 17 00:00:00 2001 From: Gavin Nishizawa Date: Wed, 8 Nov 2023 15:07:20 -0800 Subject: [PATCH 3/9] position around grid label --- d2layouts/d2grid/layout.go | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/d2layouts/d2grid/layout.go b/d2layouts/d2grid/layout.go index cf6794d541..003d431e7b 100644 --- a/d2layouts/d2grid/layout.go +++ b/d2layouts/d2grid/layout.go @@ -77,10 +77,28 @@ func Layout(ctx context.Context, g *d2graph.Graph) error { } } - if occupiedHeight > float64(verticalPadding) { - // if the label doesn't fit within the padding, we need to add more - dy = occupiedHeight - float64(verticalPadding) - obj.Height += dy + if obj.LabelPosition != nil { + labelPosition := label.FromString(*obj.LabelPosition) + if !labelPosition.IsOutside() { + labelOverflowY := occupiedHeight - float64(verticalPadding) + // if the label doesn't fit within the padding, we need to add more + if labelOverflowY > 0 { + obj.Height += labelOverflowY + // if label is top, need to shift contents down + switch labelPosition { + case label.InsideTopLeft, label.InsideTopCenter, label.InsideTopRight: + dy = labelOverflowY + } + } + + labelOverflowX := occupiedWidth - float64(horizontalPadding) + if labelOverflowX > 0 { + obj.Width += labelOverflowX + if labelPosition == label.InsideMiddleLeft { + dx = labelOverflowX + } + } + } } // we need to center children if we have to expand to fit the container label From 0571137e1df42feff967e074a5fdcaf30da2857d Mon Sep 17 00:00:00 2001 From: Gavin Nishizawa Date: Wed, 8 Nov 2023 16:17:58 -0800 Subject: [PATCH 4/9] positioning --- d2layouts/d2grid/layout.go | 86 ++++++++++++++++++++++++-------------- 1 file changed, 55 insertions(+), 31 deletions(-) diff --git a/d2layouts/d2grid/layout.go b/d2layouts/d2grid/layout.go index 003d431e7b..26ac2f95bd 100644 --- a/d2layouts/d2grid/layout.go +++ b/d2layouts/d2grid/layout.go @@ -30,6 +30,13 @@ func Layout(ctx context.Context, g *d2graph.Graph) error { return err } + if obj.HasLabel() && obj.LabelPosition == nil { + obj.LabelPosition = go2.Pointer(label.InsideTopCenter.String()) + } + if obj.Icon != nil && obj.IconPosition == nil { + obj.IconPosition = go2.Pointer(label.InsideTopLeft.String()) + } + if obj.Box != nil { // CONTAINER_PADDING is default, but use gap value if set horizontalPadding, verticalPadding := CONTAINER_PADDING, CONTAINER_PADDING @@ -50,9 +57,17 @@ func Layout(ctx context.Context, g *d2graph.Graph) error { gd.shift(innerBox.TopLeft.X, innerBox.TopLeft.Y) } + var labelPosition, iconPosition label.Position + if obj.LabelPosition != nil { + labelPosition = label.FromString(*obj.LabelPosition) + } + if obj.IconPosition != nil { + iconPosition = label.FromString(*obj.IconPosition) + } + // compute how much space the label and icon occupy var occupiedWidth, occupiedHeight float64 - if obj.Icon != nil { + if obj.Icon != nil && !iconPosition.IsOutside() { iconSpace := float64(d2target.MAX_ICON_SIZE + 2*label.PADDING) occupiedWidth = iconSpace occupiedHeight = iconSpace @@ -64,6 +79,15 @@ func Layout(ctx context.Context, g *d2graph.Graph) error { occupiedHeight, float64(obj.LabelDimensions.Height)+2*label.PADDING, ) + if occupiedHeight > obj.Height { + switch labelPosition { + case label.OutsideTopLeft, label.OutsideTopCenter, label.OutsideTopRight, + label.OutsideBottomLeft, label.OutsideBottomCenter, label.OutsideBottomRight: + default: + dy = (occupiedHeight - obj.Height) / 2 + obj.Height = occupiedHeight + } + } } if obj.LabelDimensions.Width != 0 { // . ├────┤───────├────┤ @@ -72,48 +96,48 @@ func Layout(ctx context.Context, g *d2graph.Graph) error { occupiedWidth *= 2 occupiedWidth += float64(obj.LabelDimensions.Width) + 2*label.PADDING if occupiedWidth > obj.Width { - dx = (occupiedWidth - obj.Width) / 2 - obj.Width = occupiedWidth + switch labelPosition { + case label.OutsideLeftTop, label.OutsideLeftMiddle, label.OutsideLeftBottom, + label.OutsideRightTop, label.OutsideRightMiddle, label.OutsideRightBottom: + default: + dx = (occupiedWidth - obj.Width) / 2 + obj.Width = occupiedWidth + } } } - if obj.LabelPosition != nil { - labelPosition := label.FromString(*obj.LabelPosition) - if !labelPosition.IsOutside() { - labelOverflowY := occupiedHeight - float64(verticalPadding) - // if the label doesn't fit within the padding, we need to add more - if labelOverflowY > 0 { - obj.Height += labelOverflowY - // if label is top, need to shift contents down - switch labelPosition { - case label.InsideTopLeft, label.InsideTopCenter, label.InsideTopRight: - dy = labelOverflowY - } - } - - labelOverflowX := occupiedWidth - float64(horizontalPadding) - if labelOverflowX > 0 { - obj.Width += labelOverflowX - if labelPosition == label.InsideMiddleLeft { - dx = labelOverflowX - } - } + labelOverflowY := occupiedHeight - float64(verticalPadding) + // if the label doesn't fit within the padding, we need to add more + if labelOverflowY > 0 { + switch labelPosition { + case + label.InsideTopLeft, label.InsideTopCenter, label.InsideTopRight, + label.InsideBottomLeft, label.InsideBottomCenter, label.InsideBottomRight: + obj.Height += labelOverflowY + } + // if label is top, need to shift contents down + switch labelPosition { + case label.InsideTopLeft, label.InsideTopCenter, label.InsideTopRight: + dy = labelOverflowY } } + labelOverflowX := occupiedWidth - float64(horizontalPadding) + if labelOverflowX > 0 { + switch labelPosition { + case label.InsideMiddleLeft, label.InsideMiddleRight: + obj.Width += labelOverflowX + } + if labelPosition == label.InsideMiddleLeft { + dx = labelOverflowX + } + } // we need to center children if we have to expand to fit the container label if dx != 0 || dy != 0 { gd.shift(dx, dy) } } - if obj.HasLabel() && obj.LabelPosition == nil { - obj.LabelPosition = go2.Pointer(label.InsideTopCenter.String()) - } - if obj.Icon != nil && obj.IconPosition == nil { - obj.IconPosition = go2.Pointer(label.InsideTopLeft.String()) - } - // simple straight line edge routing between grid objects for _, e := range g.Edges { if !e.Src.Parent.IsDescendantOf(obj) && !e.Dst.Parent.IsDescendantOf(obj) { From 6803262e2c3fa5da02ae4077a156b0e6434505ed Mon Sep 17 00:00:00 2001 From: Gavin Nishizawa Date: Wed, 8 Nov 2023 16:22:03 -0800 Subject: [PATCH 5/9] update test --- .../grid_label_positions/dagre/board.exp.json | 1072 ++++++++--------- .../grid_label_positions/dagre/sketch.exp.svg | 622 +++++----- .../grid_label_positions/elk/board.exp.json | 1066 ++++++++-------- .../grid_label_positions/elk/sketch.exp.svg | 622 +++++----- 4 files changed, 1691 insertions(+), 1691 deletions(-) diff --git a/e2etests/testdata/stable/grid_label_positions/dagre/board.exp.json b/e2etests/testdata/stable/grid_label_positions/dagre/board.exp.json index 9ea233c0b3..daff27b00d 100644 --- a/e2etests/testdata/stable/grid_label_positions/dagre/board.exp.json +++ b/e2etests/testdata/stable/grid_label_positions/dagre/board.exp.json @@ -7,8 +7,8 @@ "id": "blank_t.TopLeft.a", "type": "rectangle", "pos": { - "x": 367, - "y": 464 + "x": 482, + "y": 423 }, "width": 53, "height": 66, @@ -48,8 +48,8 @@ "id": "blank_t.OutsideLeftTop.a", "type": "rectangle", "pos": { - "x": 40, - "y": 464 + "x": 155, + "y": 403 }, "width": 53, "height": 66, @@ -89,8 +89,8 @@ "id": "blank_c.CenterRight.a", "type": "rectangle", "pos": { - "x": 1021, - "y": 837 + "x": 1136, + "y": 755 }, "width": 53, "height": 66, @@ -130,8 +130,8 @@ "id": "blank_ob.OutsideBottomCenter.a", "type": "rectangle", "pos": { - "x": 694, - "y": 1583 + "x": 809, + "y": 1460 }, "width": 53, "height": 66, @@ -171,8 +171,8 @@ "id": "blank_b.BottomRight.a", "type": "rectangle", "pos": { - "x": 1021, - "y": 1210 + "x": 1136, + "y": 1087 }, "width": 53, "height": 66, @@ -213,7 +213,7 @@ "type": "rectangle", "pos": { "x": 40, - "y": 837 + "y": 755 }, "width": 53, "height": 66, @@ -253,8 +253,8 @@ "id": "blank_b.OutsideLeftBottom.a", "type": "rectangle", "pos": { - "x": 40, - "y": 1210 + "x": 155, + "y": 1108 }, "width": 53, "height": 66, @@ -294,8 +294,8 @@ "id": "blank_b.BottomCenter.a", "type": "rectangle", "pos": { - "x": 694, - "y": 1210 + "x": 809, + "y": 1087 }, "width": 53, "height": 66, @@ -335,8 +335,8 @@ "id": "blank_ob.OutsideBottomRight.a", "type": "rectangle", "pos": { - "x": 1021, - "y": 1583 + "x": 1136, + "y": 1460 }, "width": 53, "height": 66, @@ -376,8 +376,8 @@ "id": "blank_c.CenterLeft.a", "type": "rectangle", "pos": { - "x": 367, - "y": 837 + "x": 482, + "y": 755 }, "width": 53, "height": 66, @@ -417,8 +417,8 @@ "id": "blank_t.OutsideRightTop.a", "type": "rectangle", "pos": { - "x": 1348, - "y": 464 + "x": 1463, + "y": 403 }, "width": 53, "height": 66, @@ -458,8 +458,8 @@ "id": "blank_b.BottomLeft.a", "type": "rectangle", "pos": { - "x": 367, - "y": 1210 + "x": 482, + "y": 1087 }, "width": 53, "height": 66, @@ -499,8 +499,8 @@ "id": "blank_ot.OutsideTopLeft.a", "type": "rectangle", "pos": { - "x": 367, - "y": 91 + "x": 482, + "y": 50 }, "width": 53, "height": 66, @@ -540,8 +540,8 @@ "id": "blank_c.OutsideRightCenter.a", "type": "rectangle", "pos": { - "x": 1348, - "y": 837 + "x": 1592, + "y": 755 }, "width": 53, "height": 66, @@ -581,8 +581,8 @@ "id": "blank_ot.OutsideTopCenter.a", "type": "rectangle", "pos": { - "x": 694, - "y": 91 + "x": 809, + "y": 50 }, "width": 53, "height": 66, @@ -622,8 +622,8 @@ "id": "blank_t.TopCenter.a", "type": "rectangle", "pos": { - "x": 694, - "y": 464 + "x": 809, + "y": 423 }, "width": 53, "height": 66, @@ -663,8 +663,8 @@ "id": "blank_t.TopRight.a", "type": "rectangle", "pos": { - "x": 1021, - "y": 464 + "x": 1136, + "y": 423 }, "width": 53, "height": 66, @@ -704,8 +704,8 @@ "id": "blank_c.CenterCenter.a", "type": "rectangle", "pos": { - "x": 694, - "y": 837 + "x": 809, + "y": 755 }, "width": 53, "height": 66, @@ -745,8 +745,8 @@ "id": "blank_ot.OutsideTopRight.a", "type": "rectangle", "pos": { - "x": 1021, - "y": 91 + "x": 1136, + "y": 50 }, "width": 53, "height": 66, @@ -786,8 +786,8 @@ "id": "blank_b.OutsideRightBottom.a", "type": "rectangle", "pos": { - "x": 1348, - "y": 1210 + "x": 1463, + "y": 1108 }, "width": 53, "height": 66, @@ -827,8 +827,8 @@ "id": "blank_ob.OutsideBottomLeft.a", "type": "rectangle", "pos": { - "x": 367, - "y": 1583 + "x": 482, + "y": 1460 }, "width": 53, "height": 66, @@ -868,8 +868,8 @@ "id": "blank_c.CenterLeft.b", "type": "rectangle", "pos": { - "x": 420, - "y": 837 + "x": 535, + "y": 755 }, "width": 54, "height": 66, @@ -909,8 +909,8 @@ "id": "blank_t.TopCenter.b", "type": "rectangle", "pos": { - "x": 747, - "y": 464 + "x": 862, + "y": 423 }, "width": 54, "height": 66, @@ -950,8 +950,8 @@ "id": "blank_b.OutsideRightBottom.b", "type": "rectangle", "pos": { - "x": 1401, - "y": 1210 + "x": 1516, + "y": 1108 }, "width": 54, "height": 66, @@ -991,8 +991,8 @@ "id": "blank_ob.OutsideBottomLeft.b", "type": "rectangle", "pos": { - "x": 420, - "y": 1583 + "x": 535, + "y": 1460 }, "width": 54, "height": 66, @@ -1032,8 +1032,8 @@ "id": "blank_c.CenterCenter.b", "type": "rectangle", "pos": { - "x": 747, - "y": 837 + "x": 862, + "y": 755 }, "width": 54, "height": 66, @@ -1073,8 +1073,8 @@ "id": "blank_ot.OutsideTopRight.b", "type": "rectangle", "pos": { - "x": 1074, - "y": 91 + "x": 1189, + "y": 50 }, "width": 54, "height": 66, @@ -1114,8 +1114,8 @@ "id": "blank_ot.OutsideTopCenter.b", "type": "rectangle", "pos": { - "x": 747, - "y": 91 + "x": 862, + "y": 50 }, "width": 54, "height": 66, @@ -1155,8 +1155,8 @@ "id": "blank_c.CenterRight.b", "type": "rectangle", "pos": { - "x": 1074, - "y": 837 + "x": 1189, + "y": 755 }, "width": 54, "height": 66, @@ -1196,8 +1196,8 @@ "id": "blank_t.TopRight.b", "type": "rectangle", "pos": { - "x": 1074, - "y": 464 + "x": 1189, + "y": 423 }, "width": 54, "height": 66, @@ -1237,8 +1237,8 @@ "id": "blank_c.OutsideRightCenter.b", "type": "rectangle", "pos": { - "x": 1401, - "y": 837 + "x": 1645, + "y": 755 }, "width": 54, "height": 66, @@ -1278,8 +1278,8 @@ "id": "blank_b.BottomRight.b", "type": "rectangle", "pos": { - "x": 1074, - "y": 1210 + "x": 1189, + "y": 1087 }, "width": 54, "height": 66, @@ -1319,8 +1319,8 @@ "id": "blank_ob.OutsideBottomCenter.b", "type": "rectangle", "pos": { - "x": 747, - "y": 1583 + "x": 862, + "y": 1460 }, "width": 54, "height": 66, @@ -1360,8 +1360,8 @@ "id": "blank_t.TopLeft.b", "type": "rectangle", "pos": { - "x": 420, - "y": 464 + "x": 535, + "y": 423 }, "width": 54, "height": 66, @@ -1401,8 +1401,8 @@ "id": "blank_b.BottomLeft.b", "type": "rectangle", "pos": { - "x": 420, - "y": 1210 + "x": 535, + "y": 1087 }, "width": 54, "height": 66, @@ -1442,8 +1442,8 @@ "id": "blank_b.BottomCenter.b", "type": "rectangle", "pos": { - "x": 747, - "y": 1210 + "x": 862, + "y": 1087 }, "width": 54, "height": 66, @@ -1483,8 +1483,8 @@ "id": "blank_ob.OutsideBottomRight.b", "type": "rectangle", "pos": { - "x": 1074, - "y": 1583 + "x": 1189, + "y": 1460 }, "width": 54, "height": 66, @@ -1525,7 +1525,7 @@ "type": "rectangle", "pos": { "x": 93, - "y": 837 + "y": 755 }, "width": 54, "height": 66, @@ -1565,8 +1565,8 @@ "id": "blank_ot.OutsideTopLeft.b", "type": "rectangle", "pos": { - "x": 420, - "y": 91 + "x": 535, + "y": 50 }, "width": 54, "height": 66, @@ -1606,8 +1606,8 @@ "id": "blank_t.OutsideLeftTop.b", "type": "rectangle", "pos": { - "x": 93, - "y": 464 + "x": 208, + "y": 403 }, "width": 54, "height": 66, @@ -1647,8 +1647,8 @@ "id": "blank_b.OutsideLeftBottom.b", "type": "rectangle", "pos": { - "x": 93, - "y": 1210 + "x": 208, + "y": 1108 }, "width": 54, "height": 66, @@ -1688,8 +1688,8 @@ "id": "blank_t.OutsideRightTop.b", "type": "rectangle", "pos": { - "x": 1401, - "y": 464 + "x": 1516, + "y": 403 }, "width": 54, "height": 66, @@ -1729,8 +1729,8 @@ "id": "blank_b.BottomLeft.c", "type": "rectangle", "pos": { - "x": 474, - "y": 1210 + "x": 589, + "y": 1087 }, "width": 53, "height": 66, @@ -1770,8 +1770,8 @@ "id": "blank_c.CenterCenter.c", "type": "rectangle", "pos": { - "x": 801, - "y": 837 + "x": 916, + "y": 755 }, "width": 53, "height": 66, @@ -1811,8 +1811,8 @@ "id": "blank_ob.OutsideBottomRight.c", "type": "rectangle", "pos": { - "x": 1128, - "y": 1583 + "x": 1243, + "y": 1460 }, "width": 53, "height": 66, @@ -1852,8 +1852,8 @@ "id": "blank_ot.OutsideTopLeft.c", "type": "rectangle", "pos": { - "x": 474, - "y": 91 + "x": 589, + "y": 50 }, "width": 53, "height": 66, @@ -1893,8 +1893,8 @@ "id": "blank_b.OutsideLeftBottom.c", "type": "rectangle", "pos": { - "x": 147, - "y": 1210 + "x": 262, + "y": 1108 }, "width": 53, "height": 66, @@ -1934,8 +1934,8 @@ "id": "blank_t.OutsideLeftTop.c", "type": "rectangle", "pos": { - "x": 147, - "y": 464 + "x": 262, + "y": 403 }, "width": 53, "height": 66, @@ -1976,7 +1976,7 @@ "type": "rectangle", "pos": { "x": 147, - "y": 837 + "y": 755 }, "width": 53, "height": 66, @@ -2016,8 +2016,8 @@ "id": "blank_b.BottomCenter.c", "type": "rectangle", "pos": { - "x": 801, - "y": 1210 + "x": 916, + "y": 1087 }, "width": 53, "height": 66, @@ -2057,8 +2057,8 @@ "id": "blank_ob.OutsideBottomCenter.c", "type": "rectangle", "pos": { - "x": 801, - "y": 1583 + "x": 916, + "y": 1460 }, "width": 53, "height": 66, @@ -2098,8 +2098,8 @@ "id": "blank_t.TopLeft.c", "type": "rectangle", "pos": { - "x": 474, - "y": 464 + "x": 589, + "y": 423 }, "width": 53, "height": 66, @@ -2139,8 +2139,8 @@ "id": "blank_t.TopRight.c", "type": "rectangle", "pos": { - "x": 1128, - "y": 464 + "x": 1243, + "y": 423 }, "width": 53, "height": 66, @@ -2180,8 +2180,8 @@ "id": "blank_t.OutsideRightTop.c", "type": "rectangle", "pos": { - "x": 1455, - "y": 464 + "x": 1570, + "y": 403 }, "width": 53, "height": 66, @@ -2221,8 +2221,8 @@ "id": "blank_c.OutsideRightCenter.c", "type": "rectangle", "pos": { - "x": 1455, - "y": 837 + "x": 1699, + "y": 755 }, "width": 53, "height": 66, @@ -2262,8 +2262,8 @@ "id": "blank_b.BottomRight.c", "type": "rectangle", "pos": { - "x": 1128, - "y": 1210 + "x": 1243, + "y": 1087 }, "width": 53, "height": 66, @@ -2303,8 +2303,8 @@ "id": "blank_ot.OutsideTopCenter.c", "type": "rectangle", "pos": { - "x": 801, - "y": 91 + "x": 916, + "y": 50 }, "width": 53, "height": 66, @@ -2344,8 +2344,8 @@ "id": "blank_c.CenterLeft.c", "type": "rectangle", "pos": { - "x": 474, - "y": 837 + "x": 589, + "y": 755 }, "width": 53, "height": 66, @@ -2385,8 +2385,8 @@ "id": "blank_c.CenterRight.c", "type": "rectangle", "pos": { - "x": 1128, - "y": 837 + "x": 1243, + "y": 755 }, "width": 53, "height": 66, @@ -2426,8 +2426,8 @@ "id": "blank_ob.OutsideBottomLeft.c", "type": "rectangle", "pos": { - "x": 474, - "y": 1583 + "x": 589, + "y": 1460 }, "width": 53, "height": 66, @@ -2467,8 +2467,8 @@ "id": "blank_ot.OutsideTopRight.c", "type": "rectangle", "pos": { - "x": 1128, - "y": 91 + "x": 1243, + "y": 50 }, "width": 53, "height": 66, @@ -2508,8 +2508,8 @@ "id": "blank_b.OutsideRightBottom.c", "type": "rectangle", "pos": { - "x": 1455, - "y": 1210 + "x": 1570, + "y": 1108 }, "width": 53, "height": 66, @@ -2549,8 +2549,8 @@ "id": "blank_t.TopCenter.c", "type": "rectangle", "pos": { - "x": 801, - "y": 464 + "x": 916, + "y": 423 }, "width": 53, "height": 66, @@ -2590,8 +2590,8 @@ "id": "blank_c.OutsideRightCenter.d", "type": "rectangle", "pos": { - "x": 1508, - "y": 837 + "x": 1752, + "y": 755 }, "width": 54, "height": 66, @@ -2631,8 +2631,8 @@ "id": "blank_t.TopRight.d", "type": "rectangle", "pos": { - "x": 1181, - "y": 464 + "x": 1296, + "y": 423 }, "width": 54, "height": 66, @@ -2672,8 +2672,8 @@ "id": "blank_c.CenterCenter.d", "type": "rectangle", "pos": { - "x": 854, - "y": 837 + "x": 969, + "y": 755 }, "width": 54, "height": 66, @@ -2713,8 +2713,8 @@ "id": "blank_t.TopCenter.d", "type": "rectangle", "pos": { - "x": 854, - "y": 464 + "x": 969, + "y": 423 }, "width": 54, "height": 66, @@ -2754,8 +2754,8 @@ "id": "blank_ot.OutsideTopRight.d", "type": "rectangle", "pos": { - "x": 1181, - "y": 91 + "x": 1296, + "y": 50 }, "width": 54, "height": 66, @@ -2795,8 +2795,8 @@ "id": "blank_ot.OutsideTopCenter.d", "type": "rectangle", "pos": { - "x": 854, - "y": 91 + "x": 969, + "y": 50 }, "width": 54, "height": 66, @@ -2836,8 +2836,8 @@ "id": "blank_c.CenterLeft.d", "type": "rectangle", "pos": { - "x": 527, - "y": 837 + "x": 642, + "y": 755 }, "width": 54, "height": 66, @@ -2877,8 +2877,8 @@ "id": "blank_c.CenterRight.d", "type": "rectangle", "pos": { - "x": 1181, - "y": 837 + "x": 1296, + "y": 755 }, "width": 54, "height": 66, @@ -2918,8 +2918,8 @@ "id": "blank_b.BottomRight.d", "type": "rectangle", "pos": { - "x": 1181, - "y": 1210 + "x": 1296, + "y": 1087 }, "width": 54, "height": 66, @@ -2959,8 +2959,8 @@ "id": "blank_ob.OutsideBottomLeft.d", "type": "rectangle", "pos": { - "x": 527, - "y": 1583 + "x": 642, + "y": 1460 }, "width": 54, "height": 66, @@ -3000,8 +3000,8 @@ "id": "blank_t.TopLeft.d", "type": "rectangle", "pos": { - "x": 527, - "y": 464 + "x": 642, + "y": 423 }, "width": 54, "height": 66, @@ -3041,8 +3041,8 @@ "id": "blank_b.OutsideRightBottom.d", "type": "rectangle", "pos": { - "x": 1508, - "y": 1210 + "x": 1623, + "y": 1108 }, "width": 54, "height": 66, @@ -3082,8 +3082,8 @@ "id": "blank_b.BottomCenter.d", "type": "rectangle", "pos": { - "x": 854, - "y": 1210 + "x": 969, + "y": 1087 }, "width": 54, "height": 66, @@ -3123,8 +3123,8 @@ "id": "blank_ob.OutsideBottomCenter.d", "type": "rectangle", "pos": { - "x": 854, - "y": 1583 + "x": 969, + "y": 1460 }, "width": 54, "height": 66, @@ -3165,7 +3165,7 @@ "type": "rectangle", "pos": { "x": 200, - "y": 837 + "y": 755 }, "width": 54, "height": 66, @@ -3205,8 +3205,8 @@ "id": "blank_b.BottomLeft.d", "type": "rectangle", "pos": { - "x": 527, - "y": 1210 + "x": 642, + "y": 1087 }, "width": 54, "height": 66, @@ -3246,8 +3246,8 @@ "id": "blank_ot.OutsideTopLeft.d", "type": "rectangle", "pos": { - "x": 527, - "y": 91 + "x": 642, + "y": 50 }, "width": 54, "height": 66, @@ -3287,8 +3287,8 @@ "id": "blank_b.OutsideLeftBottom.d", "type": "rectangle", "pos": { - "x": 200, - "y": 1210 + "x": 315, + "y": 1108 }, "width": 54, "height": 66, @@ -3328,8 +3328,8 @@ "id": "blank_t.OutsideRightTop.d", "type": "rectangle", "pos": { - "x": 1508, - "y": 464 + "x": 1623, + "y": 403 }, "width": 54, "height": 66, @@ -3369,8 +3369,8 @@ "id": "blank_t.OutsideLeftTop.d", "type": "rectangle", "pos": { - "x": 200, - "y": 464 + "x": 315, + "y": 403 }, "width": 54, "height": 66, @@ -3410,8 +3410,8 @@ "id": "blank_ob.OutsideBottomRight.d", "type": "rectangle", "pos": { - "x": 1181, - "y": 1583 + "x": 1296, + "y": 1460 }, "width": 54, "height": 66, @@ -3451,8 +3451,8 @@ "id": "blank_c.CenterCenter.e", "type": "rectangle", "pos": { - "x": 908, - "y": 837 + "x": 1023, + "y": 755 }, "width": 53, "height": 66, @@ -3492,8 +3492,8 @@ "id": "blank_t.TopCenter.e", "type": "rectangle", "pos": { - "x": 908, - "y": 464 + "x": 1023, + "y": 423 }, "width": 53, "height": 66, @@ -3533,8 +3533,8 @@ "id": "blank_t.OutsideRightTop.e", "type": "rectangle", "pos": { - "x": 1562, - "y": 464 + "x": 1677, + "y": 403 }, "width": 53, "height": 66, @@ -3574,8 +3574,8 @@ "id": "blank_c.CenterRight.e", "type": "rectangle", "pos": { - "x": 1235, - "y": 837 + "x": 1350, + "y": 755 }, "width": 53, "height": 66, @@ -3615,8 +3615,8 @@ "id": "blank_t.TopLeft.e", "type": "rectangle", "pos": { - "x": 581, - "y": 464 + "x": 696, + "y": 423 }, "width": 53, "height": 66, @@ -3656,8 +3656,8 @@ "id": "blank_ob.OutsideBottomRight.e", "type": "rectangle", "pos": { - "x": 1235, - "y": 1583 + "x": 1350, + "y": 1460 }, "width": 53, "height": 66, @@ -3697,8 +3697,8 @@ "id": "blank_ot.OutsideTopLeft.e", "type": "rectangle", "pos": { - "x": 581, - "y": 91 + "x": 696, + "y": 50 }, "width": 53, "height": 66, @@ -3738,8 +3738,8 @@ "id": "blank_c.OutsideRightCenter.e", "type": "rectangle", "pos": { - "x": 1562, - "y": 837 + "x": 1806, + "y": 755 }, "width": 53, "height": 66, @@ -3779,8 +3779,8 @@ "id": "blank_b.OutsideLeftBottom.e", "type": "rectangle", "pos": { - "x": 254, - "y": 1210 + "x": 369, + "y": 1108 }, "width": 53, "height": 66, @@ -3820,8 +3820,8 @@ "id": "blank_ob.OutsideBottomCenter.e", "type": "rectangle", "pos": { - "x": 908, - "y": 1583 + "x": 1023, + "y": 1460 }, "width": 53, "height": 66, @@ -3861,8 +3861,8 @@ "id": "blank_t.OutsideLeftTop.e", "type": "rectangle", "pos": { - "x": 254, - "y": 464 + "x": 369, + "y": 403 }, "width": 53, "height": 66, @@ -3902,8 +3902,8 @@ "id": "blank_ob.OutsideBottomLeft.e", "type": "rectangle", "pos": { - "x": 581, - "y": 1583 + "x": 696, + "y": 1460 }, "width": 53, "height": 66, @@ -3943,8 +3943,8 @@ "id": "blank_ot.OutsideTopCenter.e", "type": "rectangle", "pos": { - "x": 908, - "y": 91 + "x": 1023, + "y": 50 }, "width": 53, "height": 66, @@ -3984,8 +3984,8 @@ "id": "blank_b.BottomLeft.e", "type": "rectangle", "pos": { - "x": 581, - "y": 1210 + "x": 696, + "y": 1087 }, "width": 53, "height": 66, @@ -4026,7 +4026,7 @@ "type": "rectangle", "pos": { "x": 254, - "y": 837 + "y": 755 }, "width": 53, "height": 66, @@ -4066,8 +4066,8 @@ "id": "blank_b.BottomCenter.e", "type": "rectangle", "pos": { - "x": 908, - "y": 1210 + "x": 1023, + "y": 1087 }, "width": 53, "height": 66, @@ -4107,8 +4107,8 @@ "id": "blank_c.CenterLeft.e", "type": "rectangle", "pos": { - "x": 581, - "y": 837 + "x": 696, + "y": 755 }, "width": 53, "height": 66, @@ -4148,8 +4148,8 @@ "id": "blank_b.OutsideRightBottom.e", "type": "rectangle", "pos": { - "x": 1562, - "y": 1210 + "x": 1677, + "y": 1108 }, "width": 53, "height": 66, @@ -4189,8 +4189,8 @@ "id": "blank_t.TopRight.e", "type": "rectangle", "pos": { - "x": 1235, - "y": 464 + "x": 1350, + "y": 423 }, "width": 53, "height": 66, @@ -4230,8 +4230,8 @@ "id": "blank_b.BottomRight.e", "type": "rectangle", "pos": { - "x": 1235, - "y": 1210 + "x": 1350, + "y": 1087 }, "width": 53, "height": 66, @@ -4271,8 +4271,8 @@ "id": "blank_ot.OutsideTopRight.e", "type": "rectangle", "pos": { - "x": 1235, - "y": 91 + "x": 1350, + "y": 50 }, "width": 53, "height": 66, @@ -4312,8 +4312,8 @@ "id": "blank_t.TopRight.f", "type": "rectangle", "pos": { - "x": 1021, - "y": 530 + "x": 1136, + "y": 489 }, "width": 53, "height": 66, @@ -4353,8 +4353,8 @@ "id": "blank_b.OutsideLeftBottom.f", "type": "rectangle", "pos": { - "x": 40, - "y": 1276 + "x": 155, + "y": 1174 }, "width": 53, "height": 66, @@ -4394,8 +4394,8 @@ "id": "blank_ot.OutsideTopRight.f", "type": "rectangle", "pos": { - "x": 1021, - "y": 157 + "x": 1136, + "y": 116 }, "width": 53, "height": 66, @@ -4435,8 +4435,8 @@ "id": "blank_b.BottomCenter.f", "type": "rectangle", "pos": { - "x": 694, - "y": 1276 + "x": 809, + "y": 1153 }, "width": 53, "height": 66, @@ -4476,8 +4476,8 @@ "id": "blank_b.OutsideRightBottom.f", "type": "rectangle", "pos": { - "x": 1348, - "y": 1276 + "x": 1463, + "y": 1174 }, "width": 53, "height": 66, @@ -4517,8 +4517,8 @@ "id": "blank_c.CenterLeft.f", "type": "rectangle", "pos": { - "x": 367, - "y": 903 + "x": 482, + "y": 821 }, "width": 53, "height": 66, @@ -4559,7 +4559,7 @@ "type": "rectangle", "pos": { "x": 40, - "y": 903 + "y": 821 }, "width": 53, "height": 66, @@ -4599,8 +4599,8 @@ "id": "blank_b.BottomLeft.f", "type": "rectangle", "pos": { - "x": 367, - "y": 1276 + "x": 482, + "y": 1153 }, "width": 53, "height": 66, @@ -4640,8 +4640,8 @@ "id": "blank_ot.OutsideTopCenter.f", "type": "rectangle", "pos": { - "x": 694, - "y": 157 + "x": 809, + "y": 116 }, "width": 53, "height": 66, @@ -4681,8 +4681,8 @@ "id": "blank_ob.OutsideBottomLeft.f", "type": "rectangle", "pos": { - "x": 367, - "y": 1649 + "x": 482, + "y": 1526 }, "width": 53, "height": 66, @@ -4722,8 +4722,8 @@ "id": "blank_t.OutsideLeftTop.f", "type": "rectangle", "pos": { - "x": 40, - "y": 530 + "x": 155, + "y": 469 }, "width": 53, "height": 66, @@ -4763,8 +4763,8 @@ "id": "blank_b.BottomRight.f", "type": "rectangle", "pos": { - "x": 1021, - "y": 1276 + "x": 1136, + "y": 1153 }, "width": 53, "height": 66, @@ -4804,8 +4804,8 @@ "id": "blank_ob.OutsideBottomCenter.f", "type": "rectangle", "pos": { - "x": 694, - "y": 1649 + "x": 809, + "y": 1526 }, "width": 53, "height": 66, @@ -4845,8 +4845,8 @@ "id": "blank_c.OutsideRightCenter.f", "type": "rectangle", "pos": { - "x": 1348, - "y": 903 + "x": 1592, + "y": 821 }, "width": 53, "height": 66, @@ -4886,8 +4886,8 @@ "id": "blank_t.TopCenter.f", "type": "rectangle", "pos": { - "x": 694, - "y": 530 + "x": 809, + "y": 489 }, "width": 53, "height": 66, @@ -4927,8 +4927,8 @@ "id": "blank_ot.OutsideTopLeft.f", "type": "rectangle", "pos": { - "x": 367, - "y": 157 + "x": 482, + "y": 116 }, "width": 53, "height": 66, @@ -4968,8 +4968,8 @@ "id": "blank_c.CenterCenter.f", "type": "rectangle", "pos": { - "x": 694, - "y": 903 + "x": 809, + "y": 821 }, "width": 53, "height": 66, @@ -5009,8 +5009,8 @@ "id": "blank_ob.OutsideBottomRight.f", "type": "rectangle", "pos": { - "x": 1021, - "y": 1649 + "x": 1136, + "y": 1526 }, "width": 53, "height": 66, @@ -5050,8 +5050,8 @@ "id": "blank_t.TopLeft.f", "type": "rectangle", "pos": { - "x": 367, - "y": 530 + "x": 482, + "y": 489 }, "width": 53, "height": 66, @@ -5091,8 +5091,8 @@ "id": "blank_c.CenterRight.f", "type": "rectangle", "pos": { - "x": 1021, - "y": 903 + "x": 1136, + "y": 821 }, "width": 53, "height": 66, @@ -5132,8 +5132,8 @@ "id": "blank_t.OutsideRightTop.f", "type": "rectangle", "pos": { - "x": 1348, - "y": 530 + "x": 1463, + "y": 469 }, "width": 53, "height": 66, @@ -5173,8 +5173,8 @@ "id": "blank_t.OutsideLeftTop.g", "type": "rectangle", "pos": { - "x": 93, - "y": 530 + "x": 208, + "y": 469 }, "width": 54, "height": 66, @@ -5214,8 +5214,8 @@ "id": "blank_b.OutsideLeftBottom.g", "type": "rectangle", "pos": { - "x": 93, - "y": 1276 + "x": 208, + "y": 1174 }, "width": 54, "height": 66, @@ -5255,8 +5255,8 @@ "id": "blank_ob.OutsideBottomRight.g", "type": "rectangle", "pos": { - "x": 1074, - "y": 1649 + "x": 1189, + "y": 1526 }, "width": 54, "height": 66, @@ -5296,8 +5296,8 @@ "id": "blank_t.OutsideRightTop.g", "type": "rectangle", "pos": { - "x": 1401, - "y": 530 + "x": 1516, + "y": 469 }, "width": 54, "height": 66, @@ -5337,8 +5337,8 @@ "id": "blank_ob.OutsideBottomCenter.g", "type": "rectangle", "pos": { - "x": 747, - "y": 1649 + "x": 862, + "y": 1526 }, "width": 54, "height": 66, @@ -5378,8 +5378,8 @@ "id": "blank_ot.OutsideTopLeft.g", "type": "rectangle", "pos": { - "x": 420, - "y": 157 + "x": 535, + "y": 116 }, "width": 54, "height": 66, @@ -5419,8 +5419,8 @@ "id": "blank_ob.OutsideBottomLeft.g", "type": "rectangle", "pos": { - "x": 420, - "y": 1649 + "x": 535, + "y": 1526 }, "width": 54, "height": 66, @@ -5460,8 +5460,8 @@ "id": "blank_c.CenterRight.g", "type": "rectangle", "pos": { - "x": 1074, - "y": 903 + "x": 1189, + "y": 821 }, "width": 54, "height": 66, @@ -5501,8 +5501,8 @@ "id": "blank_t.TopRight.g", "type": "rectangle", "pos": { - "x": 1074, - "y": 530 + "x": 1189, + "y": 489 }, "width": 54, "height": 66, @@ -5542,8 +5542,8 @@ "id": "blank_ot.OutsideTopCenter.g", "type": "rectangle", "pos": { - "x": 747, - "y": 157 + "x": 862, + "y": 116 }, "width": 54, "height": 66, @@ -5583,8 +5583,8 @@ "id": "blank_b.OutsideRightBottom.g", "type": "rectangle", "pos": { - "x": 1401, - "y": 1276 + "x": 1516, + "y": 1174 }, "width": 54, "height": 66, @@ -5625,7 +5625,7 @@ "type": "rectangle", "pos": { "x": 93, - "y": 903 + "y": 821 }, "width": 54, "height": 66, @@ -5665,8 +5665,8 @@ "id": "blank_b.BottomRight.g", "type": "rectangle", "pos": { - "x": 1074, - "y": 1276 + "x": 1189, + "y": 1153 }, "width": 54, "height": 66, @@ -5706,8 +5706,8 @@ "id": "blank_t.TopLeft.g", "type": "rectangle", "pos": { - "x": 420, - "y": 530 + "x": 535, + "y": 489 }, "width": 54, "height": 66, @@ -5747,8 +5747,8 @@ "id": "blank_ot.OutsideTopRight.g", "type": "rectangle", "pos": { - "x": 1074, - "y": 157 + "x": 1189, + "y": 116 }, "width": 54, "height": 66, @@ -5788,8 +5788,8 @@ "id": "blank_c.CenterCenter.g", "type": "rectangle", "pos": { - "x": 747, - "y": 903 + "x": 862, + "y": 821 }, "width": 54, "height": 66, @@ -5829,8 +5829,8 @@ "id": "blank_b.BottomCenter.g", "type": "rectangle", "pos": { - "x": 747, - "y": 1276 + "x": 862, + "y": 1153 }, "width": 54, "height": 66, @@ -5870,8 +5870,8 @@ "id": "blank_t.TopCenter.g", "type": "rectangle", "pos": { - "x": 747, - "y": 530 + "x": 862, + "y": 489 }, "width": 54, "height": 66, @@ -5911,8 +5911,8 @@ "id": "blank_c.OutsideRightCenter.g", "type": "rectangle", "pos": { - "x": 1401, - "y": 903 + "x": 1645, + "y": 821 }, "width": 54, "height": 66, @@ -5952,8 +5952,8 @@ "id": "blank_c.CenterLeft.g", "type": "rectangle", "pos": { - "x": 420, - "y": 903 + "x": 535, + "y": 821 }, "width": 54, "height": 66, @@ -5993,8 +5993,8 @@ "id": "blank_b.BottomLeft.g", "type": "rectangle", "pos": { - "x": 420, - "y": 1276 + "x": 535, + "y": 1153 }, "width": 54, "height": 66, @@ -6034,8 +6034,8 @@ "id": "blank_ot.OutsideTopRight.h", "type": "rectangle", "pos": { - "x": 1128, - "y": 157 + "x": 1243, + "y": 116 }, "width": 53, "height": 66, @@ -6075,8 +6075,8 @@ "id": "blank_b.BottomLeft.h", "type": "rectangle", "pos": { - "x": 474, - "y": 1276 + "x": 589, + "y": 1153 }, "width": 53, "height": 66, @@ -6116,8 +6116,8 @@ "id": "blank_t.TopRight.h", "type": "rectangle", "pos": { - "x": 1128, - "y": 530 + "x": 1243, + "y": 489 }, "width": 53, "height": 66, @@ -6157,8 +6157,8 @@ "id": "blank_b.BottomRight.h", "type": "rectangle", "pos": { - "x": 1128, - "y": 1276 + "x": 1243, + "y": 1153 }, "width": 53, "height": 66, @@ -6198,8 +6198,8 @@ "id": "blank_c.CenterRight.h", "type": "rectangle", "pos": { - "x": 1128, - "y": 903 + "x": 1243, + "y": 821 }, "width": 53, "height": 66, @@ -6239,8 +6239,8 @@ "id": "blank_ot.OutsideTopLeft.h", "type": "rectangle", "pos": { - "x": 474, - "y": 157 + "x": 589, + "y": 116 }, "width": 53, "height": 66, @@ -6280,8 +6280,8 @@ "id": "blank_t.OutsideLeftTop.h", "type": "rectangle", "pos": { - "x": 147, - "y": 530 + "x": 262, + "y": 469 }, "width": 53, "height": 66, @@ -6321,8 +6321,8 @@ "id": "blank_t.TopCenter.h", "type": "rectangle", "pos": { - "x": 801, - "y": 530 + "x": 916, + "y": 489 }, "width": 53, "height": 66, @@ -6362,8 +6362,8 @@ "id": "blank_c.CenterCenter.h", "type": "rectangle", "pos": { - "x": 801, - "y": 903 + "x": 916, + "y": 821 }, "width": 53, "height": 66, @@ -6403,8 +6403,8 @@ "id": "blank_ob.OutsideBottomCenter.h", "type": "rectangle", "pos": { - "x": 801, - "y": 1649 + "x": 916, + "y": 1526 }, "width": 53, "height": 66, @@ -6444,8 +6444,8 @@ "id": "blank_b.OutsideLeftBottom.h", "type": "rectangle", "pos": { - "x": 147, - "y": 1276 + "x": 262, + "y": 1174 }, "width": 53, "height": 66, @@ -6485,8 +6485,8 @@ "id": "blank_t.TopLeft.h", "type": "rectangle", "pos": { - "x": 474, - "y": 530 + "x": 589, + "y": 489 }, "width": 53, "height": 66, @@ -6526,8 +6526,8 @@ "id": "blank_b.BottomCenter.h", "type": "rectangle", "pos": { - "x": 801, - "y": 1276 + "x": 916, + "y": 1153 }, "width": 53, "height": 66, @@ -6567,8 +6567,8 @@ "id": "blank_ob.OutsideBottomRight.h", "type": "rectangle", "pos": { - "x": 1128, - "y": 1649 + "x": 1243, + "y": 1526 }, "width": 53, "height": 66, @@ -6608,8 +6608,8 @@ "id": "blank_ob.OutsideBottomLeft.h", "type": "rectangle", "pos": { - "x": 474, - "y": 1649 + "x": 589, + "y": 1526 }, "width": 53, "height": 66, @@ -6649,8 +6649,8 @@ "id": "blank_t.OutsideRightTop.h", "type": "rectangle", "pos": { - "x": 1455, - "y": 530 + "x": 1570, + "y": 469 }, "width": 53, "height": 66, @@ -6690,8 +6690,8 @@ "id": "blank_c.OutsideRightCenter.h", "type": "rectangle", "pos": { - "x": 1455, - "y": 903 + "x": 1699, + "y": 821 }, "width": 53, "height": 66, @@ -6731,8 +6731,8 @@ "id": "blank_ot.OutsideTopCenter.h", "type": "rectangle", "pos": { - "x": 801, - "y": 157 + "x": 916, + "y": 116 }, "width": 53, "height": 66, @@ -6773,7 +6773,7 @@ "type": "rectangle", "pos": { "x": 147, - "y": 903 + "y": 821 }, "width": 53, "height": 66, @@ -6813,8 +6813,8 @@ "id": "blank_c.CenterLeft.h", "type": "rectangle", "pos": { - "x": 474, - "y": 903 + "x": 589, + "y": 821 }, "width": 53, "height": 66, @@ -6854,8 +6854,8 @@ "id": "blank_b.OutsideRightBottom.h", "type": "rectangle", "pos": { - "x": 1455, - "y": 1276 + "x": 1570, + "y": 1174 }, "width": 53, "height": 66, @@ -6895,8 +6895,8 @@ "id": "blank_b.OutsideLeftBottom.i", "type": "rectangle", "pos": { - "x": 200, - "y": 1276 + "x": 315, + "y": 1174 }, "width": 54, "height": 66, @@ -6936,8 +6936,8 @@ "id": "blank_c.CenterCenter.i", "type": "rectangle", "pos": { - "x": 854, - "y": 903 + "x": 969, + "y": 821 }, "width": 54, "height": 66, @@ -6977,8 +6977,8 @@ "id": "blank_b.OutsideRightBottom.i", "type": "rectangle", "pos": { - "x": 1508, - "y": 1276 + "x": 1623, + "y": 1174 }, "width": 54, "height": 66, @@ -7018,8 +7018,8 @@ "id": "blank_c.OutsideRightCenter.i", "type": "rectangle", "pos": { - "x": 1508, - "y": 903 + "x": 1752, + "y": 821 }, "width": 54, "height": 66, @@ -7059,8 +7059,8 @@ "id": "blank_c.CenterLeft.i", "type": "rectangle", "pos": { - "x": 527, - "y": 903 + "x": 642, + "y": 821 }, "width": 54, "height": 66, @@ -7100,8 +7100,8 @@ "id": "blank_ob.OutsideBottomCenter.i", "type": "rectangle", "pos": { - "x": 854, - "y": 1649 + "x": 969, + "y": 1526 }, "width": 54, "height": 66, @@ -7141,8 +7141,8 @@ "id": "blank_t.OutsideRightTop.i", "type": "rectangle", "pos": { - "x": 1508, - "y": 530 + "x": 1623, + "y": 469 }, "width": 54, "height": 66, @@ -7182,8 +7182,8 @@ "id": "blank_ot.OutsideTopRight.i", "type": "rectangle", "pos": { - "x": 1181, - "y": 157 + "x": 1296, + "y": 116 }, "width": 54, "height": 66, @@ -7223,8 +7223,8 @@ "id": "blank_ob.OutsideBottomLeft.i", "type": "rectangle", "pos": { - "x": 527, - "y": 1649 + "x": 642, + "y": 1526 }, "width": 54, "height": 66, @@ -7264,8 +7264,8 @@ "id": "blank_t.TopRight.i", "type": "rectangle", "pos": { - "x": 1181, - "y": 530 + "x": 1296, + "y": 489 }, "width": 54, "height": 66, @@ -7305,8 +7305,8 @@ "id": "blank_ot.OutsideTopCenter.i", "type": "rectangle", "pos": { - "x": 854, - "y": 157 + "x": 969, + "y": 116 }, "width": 54, "height": 66, @@ -7346,8 +7346,8 @@ "id": "blank_b.BottomLeft.i", "type": "rectangle", "pos": { - "x": 527, - "y": 1276 + "x": 642, + "y": 1153 }, "width": 54, "height": 66, @@ -7387,8 +7387,8 @@ "id": "blank_b.BottomCenter.i", "type": "rectangle", "pos": { - "x": 854, - "y": 1276 + "x": 969, + "y": 1153 }, "width": 54, "height": 66, @@ -7428,8 +7428,8 @@ "id": "blank_ot.OutsideTopLeft.i", "type": "rectangle", "pos": { - "x": 527, - "y": 157 + "x": 642, + "y": 116 }, "width": 54, "height": 66, @@ -7469,8 +7469,8 @@ "id": "blank_c.CenterRight.i", "type": "rectangle", "pos": { - "x": 1181, - "y": 903 + "x": 1296, + "y": 821 }, "width": 54, "height": 66, @@ -7510,8 +7510,8 @@ "id": "blank_t.TopLeft.i", "type": "rectangle", "pos": { - "x": 527, - "y": 530 + "x": 642, + "y": 489 }, "width": 54, "height": 66, @@ -7551,8 +7551,8 @@ "id": "blank_t.TopCenter.i", "type": "rectangle", "pos": { - "x": 854, - "y": 530 + "x": 969, + "y": 489 }, "width": 54, "height": 66, @@ -7592,8 +7592,8 @@ "id": "blank_b.BottomRight.i", "type": "rectangle", "pos": { - "x": 1181, - "y": 1276 + "x": 1296, + "y": 1153 }, "width": 54, "height": 66, @@ -7633,8 +7633,8 @@ "id": "blank_t.OutsideLeftTop.i", "type": "rectangle", "pos": { - "x": 200, - "y": 530 + "x": 315, + "y": 469 }, "width": 54, "height": 66, @@ -7674,8 +7674,8 @@ "id": "blank_ob.OutsideBottomRight.i", "type": "rectangle", "pos": { - "x": 1181, - "y": 1649 + "x": 1296, + "y": 1526 }, "width": 54, "height": 66, @@ -7716,7 +7716,7 @@ "type": "rectangle", "pos": { "x": 200, - "y": 903 + "y": 821 }, "width": 54, "height": 66, @@ -7756,8 +7756,8 @@ "id": "blank_t.TopCenter.j", "type": "rectangle", "pos": { - "x": 908, - "y": 530 + "x": 1023, + "y": 489 }, "width": 53, "height": 66, @@ -7797,8 +7797,8 @@ "id": "blank_c.CenterRight.j", "type": "rectangle", "pos": { - "x": 1235, - "y": 903 + "x": 1350, + "y": 821 }, "width": 53, "height": 66, @@ -7838,8 +7838,8 @@ "id": "blank_c.CenterCenter.j", "type": "rectangle", "pos": { - "x": 908, - "y": 903 + "x": 1023, + "y": 821 }, "width": 53, "height": 66, @@ -7879,8 +7879,8 @@ "id": "blank_b.BottomRight.j", "type": "rectangle", "pos": { - "x": 1235, - "y": 1276 + "x": 1350, + "y": 1153 }, "width": 53, "height": 66, @@ -7920,8 +7920,8 @@ "id": "blank_b.BottomCenter.j", "type": "rectangle", "pos": { - "x": 908, - "y": 1276 + "x": 1023, + "y": 1153 }, "width": 53, "height": 66, @@ -7961,8 +7961,8 @@ "id": "blank_ot.OutsideTopLeft.j", "type": "rectangle", "pos": { - "x": 581, - "y": 157 + "x": 696, + "y": 116 }, "width": 53, "height": 66, @@ -8002,8 +8002,8 @@ "id": "blank_ot.OutsideTopCenter.j", "type": "rectangle", "pos": { - "x": 908, - "y": 157 + "x": 1023, + "y": 116 }, "width": 53, "height": 66, @@ -8043,8 +8043,8 @@ "id": "blank_t.TopRight.j", "type": "rectangle", "pos": { - "x": 1235, - "y": 530 + "x": 1350, + "y": 489 }, "width": 53, "height": 66, @@ -8084,8 +8084,8 @@ "id": "blank_ot.OutsideTopRight.j", "type": "rectangle", "pos": { - "x": 1235, - "y": 157 + "x": 1350, + "y": 116 }, "width": 53, "height": 66, @@ -8125,8 +8125,8 @@ "id": "blank_ob.OutsideBottomCenter.j", "type": "rectangle", "pos": { - "x": 908, - "y": 1649 + "x": 1023, + "y": 1526 }, "width": 53, "height": 66, @@ -8166,8 +8166,8 @@ "id": "blank_ob.OutsideBottomLeft.j", "type": "rectangle", "pos": { - "x": 581, - "y": 1649 + "x": 696, + "y": 1526 }, "width": 53, "height": 66, @@ -8208,7 +8208,7 @@ "type": "rectangle", "pos": { "x": 254, - "y": 903 + "y": 821 }, "width": 53, "height": 66, @@ -8248,8 +8248,8 @@ "id": "blank_t.OutsideRightTop.j", "type": "rectangle", "pos": { - "x": 1562, - "y": 530 + "x": 1677, + "y": 469 }, "width": 53, "height": 66, @@ -8289,8 +8289,8 @@ "id": "blank_b.BottomLeft.j", "type": "rectangle", "pos": { - "x": 581, - "y": 1276 + "x": 696, + "y": 1153 }, "width": 53, "height": 66, @@ -8330,8 +8330,8 @@ "id": "blank_b.OutsideRightBottom.j", "type": "rectangle", "pos": { - "x": 1562, - "y": 1276 + "x": 1677, + "y": 1174 }, "width": 53, "height": 66, @@ -8371,8 +8371,8 @@ "id": "blank_c.CenterLeft.j", "type": "rectangle", "pos": { - "x": 581, - "y": 903 + "x": 696, + "y": 821 }, "width": 53, "height": 66, @@ -8412,8 +8412,8 @@ "id": "blank_t.TopLeft.j", "type": "rectangle", "pos": { - "x": 581, - "y": 530 + "x": 696, + "y": 489 }, "width": 53, "height": 66, @@ -8453,8 +8453,8 @@ "id": "blank_b.OutsideLeftBottom.j", "type": "rectangle", "pos": { - "x": 254, - "y": 1276 + "x": 369, + "y": 1174 }, "width": 53, "height": 66, @@ -8494,8 +8494,8 @@ "id": "blank_c.OutsideRightCenter.j", "type": "rectangle", "pos": { - "x": 1562, - "y": 903 + "x": 1806, + "y": 821 }, "width": 53, "height": 66, @@ -8535,8 +8535,8 @@ "id": "blank_t.OutsideLeftTop.j", "type": "rectangle", "pos": { - "x": 254, - "y": 530 + "x": 369, + "y": 469 }, "width": 53, "height": 66, @@ -8576,8 +8576,8 @@ "id": "blank_ob.OutsideBottomRight.j", "type": "rectangle", "pos": { - "x": 1235, - "y": 1649 + "x": 1350, + "y": 1526 }, "width": 53, "height": 66, @@ -8617,11 +8617,11 @@ "id": "blank_ot", "type": "rectangle", "pos": { - "x": 177, + "x": 292, "y": 9 }, "width": 1301, - "height": 244, + "height": 203, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -8657,8 +8657,8 @@ "id": "blank_t", "type": "rectangle", "pos": { - "x": 0, - "y": 393 + "x": 115, + "y": 352 }, "width": 1655, "height": 233, @@ -8698,10 +8698,10 @@ "type": "rectangle", "pos": { "x": 0, - "y": 766 + "y": 725 }, - "width": 1655, - "height": 233, + "width": 1899, + "height": 192, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -8737,8 +8737,8 @@ "id": "blank_b", "type": "rectangle", "pos": { - "x": 0, - "y": 1139 + "x": 115, + "y": 1057 }, "width": 1655, "height": 233, @@ -8777,11 +8777,11 @@ "id": "blank_ob", "type": "rectangle", "pos": { - "x": 177, - "y": 1512 + "x": 292, + "y": 1430 }, "width": 1301, - "height": 244, + "height": 203, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -8817,8 +8817,8 @@ "id": "blank_ot.blank1", "type": "rectangle", "pos": { - "x": 207, - "y": 87 + "x": 322, + "y": 66 }, "width": 100, "height": 100, @@ -8857,11 +8857,11 @@ "id": "blank_ot.OutsideTopLeft", "type": "rectangle", "pos": { - "x": 367, + "x": 482, "y": 50 }, "width": 267, - "height": 173, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -8890,7 +8890,7 @@ "underline": false, "labelWidth": 156, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "OUTSIDE_TOP_LEFT", "zIndex": 0, "level": 2 }, @@ -8898,11 +8898,11 @@ "id": "blank_ot.OutsideTopCenter", "type": "rectangle", "pos": { - "x": 694, + "x": 809, "y": 50 }, "width": 267, - "height": 173, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -8931,7 +8931,7 @@ "underline": false, "labelWidth": 185, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "OUTSIDE_TOP_CENTER", "zIndex": 0, "level": 2 }, @@ -8939,11 +8939,11 @@ "id": "blank_ot.OutsideTopRight", "type": "rectangle", "pos": { - "x": 1021, + "x": 1136, "y": 50 }, "width": 267, - "height": 173, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -8972,7 +8972,7 @@ "underline": false, "labelWidth": 170, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "OUTSIDE_TOP_RIGHT", "zIndex": 0, "level": 2 }, @@ -8980,8 +8980,8 @@ "id": "blank_ot.blank2", "type": "rectangle", "pos": { - "x": 1348, - "y": 87 + "x": 1463, + "y": 66 }, "width": 100, "height": 100, @@ -9020,11 +9020,11 @@ "id": "blank_t.OutsideLeftTop", "type": "rectangle", "pos": { - "x": 40, - "y": 423 + "x": 155, + "y": 403 }, "width": 267, - "height": 173, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -9053,7 +9053,7 @@ "underline": false, "labelWidth": 155, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "OUTSIDE_LEFT_TOP", "zIndex": 0, "level": 2 }, @@ -9061,8 +9061,8 @@ "id": "blank_t.TopLeft", "type": "rectangle", "pos": { - "x": 367, - "y": 423 + "x": 482, + "y": 382 }, "width": 267, "height": 173, @@ -9094,7 +9094,7 @@ "underline": false, "labelWidth": 78, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "INSIDE_TOP_LEFT", "zIndex": 0, "level": 2 }, @@ -9102,8 +9102,8 @@ "id": "blank_t.TopCenter", "type": "rectangle", "pos": { - "x": 694, - "y": 423 + "x": 809, + "y": 382 }, "width": 267, "height": 173, @@ -9143,8 +9143,8 @@ "id": "blank_t.TopRight", "type": "rectangle", "pos": { - "x": 1021, - "y": 423 + "x": 1136, + "y": 382 }, "width": 267, "height": 173, @@ -9176,7 +9176,7 @@ "underline": false, "labelWidth": 92, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "INSIDE_TOP_RIGHT", "zIndex": 0, "level": 2 }, @@ -9184,11 +9184,11 @@ "id": "blank_t.OutsideRightTop", "type": "rectangle", "pos": { - "x": 1348, - "y": 423 + "x": 1463, + "y": 403 }, "width": 267, - "height": 173, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -9217,7 +9217,7 @@ "underline": false, "labelWidth": 169, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "OUTSIDE_RIGHT_TOP", "zIndex": 0, "level": 2 }, @@ -9226,10 +9226,10 @@ "type": "rectangle", "pos": { "x": 40, - "y": 796 + "y": 755 }, "width": 267, - "height": 173, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -9258,7 +9258,7 @@ "underline": false, "labelWidth": 184, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "OUTSIDE_LEFT_MIDDLE", "zIndex": 0, "level": 2 }, @@ -9267,10 +9267,10 @@ "type": "rectangle", "pos": { "x": 367, - "y": 796 + "y": 755 }, - "width": 267, - "height": 173, + "width": 382, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -9299,7 +9299,7 @@ "underline": false, "labelWidth": 105, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "INSIDE_MIDDLE_LEFT", "zIndex": 0, "level": 2 }, @@ -9307,11 +9307,11 @@ "id": "blank_c.CenterCenter", "type": "rectangle", "pos": { - "x": 694, - "y": 796 + "x": 809, + "y": 755 }, "width": 267, - "height": 173, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -9340,7 +9340,7 @@ "underline": false, "labelWidth": 134, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "INSIDE_MIDDLE_CENTER", "zIndex": 0, "level": 2 }, @@ -9348,11 +9348,11 @@ "id": "blank_c.CenterRight", "type": "rectangle", "pos": { - "x": 1021, - "y": 796 + "x": 1136, + "y": 755 }, - "width": 267, - "height": 173, + "width": 396, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -9381,7 +9381,7 @@ "underline": false, "labelWidth": 119, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "INSIDE_MIDDLE_RIGHT", "zIndex": 0, "level": 2 }, @@ -9389,11 +9389,11 @@ "id": "blank_c.OutsideRightCenter", "type": "rectangle", "pos": { - "x": 1348, - "y": 796 + "x": 1592, + "y": 755 }, "width": 267, - "height": 173, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -9422,7 +9422,7 @@ "underline": false, "labelWidth": 198, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "OUTSIDE_RIGHT_MIDDLE", "zIndex": 0, "level": 2 }, @@ -9430,11 +9430,11 @@ "id": "blank_b.OutsideLeftBottom", "type": "rectangle", "pos": { - "x": 40, - "y": 1169 + "x": 155, + "y": 1108 }, "width": 267, - "height": 173, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -9463,7 +9463,7 @@ "underline": false, "labelWidth": 192, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "OUTSIDE_LEFT_BOTTOM", "zIndex": 0, "level": 2 }, @@ -9471,8 +9471,8 @@ "id": "blank_b.BottomLeft", "type": "rectangle", "pos": { - "x": 367, - "y": 1169 + "x": 482, + "y": 1087 }, "width": 267, "height": 173, @@ -9504,7 +9504,7 @@ "underline": false, "labelWidth": 113, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "INSIDE_BOTTOM_LEFT", "zIndex": 0, "level": 2 }, @@ -9512,8 +9512,8 @@ "id": "blank_b.BottomCenter", "type": "rectangle", "pos": { - "x": 694, - "y": 1169 + "x": 809, + "y": 1087 }, "width": 267, "height": 173, @@ -9545,7 +9545,7 @@ "underline": false, "labelWidth": 142, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "INSIDE_BOTTOM_CENTER", "zIndex": 0, "level": 2 }, @@ -9553,8 +9553,8 @@ "id": "blank_b.BottomRight", "type": "rectangle", "pos": { - "x": 1021, - "y": 1169 + "x": 1136, + "y": 1087 }, "width": 267, "height": 173, @@ -9586,7 +9586,7 @@ "underline": false, "labelWidth": 127, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "INSIDE_BOTTOM_RIGHT", "zIndex": 0, "level": 2 }, @@ -9594,11 +9594,11 @@ "id": "blank_b.OutsideRightBottom", "type": "rectangle", "pos": { - "x": 1348, - "y": 1169 + "x": 1463, + "y": 1108 }, "width": 267, - "height": 173, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -9627,7 +9627,7 @@ "underline": false, "labelWidth": 206, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "OUTSIDE_RIGHT_BOTTOM", "zIndex": 0, "level": 2 }, @@ -9635,8 +9635,8 @@ "id": "blank_ob.blank3", "type": "rectangle", "pos": { - "x": 207, - "y": 1579 + "x": 322, + "y": 1476 }, "width": 100, "height": 100, @@ -9675,11 +9675,11 @@ "id": "blank_ob.OutsideBottomLeft", "type": "rectangle", "pos": { - "x": 367, - "y": 1542 + "x": 482, + "y": 1460 }, "width": 267, - "height": 173, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -9708,7 +9708,7 @@ "underline": false, "labelWidth": 193, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "OUTSIDE_BOTTOM_LEFT", "zIndex": 0, "level": 2 }, @@ -9716,11 +9716,11 @@ "id": "blank_ob.OutsideBottomCenter", "type": "rectangle", "pos": { - "x": 694, - "y": 1542 + "x": 809, + "y": 1460 }, "width": 267, - "height": 173, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -9749,7 +9749,7 @@ "underline": false, "labelWidth": 222, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "OUTSIDE_BOTTOM_CENTER", "zIndex": 0, "level": 2 }, @@ -9757,11 +9757,11 @@ "id": "blank_ob.OutsideBottomRight", "type": "rectangle", "pos": { - "x": 1021, - "y": 1542 + "x": 1136, + "y": 1460 }, "width": 267, - "height": 173, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -9790,7 +9790,7 @@ "underline": false, "labelWidth": 207, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "OUTSIDE_BOTTOM_RIGHT", "zIndex": 0, "level": 2 }, @@ -9798,8 +9798,8 @@ "id": "blank_ob.blank4", "type": "rectangle", "pos": { - "x": 1348, - "y": 1579 + "x": 1463, + "y": 1476 }, "width": 100, "height": 100, @@ -9861,20 +9861,20 @@ "labelPercentage": 0, "route": [ { - "x": 827.5, - "y": 253 + "x": 942.5, + "y": 212 }, { - "x": 827.5, - "y": 309 + "x": 942.5, + "y": 268 }, { - "x": 827.5, - "y": 337 + "x": 942.5, + "y": 296 }, { - "x": 827.5, - "y": 393 + "x": 942.5, + "y": 352 } ], "isCurve": true, @@ -9908,20 +9908,20 @@ "labelPercentage": 0, "route": [ { - "x": 827.5, - "y": 626 + "x": 942.5, + "y": 585 }, { - "x": 827.5, - "y": 682 + "x": 942.5, + "y": 641 }, { - "x": 827.5, - "y": 710 + "x": 942.5, + "y": 669 }, { - "x": 827.5, - "y": 766 + "x": 942.5, + "y": 725 } ], "isCurve": true, @@ -9955,20 +9955,20 @@ "labelPercentage": 0, "route": [ { - "x": 827.5, - "y": 999 + "x": 942.5, + "y": 917 }, { - "x": 827.5, - "y": 1055 + "x": 942.5, + "y": 973 }, { - "x": 827.5, - "y": 1083 + "x": 942.5, + "y": 1001 }, { - "x": 827.5, - "y": 1139 + "x": 942.5, + "y": 1057 } ], "isCurve": true, @@ -10002,20 +10002,20 @@ "labelPercentage": 0, "route": [ { - "x": 827.5, - "y": 1372 + "x": 942.5, + "y": 1290 }, { - "x": 827.5, - "y": 1428 + "x": 942.5, + "y": 1346 }, { - "x": 827.5, - "y": 1456 + "x": 942.5, + "y": 1374 }, { - "x": 827.5, - "y": 1512 + "x": 942.5, + "y": 1430 } ], "isCurve": true, diff --git a/e2etests/testdata/stable/grid_label_positions/dagre/sketch.exp.svg b/e2etests/testdata/stable/grid_label_positions/dagre/sketch.exp.svg index 690705dea8..0d811ac572 100644 --- a/e2etests/testdata/stable/grid_label_positions/dagre/sketch.exp.svg +++ b/e2etests/testdata/stable/grid_label_positions/dagre/sketch.exp.svg @@ -1,16 +1,16 @@ -OutsideTopLeftOutsideTopCenterOutsideTopRightOutsideLeftTopTopLeftTopCenterTopRightOutsideRightTopOutsideLeftCenterCenterLeftCenterCenterCenterRightOutsideRightCenterOutsideLeftBottomBottomLeftBottomCenterBottomRightOutsideRightBottomOutsideBottomLeftOutsideBottomCenterOutsideBottomRightaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbcccccccccccccccccccccdddddddddddddddddddddeeeeeeeeeeeeeeeeeeeeefffffffffffffffffffffggggggggggggggggggggghhhhhhhhhhhhhhhhhhhhhiiiiiiiiiiiiiiiiiiiiijjjjjjjjjjjjjjjjjjjjj - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + .d2-3312924885 .fill-N1{fill:#0A0F25;} + .d2-3312924885 .fill-N2{fill:#676C7E;} + .d2-3312924885 .fill-N3{fill:#9499AB;} + .d2-3312924885 .fill-N4{fill:#CFD2DD;} + .d2-3312924885 .fill-N5{fill:#DEE1EB;} + .d2-3312924885 .fill-N6{fill:#EEF1F8;} + .d2-3312924885 .fill-N7{fill:#FFFFFF;} + .d2-3312924885 .fill-B1{fill:#0D32B2;} + .d2-3312924885 .fill-B2{fill:#0D32B2;} + .d2-3312924885 .fill-B3{fill:#E3E9FD;} + .d2-3312924885 .fill-B4{fill:#E3E9FD;} + .d2-3312924885 .fill-B5{fill:#EDF0FD;} + .d2-3312924885 .fill-B6{fill:#F7F8FE;} + .d2-3312924885 .fill-AA2{fill:#4A6FF3;} + .d2-3312924885 .fill-AA4{fill:#EDF0FD;} + .d2-3312924885 .fill-AA5{fill:#F7F8FE;} + .d2-3312924885 .fill-AB4{fill:#EDF0FD;} + .d2-3312924885 .fill-AB5{fill:#F7F8FE;} + .d2-3312924885 .stroke-N1{stroke:#0A0F25;} + .d2-3312924885 .stroke-N2{stroke:#676C7E;} + .d2-3312924885 .stroke-N3{stroke:#9499AB;} + .d2-3312924885 .stroke-N4{stroke:#CFD2DD;} + .d2-3312924885 .stroke-N5{stroke:#DEE1EB;} + .d2-3312924885 .stroke-N6{stroke:#EEF1F8;} + .d2-3312924885 .stroke-N7{stroke:#FFFFFF;} + .d2-3312924885 .stroke-B1{stroke:#0D32B2;} + .d2-3312924885 .stroke-B2{stroke:#0D32B2;} + .d2-3312924885 .stroke-B3{stroke:#E3E9FD;} + .d2-3312924885 .stroke-B4{stroke:#E3E9FD;} + .d2-3312924885 .stroke-B5{stroke:#EDF0FD;} + .d2-3312924885 .stroke-B6{stroke:#F7F8FE;} + .d2-3312924885 .stroke-AA2{stroke:#4A6FF3;} + .d2-3312924885 .stroke-AA4{stroke:#EDF0FD;} + .d2-3312924885 .stroke-AA5{stroke:#F7F8FE;} + .d2-3312924885 .stroke-AB4{stroke:#EDF0FD;} + .d2-3312924885 .stroke-AB5{stroke:#F7F8FE;} + .d2-3312924885 .background-color-N1{background-color:#0A0F25;} + .d2-3312924885 .background-color-N2{background-color:#676C7E;} + .d2-3312924885 .background-color-N3{background-color:#9499AB;} + .d2-3312924885 .background-color-N4{background-color:#CFD2DD;} + .d2-3312924885 .background-color-N5{background-color:#DEE1EB;} + .d2-3312924885 .background-color-N6{background-color:#EEF1F8;} + .d2-3312924885 .background-color-N7{background-color:#FFFFFF;} + .d2-3312924885 .background-color-B1{background-color:#0D32B2;} + .d2-3312924885 .background-color-B2{background-color:#0D32B2;} + .d2-3312924885 .background-color-B3{background-color:#E3E9FD;} + .d2-3312924885 .background-color-B4{background-color:#E3E9FD;} + .d2-3312924885 .background-color-B5{background-color:#EDF0FD;} + .d2-3312924885 .background-color-B6{background-color:#F7F8FE;} + .d2-3312924885 .background-color-AA2{background-color:#4A6FF3;} + .d2-3312924885 .background-color-AA4{background-color:#EDF0FD;} + .d2-3312924885 .background-color-AA5{background-color:#F7F8FE;} + .d2-3312924885 .background-color-AB4{background-color:#EDF0FD;} + .d2-3312924885 .background-color-AB5{background-color:#F7F8FE;} + .d2-3312924885 .color-N1{color:#0A0F25;} + .d2-3312924885 .color-N2{color:#676C7E;} + .d2-3312924885 .color-N3{color:#9499AB;} + .d2-3312924885 .color-N4{color:#CFD2DD;} + .d2-3312924885 .color-N5{color:#DEE1EB;} + .d2-3312924885 .color-N6{color:#EEF1F8;} + .d2-3312924885 .color-N7{color:#FFFFFF;} + .d2-3312924885 .color-B1{color:#0D32B2;} + .d2-3312924885 .color-B2{color:#0D32B2;} + .d2-3312924885 .color-B3{color:#E3E9FD;} + .d2-3312924885 .color-B4{color:#E3E9FD;} + .d2-3312924885 .color-B5{color:#EDF0FD;} + .d2-3312924885 .color-B6{color:#F7F8FE;} + .d2-3312924885 .color-AA2{color:#4A6FF3;} + .d2-3312924885 .color-AA4{color:#EDF0FD;} + .d2-3312924885 .color-AA5{color:#F7F8FE;} + .d2-3312924885 .color-AB4{color:#EDF0FD;} + .d2-3312924885 .color-AB5{color:#F7F8FE;}.appendix text.text{fill:#0A0F25}.md{--color-fg-default:#0A0F25;--color-fg-muted:#676C7E;--color-fg-subtle:#9499AB;--color-canvas-default:#FFFFFF;--color-canvas-subtle:#EEF1F8;--color-border-default:#0D32B2;--color-border-muted:#0D32B2;--color-neutral-muted:#EEF1F8;--color-accent-fg:#0D32B2;--color-accent-emphasis:#0D32B2;--color-attention-subtle:#676C7E;--color-danger-fg:red;}.sketch-overlay-B1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B2{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B3{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-AA4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-N3{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N7{fill:url(#streaks-bright);mix-blend-mode:darken}.light-code{display: block}.dark-code{display: none}]]>OutsideTopLeftOutsideTopCenterOutsideTopRightOutsideLeftTopTopLeftTopCenterTopRightOutsideRightTopOutsideLeftCenterCenterLeftCenterCenterCenterRightOutsideRightCenterOutsideLeftBottomBottomLeftBottomCenterBottomRightOutsideRightBottomOutsideBottomLeftOutsideBottomCenterOutsideBottomRightaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbcccccccccccccccccccccdddddddddddddddddddddeeeeeeeeeeeeeeeeeeeeefffffffffffffffffffffggggggggggggggggggggghhhhhhhhhhhhhhhhhhhhhiiiiiiiiiiiiiiiiiiiiijjjjjjjjjjjjjjjjjjjjj + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/e2etests/testdata/stable/grid_label_positions/elk/board.exp.json b/e2etests/testdata/stable/grid_label_positions/elk/board.exp.json index f03bf27dd0..5e8ce7f14c 100644 --- a/e2etests/testdata/stable/grid_label_positions/elk/board.exp.json +++ b/e2etests/testdata/stable/grid_label_positions/elk/board.exp.json @@ -7,8 +7,8 @@ "id": "blank_t.TopLeft.a", "type": "rectangle", "pos": { - "x": 546, - "y": 446 + "x": 660, + "y": 405 }, "width": 53, "height": 66, @@ -48,8 +48,8 @@ "id": "blank_t.OutsideLeftTop.a", "type": "rectangle", "pos": { - "x": 259, - "y": 446 + "x": 373, + "y": 384 }, "width": 53, "height": 66, @@ -89,8 +89,8 @@ "id": "blank_c.CenterRight.a", "type": "rectangle", "pos": { - "x": 1120, - "y": 789 + "x": 1227, + "y": 707 }, "width": 53, "height": 66, @@ -130,8 +130,8 @@ "id": "blank_ob.OutsideBottomCenter.a", "type": "rectangle", "pos": { - "x": 840, - "y": 1475 + "x": 954, + "y": 1352 }, "width": 53, "height": 66, @@ -171,8 +171,8 @@ "id": "blank_b.BottomRight.a", "type": "rectangle", "pos": { - "x": 1120, - "y": 1132 + "x": 1234, + "y": 1009 }, "width": 53, "height": 66, @@ -212,8 +212,8 @@ "id": "blank_c.OutsideLeftCenter.a", "type": "rectangle", "pos": { - "x": 259, - "y": 789 + "x": 251, + "y": 707 }, "width": 53, "height": 66, @@ -253,8 +253,8 @@ "id": "blank_b.OutsideLeftBottom.a", "type": "rectangle", "pos": { - "x": 259, - "y": 1132 + "x": 373, + "y": 1029 }, "width": 53, "height": 66, @@ -294,8 +294,8 @@ "id": "blank_b.BottomCenter.a", "type": "rectangle", "pos": { - "x": 833, - "y": 1132 + "x": 947, + "y": 1009 }, "width": 53, "height": 66, @@ -335,8 +335,8 @@ "id": "blank_ob.OutsideBottomRight.a", "type": "rectangle", "pos": { - "x": 1127, - "y": 1475 + "x": 1241, + "y": 1352 }, "width": 53, "height": 66, @@ -376,8 +376,8 @@ "id": "blank_c.CenterLeft.a", "type": "rectangle", "pos": { - "x": 546, - "y": 789 + "x": 653, + "y": 707 }, "width": 53, "height": 66, @@ -417,8 +417,8 @@ "id": "blank_t.OutsideRightTop.a", "type": "rectangle", "pos": { - "x": 1407, - "y": 446 + "x": 1521, + "y": 384 }, "width": 53, "height": 66, @@ -458,8 +458,8 @@ "id": "blank_b.BottomLeft.a", "type": "rectangle", "pos": { - "x": 546, - "y": 1132 + "x": 660, + "y": 1009 }, "width": 53, "height": 66, @@ -499,8 +499,8 @@ "id": "blank_ot.OutsideTopLeft.a", "type": "rectangle", "pos": { - "x": 553, - "y": 103 + "x": 667, + "y": 62 }, "width": 53, "height": 66, @@ -540,8 +540,8 @@ "id": "blank_c.OutsideRightCenter.a", "type": "rectangle", "pos": { - "x": 1407, - "y": 789 + "x": 1643, + "y": 707 }, "width": 53, "height": 66, @@ -581,8 +581,8 @@ "id": "blank_ot.OutsideTopCenter.a", "type": "rectangle", "pos": { - "x": 840, - "y": 103 + "x": 954, + "y": 62 }, "width": 53, "height": 66, @@ -622,8 +622,8 @@ "id": "blank_t.TopCenter.a", "type": "rectangle", "pos": { - "x": 833, - "y": 446 + "x": 947, + "y": 405 }, "width": 53, "height": 66, @@ -663,8 +663,8 @@ "id": "blank_t.TopRight.a", "type": "rectangle", "pos": { - "x": 1120, - "y": 446 + "x": 1234, + "y": 405 }, "width": 53, "height": 66, @@ -704,8 +704,8 @@ "id": "blank_c.CenterCenter.a", "type": "rectangle", "pos": { - "x": 833, - "y": 789 + "x": 940, + "y": 707 }, "width": 53, "height": 66, @@ -745,8 +745,8 @@ "id": "blank_ot.OutsideTopRight.a", "type": "rectangle", "pos": { - "x": 1127, - "y": 103 + "x": 1241, + "y": 62 }, "width": 53, "height": 66, @@ -786,8 +786,8 @@ "id": "blank_b.OutsideRightBottom.a", "type": "rectangle", "pos": { - "x": 1407, - "y": 1132 + "x": 1521, + "y": 1029 }, "width": 53, "height": 66, @@ -827,8 +827,8 @@ "id": "blank_ob.OutsideBottomLeft.a", "type": "rectangle", "pos": { - "x": 553, - "y": 1475 + "x": 667, + "y": 1352 }, "width": 53, "height": 66, @@ -868,8 +868,8 @@ "id": "blank_c.CenterLeft.b", "type": "rectangle", "pos": { - "x": 599, - "y": 789 + "x": 706, + "y": 707 }, "width": 54, "height": 66, @@ -909,8 +909,8 @@ "id": "blank_t.TopCenter.b", "type": "rectangle", "pos": { - "x": 886, - "y": 446 + "x": 1000, + "y": 405 }, "width": 54, "height": 66, @@ -950,8 +950,8 @@ "id": "blank_b.OutsideRightBottom.b", "type": "rectangle", "pos": { - "x": 1460, - "y": 1132 + "x": 1574, + "y": 1029 }, "width": 54, "height": 66, @@ -991,8 +991,8 @@ "id": "blank_ob.OutsideBottomLeft.b", "type": "rectangle", "pos": { - "x": 606, - "y": 1475 + "x": 720, + "y": 1352 }, "width": 54, "height": 66, @@ -1032,8 +1032,8 @@ "id": "blank_c.CenterCenter.b", "type": "rectangle", "pos": { - "x": 886, - "y": 789 + "x": 993, + "y": 707 }, "width": 54, "height": 66, @@ -1073,8 +1073,8 @@ "id": "blank_ot.OutsideTopRight.b", "type": "rectangle", "pos": { - "x": 1180, - "y": 103 + "x": 1294, + "y": 62 }, "width": 54, "height": 66, @@ -1114,8 +1114,8 @@ "id": "blank_ot.OutsideTopCenter.b", "type": "rectangle", "pos": { - "x": 893, - "y": 103 + "x": 1007, + "y": 62 }, "width": 54, "height": 66, @@ -1155,8 +1155,8 @@ "id": "blank_c.CenterRight.b", "type": "rectangle", "pos": { - "x": 1173, - "y": 789 + "x": 1280, + "y": 707 }, "width": 54, "height": 66, @@ -1196,8 +1196,8 @@ "id": "blank_t.TopRight.b", "type": "rectangle", "pos": { - "x": 1173, - "y": 446 + "x": 1287, + "y": 405 }, "width": 54, "height": 66, @@ -1237,8 +1237,8 @@ "id": "blank_c.OutsideRightCenter.b", "type": "rectangle", "pos": { - "x": 1460, - "y": 789 + "x": 1696, + "y": 707 }, "width": 54, "height": 66, @@ -1278,8 +1278,8 @@ "id": "blank_b.BottomRight.b", "type": "rectangle", "pos": { - "x": 1173, - "y": 1132 + "x": 1287, + "y": 1009 }, "width": 54, "height": 66, @@ -1319,8 +1319,8 @@ "id": "blank_ob.OutsideBottomCenter.b", "type": "rectangle", "pos": { - "x": 893, - "y": 1475 + "x": 1007, + "y": 1352 }, "width": 54, "height": 66, @@ -1360,8 +1360,8 @@ "id": "blank_t.TopLeft.b", "type": "rectangle", "pos": { - "x": 599, - "y": 446 + "x": 713, + "y": 405 }, "width": 54, "height": 66, @@ -1401,8 +1401,8 @@ "id": "blank_b.BottomLeft.b", "type": "rectangle", "pos": { - "x": 599, - "y": 1132 + "x": 713, + "y": 1009 }, "width": 54, "height": 66, @@ -1442,8 +1442,8 @@ "id": "blank_b.BottomCenter.b", "type": "rectangle", "pos": { - "x": 886, - "y": 1132 + "x": 1000, + "y": 1009 }, "width": 54, "height": 66, @@ -1483,8 +1483,8 @@ "id": "blank_ob.OutsideBottomRight.b", "type": "rectangle", "pos": { - "x": 1180, - "y": 1475 + "x": 1294, + "y": 1352 }, "width": 54, "height": 66, @@ -1524,8 +1524,8 @@ "id": "blank_c.OutsideLeftCenter.b", "type": "rectangle", "pos": { - "x": 312, - "y": 789 + "x": 304, + "y": 707 }, "width": 54, "height": 66, @@ -1565,8 +1565,8 @@ "id": "blank_ot.OutsideTopLeft.b", "type": "rectangle", "pos": { - "x": 606, - "y": 103 + "x": 720, + "y": 62 }, "width": 54, "height": 66, @@ -1606,8 +1606,8 @@ "id": "blank_t.OutsideLeftTop.b", "type": "rectangle", "pos": { - "x": 312, - "y": 446 + "x": 426, + "y": 384 }, "width": 54, "height": 66, @@ -1647,8 +1647,8 @@ "id": "blank_b.OutsideLeftBottom.b", "type": "rectangle", "pos": { - "x": 312, - "y": 1132 + "x": 426, + "y": 1029 }, "width": 54, "height": 66, @@ -1688,8 +1688,8 @@ "id": "blank_t.OutsideRightTop.b", "type": "rectangle", "pos": { - "x": 1460, - "y": 446 + "x": 1574, + "y": 384 }, "width": 54, "height": 66, @@ -1729,8 +1729,8 @@ "id": "blank_b.BottomLeft.c", "type": "rectangle", "pos": { - "x": 653, - "y": 1132 + "x": 767, + "y": 1009 }, "width": 53, "height": 66, @@ -1770,8 +1770,8 @@ "id": "blank_c.CenterCenter.c", "type": "rectangle", "pos": { - "x": 940, - "y": 789 + "x": 1047, + "y": 707 }, "width": 53, "height": 66, @@ -1811,8 +1811,8 @@ "id": "blank_ob.OutsideBottomRight.c", "type": "rectangle", "pos": { - "x": 1234, - "y": 1475 + "x": 1348, + "y": 1352 }, "width": 53, "height": 66, @@ -1852,8 +1852,8 @@ "id": "blank_ot.OutsideTopLeft.c", "type": "rectangle", "pos": { - "x": 660, - "y": 103 + "x": 774, + "y": 62 }, "width": 53, "height": 66, @@ -1893,8 +1893,8 @@ "id": "blank_b.OutsideLeftBottom.c", "type": "rectangle", "pos": { - "x": 366, - "y": 1132 + "x": 480, + "y": 1029 }, "width": 53, "height": 66, @@ -1934,8 +1934,8 @@ "id": "blank_t.OutsideLeftTop.c", "type": "rectangle", "pos": { - "x": 366, - "y": 446 + "x": 480, + "y": 384 }, "width": 53, "height": 66, @@ -1975,8 +1975,8 @@ "id": "blank_c.OutsideLeftCenter.c", "type": "rectangle", "pos": { - "x": 366, - "y": 789 + "x": 358, + "y": 707 }, "width": 53, "height": 66, @@ -2016,8 +2016,8 @@ "id": "blank_b.BottomCenter.c", "type": "rectangle", "pos": { - "x": 940, - "y": 1132 + "x": 1054, + "y": 1009 }, "width": 53, "height": 66, @@ -2057,8 +2057,8 @@ "id": "blank_ob.OutsideBottomCenter.c", "type": "rectangle", "pos": { - "x": 947, - "y": 1475 + "x": 1061, + "y": 1352 }, "width": 53, "height": 66, @@ -2098,8 +2098,8 @@ "id": "blank_t.TopLeft.c", "type": "rectangle", "pos": { - "x": 653, - "y": 446 + "x": 767, + "y": 405 }, "width": 53, "height": 66, @@ -2139,8 +2139,8 @@ "id": "blank_t.TopRight.c", "type": "rectangle", "pos": { - "x": 1227, - "y": 446 + "x": 1341, + "y": 405 }, "width": 53, "height": 66, @@ -2180,8 +2180,8 @@ "id": "blank_t.OutsideRightTop.c", "type": "rectangle", "pos": { - "x": 1514, - "y": 446 + "x": 1628, + "y": 384 }, "width": 53, "height": 66, @@ -2221,8 +2221,8 @@ "id": "blank_c.OutsideRightCenter.c", "type": "rectangle", "pos": { - "x": 1514, - "y": 789 + "x": 1750, + "y": 707 }, "width": 53, "height": 66, @@ -2262,8 +2262,8 @@ "id": "blank_b.BottomRight.c", "type": "rectangle", "pos": { - "x": 1227, - "y": 1132 + "x": 1341, + "y": 1009 }, "width": 53, "height": 66, @@ -2303,8 +2303,8 @@ "id": "blank_ot.OutsideTopCenter.c", "type": "rectangle", "pos": { - "x": 947, - "y": 103 + "x": 1061, + "y": 62 }, "width": 53, "height": 66, @@ -2344,8 +2344,8 @@ "id": "blank_c.CenterLeft.c", "type": "rectangle", "pos": { - "x": 653, - "y": 789 + "x": 760, + "y": 707 }, "width": 53, "height": 66, @@ -2385,8 +2385,8 @@ "id": "blank_c.CenterRight.c", "type": "rectangle", "pos": { - "x": 1227, - "y": 789 + "x": 1334, + "y": 707 }, "width": 53, "height": 66, @@ -2426,8 +2426,8 @@ "id": "blank_ob.OutsideBottomLeft.c", "type": "rectangle", "pos": { - "x": 660, - "y": 1475 + "x": 774, + "y": 1352 }, "width": 53, "height": 66, @@ -2467,8 +2467,8 @@ "id": "blank_ot.OutsideTopRight.c", "type": "rectangle", "pos": { - "x": 1234, - "y": 103 + "x": 1348, + "y": 62 }, "width": 53, "height": 66, @@ -2508,8 +2508,8 @@ "id": "blank_b.OutsideRightBottom.c", "type": "rectangle", "pos": { - "x": 1514, - "y": 1132 + "x": 1628, + "y": 1029 }, "width": 53, "height": 66, @@ -2549,8 +2549,8 @@ "id": "blank_t.TopCenter.c", "type": "rectangle", "pos": { - "x": 940, - "y": 446 + "x": 1054, + "y": 405 }, "width": 53, "height": 66, @@ -2590,8 +2590,8 @@ "id": "blank_c.OutsideRightCenter.d", "type": "rectangle", "pos": { - "x": 1567, - "y": 789 + "x": 1803, + "y": 707 }, "width": 54, "height": 66, @@ -2631,8 +2631,8 @@ "id": "blank_t.TopRight.d", "type": "rectangle", "pos": { - "x": 1280, - "y": 446 + "x": 1394, + "y": 405 }, "width": 54, "height": 66, @@ -2672,8 +2672,8 @@ "id": "blank_c.CenterCenter.d", "type": "rectangle", "pos": { - "x": 993, - "y": 789 + "x": 1100, + "y": 707 }, "width": 54, "height": 66, @@ -2713,8 +2713,8 @@ "id": "blank_t.TopCenter.d", "type": "rectangle", "pos": { - "x": 993, - "y": 446 + "x": 1107, + "y": 405 }, "width": 54, "height": 66, @@ -2754,8 +2754,8 @@ "id": "blank_ot.OutsideTopRight.d", "type": "rectangle", "pos": { - "x": 1287, - "y": 103 + "x": 1401, + "y": 62 }, "width": 54, "height": 66, @@ -2795,8 +2795,8 @@ "id": "blank_ot.OutsideTopCenter.d", "type": "rectangle", "pos": { - "x": 1000, - "y": 103 + "x": 1114, + "y": 62 }, "width": 54, "height": 66, @@ -2836,8 +2836,8 @@ "id": "blank_c.CenterLeft.d", "type": "rectangle", "pos": { - "x": 706, - "y": 789 + "x": 813, + "y": 707 }, "width": 54, "height": 66, @@ -2877,8 +2877,8 @@ "id": "blank_c.CenterRight.d", "type": "rectangle", "pos": { - "x": 1280, - "y": 789 + "x": 1387, + "y": 707 }, "width": 54, "height": 66, @@ -2918,8 +2918,8 @@ "id": "blank_b.BottomRight.d", "type": "rectangle", "pos": { - "x": 1280, - "y": 1132 + "x": 1394, + "y": 1009 }, "width": 54, "height": 66, @@ -2959,8 +2959,8 @@ "id": "blank_ob.OutsideBottomLeft.d", "type": "rectangle", "pos": { - "x": 713, - "y": 1475 + "x": 827, + "y": 1352 }, "width": 54, "height": 66, @@ -3000,8 +3000,8 @@ "id": "blank_t.TopLeft.d", "type": "rectangle", "pos": { - "x": 706, - "y": 446 + "x": 820, + "y": 405 }, "width": 54, "height": 66, @@ -3041,8 +3041,8 @@ "id": "blank_b.OutsideRightBottom.d", "type": "rectangle", "pos": { - "x": 1567, - "y": 1132 + "x": 1681, + "y": 1029 }, "width": 54, "height": 66, @@ -3082,8 +3082,8 @@ "id": "blank_b.BottomCenter.d", "type": "rectangle", "pos": { - "x": 993, - "y": 1132 + "x": 1107, + "y": 1009 }, "width": 54, "height": 66, @@ -3123,8 +3123,8 @@ "id": "blank_ob.OutsideBottomCenter.d", "type": "rectangle", "pos": { - "x": 1000, - "y": 1475 + "x": 1114, + "y": 1352 }, "width": 54, "height": 66, @@ -3164,8 +3164,8 @@ "id": "blank_c.OutsideLeftCenter.d", "type": "rectangle", "pos": { - "x": 419, - "y": 789 + "x": 411, + "y": 707 }, "width": 54, "height": 66, @@ -3205,8 +3205,8 @@ "id": "blank_b.BottomLeft.d", "type": "rectangle", "pos": { - "x": 706, - "y": 1132 + "x": 820, + "y": 1009 }, "width": 54, "height": 66, @@ -3246,8 +3246,8 @@ "id": "blank_ot.OutsideTopLeft.d", "type": "rectangle", "pos": { - "x": 713, - "y": 103 + "x": 827, + "y": 62 }, "width": 54, "height": 66, @@ -3287,8 +3287,8 @@ "id": "blank_b.OutsideLeftBottom.d", "type": "rectangle", "pos": { - "x": 419, - "y": 1132 + "x": 533, + "y": 1029 }, "width": 54, "height": 66, @@ -3328,8 +3328,8 @@ "id": "blank_t.OutsideRightTop.d", "type": "rectangle", "pos": { - "x": 1567, - "y": 446 + "x": 1681, + "y": 384 }, "width": 54, "height": 66, @@ -3369,8 +3369,8 @@ "id": "blank_t.OutsideLeftTop.d", "type": "rectangle", "pos": { - "x": 419, - "y": 446 + "x": 533, + "y": 384 }, "width": 54, "height": 66, @@ -3410,8 +3410,8 @@ "id": "blank_ob.OutsideBottomRight.d", "type": "rectangle", "pos": { - "x": 1287, - "y": 1475 + "x": 1401, + "y": 1352 }, "width": 54, "height": 66, @@ -3451,8 +3451,8 @@ "id": "blank_c.CenterCenter.e", "type": "rectangle", "pos": { - "x": 1047, - "y": 789 + "x": 1154, + "y": 707 }, "width": 53, "height": 66, @@ -3492,8 +3492,8 @@ "id": "blank_t.TopCenter.e", "type": "rectangle", "pos": { - "x": 1047, - "y": 446 + "x": 1161, + "y": 405 }, "width": 53, "height": 66, @@ -3533,8 +3533,8 @@ "id": "blank_t.OutsideRightTop.e", "type": "rectangle", "pos": { - "x": 1621, - "y": 446 + "x": 1735, + "y": 384 }, "width": 53, "height": 66, @@ -3574,8 +3574,8 @@ "id": "blank_c.CenterRight.e", "type": "rectangle", "pos": { - "x": 1334, - "y": 789 + "x": 1441, + "y": 707 }, "width": 53, "height": 66, @@ -3615,8 +3615,8 @@ "id": "blank_t.TopLeft.e", "type": "rectangle", "pos": { - "x": 760, - "y": 446 + "x": 874, + "y": 405 }, "width": 53, "height": 66, @@ -3656,8 +3656,8 @@ "id": "blank_ob.OutsideBottomRight.e", "type": "rectangle", "pos": { - "x": 1341, - "y": 1475 + "x": 1455, + "y": 1352 }, "width": 53, "height": 66, @@ -3697,8 +3697,8 @@ "id": "blank_ot.OutsideTopLeft.e", "type": "rectangle", "pos": { - "x": 767, - "y": 103 + "x": 881, + "y": 62 }, "width": 53, "height": 66, @@ -3738,8 +3738,8 @@ "id": "blank_c.OutsideRightCenter.e", "type": "rectangle", "pos": { - "x": 1621, - "y": 789 + "x": 1857, + "y": 707 }, "width": 53, "height": 66, @@ -3779,8 +3779,8 @@ "id": "blank_b.OutsideLeftBottom.e", "type": "rectangle", "pos": { - "x": 473, - "y": 1132 + "x": 587, + "y": 1029 }, "width": 53, "height": 66, @@ -3820,8 +3820,8 @@ "id": "blank_ob.OutsideBottomCenter.e", "type": "rectangle", "pos": { - "x": 1054, - "y": 1475 + "x": 1168, + "y": 1352 }, "width": 53, "height": 66, @@ -3861,8 +3861,8 @@ "id": "blank_t.OutsideLeftTop.e", "type": "rectangle", "pos": { - "x": 473, - "y": 446 + "x": 587, + "y": 384 }, "width": 53, "height": 66, @@ -3902,8 +3902,8 @@ "id": "blank_ob.OutsideBottomLeft.e", "type": "rectangle", "pos": { - "x": 767, - "y": 1475 + "x": 881, + "y": 1352 }, "width": 53, "height": 66, @@ -3943,8 +3943,8 @@ "id": "blank_ot.OutsideTopCenter.e", "type": "rectangle", "pos": { - "x": 1054, - "y": 103 + "x": 1168, + "y": 62 }, "width": 53, "height": 66, @@ -3984,8 +3984,8 @@ "id": "blank_b.BottomLeft.e", "type": "rectangle", "pos": { - "x": 760, - "y": 1132 + "x": 874, + "y": 1009 }, "width": 53, "height": 66, @@ -4025,8 +4025,8 @@ "id": "blank_c.OutsideLeftCenter.e", "type": "rectangle", "pos": { - "x": 473, - "y": 789 + "x": 465, + "y": 707 }, "width": 53, "height": 66, @@ -4066,8 +4066,8 @@ "id": "blank_b.BottomCenter.e", "type": "rectangle", "pos": { - "x": 1047, - "y": 1132 + "x": 1161, + "y": 1009 }, "width": 53, "height": 66, @@ -4107,8 +4107,8 @@ "id": "blank_c.CenterLeft.e", "type": "rectangle", "pos": { - "x": 760, - "y": 789 + "x": 867, + "y": 707 }, "width": 53, "height": 66, @@ -4148,8 +4148,8 @@ "id": "blank_b.OutsideRightBottom.e", "type": "rectangle", "pos": { - "x": 1621, - "y": 1132 + "x": 1735, + "y": 1029 }, "width": 53, "height": 66, @@ -4189,8 +4189,8 @@ "id": "blank_t.TopRight.e", "type": "rectangle", "pos": { - "x": 1334, - "y": 446 + "x": 1448, + "y": 405 }, "width": 53, "height": 66, @@ -4230,8 +4230,8 @@ "id": "blank_b.BottomRight.e", "type": "rectangle", "pos": { - "x": 1334, - "y": 1132 + "x": 1448, + "y": 1009 }, "width": 53, "height": 66, @@ -4271,8 +4271,8 @@ "id": "blank_ot.OutsideTopRight.e", "type": "rectangle", "pos": { - "x": 1341, - "y": 103 + "x": 1455, + "y": 62 }, "width": 53, "height": 66, @@ -4312,8 +4312,8 @@ "id": "blank_t.TopRight.f", "type": "rectangle", "pos": { - "x": 1120, - "y": 512 + "x": 1234, + "y": 471 }, "width": 53, "height": 66, @@ -4353,8 +4353,8 @@ "id": "blank_b.OutsideLeftBottom.f", "type": "rectangle", "pos": { - "x": 259, - "y": 1198 + "x": 373, + "y": 1095 }, "width": 53, "height": 66, @@ -4394,8 +4394,8 @@ "id": "blank_ot.OutsideTopRight.f", "type": "rectangle", "pos": { - "x": 1127, - "y": 169 + "x": 1241, + "y": 128 }, "width": 53, "height": 66, @@ -4435,8 +4435,8 @@ "id": "blank_b.BottomCenter.f", "type": "rectangle", "pos": { - "x": 833, - "y": 1198 + "x": 947, + "y": 1075 }, "width": 53, "height": 66, @@ -4476,8 +4476,8 @@ "id": "blank_b.OutsideRightBottom.f", "type": "rectangle", "pos": { - "x": 1407, - "y": 1198 + "x": 1521, + "y": 1095 }, "width": 53, "height": 66, @@ -4517,8 +4517,8 @@ "id": "blank_c.CenterLeft.f", "type": "rectangle", "pos": { - "x": 546, - "y": 855 + "x": 653, + "y": 773 }, "width": 53, "height": 66, @@ -4558,8 +4558,8 @@ "id": "blank_c.OutsideLeftCenter.f", "type": "rectangle", "pos": { - "x": 259, - "y": 855 + "x": 251, + "y": 773 }, "width": 53, "height": 66, @@ -4599,8 +4599,8 @@ "id": "blank_b.BottomLeft.f", "type": "rectangle", "pos": { - "x": 546, - "y": 1198 + "x": 660, + "y": 1075 }, "width": 53, "height": 66, @@ -4640,8 +4640,8 @@ "id": "blank_ot.OutsideTopCenter.f", "type": "rectangle", "pos": { - "x": 840, - "y": 169 + "x": 954, + "y": 128 }, "width": 53, "height": 66, @@ -4681,8 +4681,8 @@ "id": "blank_ob.OutsideBottomLeft.f", "type": "rectangle", "pos": { - "x": 553, - "y": 1541 + "x": 667, + "y": 1418 }, "width": 53, "height": 66, @@ -4722,8 +4722,8 @@ "id": "blank_t.OutsideLeftTop.f", "type": "rectangle", "pos": { - "x": 259, - "y": 512 + "x": 373, + "y": 450 }, "width": 53, "height": 66, @@ -4763,8 +4763,8 @@ "id": "blank_b.BottomRight.f", "type": "rectangle", "pos": { - "x": 1120, - "y": 1198 + "x": 1234, + "y": 1075 }, "width": 53, "height": 66, @@ -4804,8 +4804,8 @@ "id": "blank_ob.OutsideBottomCenter.f", "type": "rectangle", "pos": { - "x": 840, - "y": 1541 + "x": 954, + "y": 1418 }, "width": 53, "height": 66, @@ -4845,8 +4845,8 @@ "id": "blank_c.OutsideRightCenter.f", "type": "rectangle", "pos": { - "x": 1407, - "y": 855 + "x": 1643, + "y": 773 }, "width": 53, "height": 66, @@ -4886,8 +4886,8 @@ "id": "blank_t.TopCenter.f", "type": "rectangle", "pos": { - "x": 833, - "y": 512 + "x": 947, + "y": 471 }, "width": 53, "height": 66, @@ -4927,8 +4927,8 @@ "id": "blank_ot.OutsideTopLeft.f", "type": "rectangle", "pos": { - "x": 553, - "y": 169 + "x": 667, + "y": 128 }, "width": 53, "height": 66, @@ -4968,8 +4968,8 @@ "id": "blank_c.CenterCenter.f", "type": "rectangle", "pos": { - "x": 833, - "y": 855 + "x": 940, + "y": 773 }, "width": 53, "height": 66, @@ -5009,8 +5009,8 @@ "id": "blank_ob.OutsideBottomRight.f", "type": "rectangle", "pos": { - "x": 1127, - "y": 1541 + "x": 1241, + "y": 1418 }, "width": 53, "height": 66, @@ -5050,8 +5050,8 @@ "id": "blank_t.TopLeft.f", "type": "rectangle", "pos": { - "x": 546, - "y": 512 + "x": 660, + "y": 471 }, "width": 53, "height": 66, @@ -5091,8 +5091,8 @@ "id": "blank_c.CenterRight.f", "type": "rectangle", "pos": { - "x": 1120, - "y": 855 + "x": 1227, + "y": 773 }, "width": 53, "height": 66, @@ -5132,8 +5132,8 @@ "id": "blank_t.OutsideRightTop.f", "type": "rectangle", "pos": { - "x": 1407, - "y": 512 + "x": 1521, + "y": 450 }, "width": 53, "height": 66, @@ -5173,8 +5173,8 @@ "id": "blank_t.OutsideLeftTop.g", "type": "rectangle", "pos": { - "x": 312, - "y": 512 + "x": 426, + "y": 450 }, "width": 54, "height": 66, @@ -5214,8 +5214,8 @@ "id": "blank_b.OutsideLeftBottom.g", "type": "rectangle", "pos": { - "x": 312, - "y": 1198 + "x": 426, + "y": 1095 }, "width": 54, "height": 66, @@ -5255,8 +5255,8 @@ "id": "blank_ob.OutsideBottomRight.g", "type": "rectangle", "pos": { - "x": 1180, - "y": 1541 + "x": 1294, + "y": 1418 }, "width": 54, "height": 66, @@ -5296,8 +5296,8 @@ "id": "blank_t.OutsideRightTop.g", "type": "rectangle", "pos": { - "x": 1460, - "y": 512 + "x": 1574, + "y": 450 }, "width": 54, "height": 66, @@ -5337,8 +5337,8 @@ "id": "blank_ob.OutsideBottomCenter.g", "type": "rectangle", "pos": { - "x": 893, - "y": 1541 + "x": 1007, + "y": 1418 }, "width": 54, "height": 66, @@ -5378,8 +5378,8 @@ "id": "blank_ot.OutsideTopLeft.g", "type": "rectangle", "pos": { - "x": 606, - "y": 169 + "x": 720, + "y": 128 }, "width": 54, "height": 66, @@ -5419,8 +5419,8 @@ "id": "blank_ob.OutsideBottomLeft.g", "type": "rectangle", "pos": { - "x": 606, - "y": 1541 + "x": 720, + "y": 1418 }, "width": 54, "height": 66, @@ -5460,8 +5460,8 @@ "id": "blank_c.CenterRight.g", "type": "rectangle", "pos": { - "x": 1173, - "y": 855 + "x": 1280, + "y": 773 }, "width": 54, "height": 66, @@ -5501,8 +5501,8 @@ "id": "blank_t.TopRight.g", "type": "rectangle", "pos": { - "x": 1173, - "y": 512 + "x": 1287, + "y": 471 }, "width": 54, "height": 66, @@ -5542,8 +5542,8 @@ "id": "blank_ot.OutsideTopCenter.g", "type": "rectangle", "pos": { - "x": 893, - "y": 169 + "x": 1007, + "y": 128 }, "width": 54, "height": 66, @@ -5583,8 +5583,8 @@ "id": "blank_b.OutsideRightBottom.g", "type": "rectangle", "pos": { - "x": 1460, - "y": 1198 + "x": 1574, + "y": 1095 }, "width": 54, "height": 66, @@ -5624,8 +5624,8 @@ "id": "blank_c.OutsideLeftCenter.g", "type": "rectangle", "pos": { - "x": 312, - "y": 855 + "x": 304, + "y": 773 }, "width": 54, "height": 66, @@ -5665,8 +5665,8 @@ "id": "blank_b.BottomRight.g", "type": "rectangle", "pos": { - "x": 1173, - "y": 1198 + "x": 1287, + "y": 1075 }, "width": 54, "height": 66, @@ -5706,8 +5706,8 @@ "id": "blank_t.TopLeft.g", "type": "rectangle", "pos": { - "x": 599, - "y": 512 + "x": 713, + "y": 471 }, "width": 54, "height": 66, @@ -5747,8 +5747,8 @@ "id": "blank_ot.OutsideTopRight.g", "type": "rectangle", "pos": { - "x": 1180, - "y": 169 + "x": 1294, + "y": 128 }, "width": 54, "height": 66, @@ -5788,8 +5788,8 @@ "id": "blank_c.CenterCenter.g", "type": "rectangle", "pos": { - "x": 886, - "y": 855 + "x": 993, + "y": 773 }, "width": 54, "height": 66, @@ -5829,8 +5829,8 @@ "id": "blank_b.BottomCenter.g", "type": "rectangle", "pos": { - "x": 886, - "y": 1198 + "x": 1000, + "y": 1075 }, "width": 54, "height": 66, @@ -5870,8 +5870,8 @@ "id": "blank_t.TopCenter.g", "type": "rectangle", "pos": { - "x": 886, - "y": 512 + "x": 1000, + "y": 471 }, "width": 54, "height": 66, @@ -5911,8 +5911,8 @@ "id": "blank_c.OutsideRightCenter.g", "type": "rectangle", "pos": { - "x": 1460, - "y": 855 + "x": 1696, + "y": 773 }, "width": 54, "height": 66, @@ -5952,8 +5952,8 @@ "id": "blank_c.CenterLeft.g", "type": "rectangle", "pos": { - "x": 599, - "y": 855 + "x": 706, + "y": 773 }, "width": 54, "height": 66, @@ -5993,8 +5993,8 @@ "id": "blank_b.BottomLeft.g", "type": "rectangle", "pos": { - "x": 599, - "y": 1198 + "x": 713, + "y": 1075 }, "width": 54, "height": 66, @@ -6034,8 +6034,8 @@ "id": "blank_ot.OutsideTopRight.h", "type": "rectangle", "pos": { - "x": 1234, - "y": 169 + "x": 1348, + "y": 128 }, "width": 53, "height": 66, @@ -6075,8 +6075,8 @@ "id": "blank_b.BottomLeft.h", "type": "rectangle", "pos": { - "x": 653, - "y": 1198 + "x": 767, + "y": 1075 }, "width": 53, "height": 66, @@ -6116,8 +6116,8 @@ "id": "blank_t.TopRight.h", "type": "rectangle", "pos": { - "x": 1227, - "y": 512 + "x": 1341, + "y": 471 }, "width": 53, "height": 66, @@ -6157,8 +6157,8 @@ "id": "blank_b.BottomRight.h", "type": "rectangle", "pos": { - "x": 1227, - "y": 1198 + "x": 1341, + "y": 1075 }, "width": 53, "height": 66, @@ -6198,8 +6198,8 @@ "id": "blank_c.CenterRight.h", "type": "rectangle", "pos": { - "x": 1227, - "y": 855 + "x": 1334, + "y": 773 }, "width": 53, "height": 66, @@ -6239,8 +6239,8 @@ "id": "blank_ot.OutsideTopLeft.h", "type": "rectangle", "pos": { - "x": 660, - "y": 169 + "x": 774, + "y": 128 }, "width": 53, "height": 66, @@ -6280,8 +6280,8 @@ "id": "blank_t.OutsideLeftTop.h", "type": "rectangle", "pos": { - "x": 366, - "y": 512 + "x": 480, + "y": 450 }, "width": 53, "height": 66, @@ -6321,8 +6321,8 @@ "id": "blank_t.TopCenter.h", "type": "rectangle", "pos": { - "x": 940, - "y": 512 + "x": 1054, + "y": 471 }, "width": 53, "height": 66, @@ -6362,8 +6362,8 @@ "id": "blank_c.CenterCenter.h", "type": "rectangle", "pos": { - "x": 940, - "y": 855 + "x": 1047, + "y": 773 }, "width": 53, "height": 66, @@ -6403,8 +6403,8 @@ "id": "blank_ob.OutsideBottomCenter.h", "type": "rectangle", "pos": { - "x": 947, - "y": 1541 + "x": 1061, + "y": 1418 }, "width": 53, "height": 66, @@ -6444,8 +6444,8 @@ "id": "blank_b.OutsideLeftBottom.h", "type": "rectangle", "pos": { - "x": 366, - "y": 1198 + "x": 480, + "y": 1095 }, "width": 53, "height": 66, @@ -6485,8 +6485,8 @@ "id": "blank_t.TopLeft.h", "type": "rectangle", "pos": { - "x": 653, - "y": 512 + "x": 767, + "y": 471 }, "width": 53, "height": 66, @@ -6526,8 +6526,8 @@ "id": "blank_b.BottomCenter.h", "type": "rectangle", "pos": { - "x": 940, - "y": 1198 + "x": 1054, + "y": 1075 }, "width": 53, "height": 66, @@ -6567,8 +6567,8 @@ "id": "blank_ob.OutsideBottomRight.h", "type": "rectangle", "pos": { - "x": 1234, - "y": 1541 + "x": 1348, + "y": 1418 }, "width": 53, "height": 66, @@ -6608,8 +6608,8 @@ "id": "blank_ob.OutsideBottomLeft.h", "type": "rectangle", "pos": { - "x": 660, - "y": 1541 + "x": 774, + "y": 1418 }, "width": 53, "height": 66, @@ -6649,8 +6649,8 @@ "id": "blank_t.OutsideRightTop.h", "type": "rectangle", "pos": { - "x": 1514, - "y": 512 + "x": 1628, + "y": 450 }, "width": 53, "height": 66, @@ -6690,8 +6690,8 @@ "id": "blank_c.OutsideRightCenter.h", "type": "rectangle", "pos": { - "x": 1514, - "y": 855 + "x": 1750, + "y": 773 }, "width": 53, "height": 66, @@ -6731,8 +6731,8 @@ "id": "blank_ot.OutsideTopCenter.h", "type": "rectangle", "pos": { - "x": 947, - "y": 169 + "x": 1061, + "y": 128 }, "width": 53, "height": 66, @@ -6772,8 +6772,8 @@ "id": "blank_c.OutsideLeftCenter.h", "type": "rectangle", "pos": { - "x": 366, - "y": 855 + "x": 358, + "y": 773 }, "width": 53, "height": 66, @@ -6813,8 +6813,8 @@ "id": "blank_c.CenterLeft.h", "type": "rectangle", "pos": { - "x": 653, - "y": 855 + "x": 760, + "y": 773 }, "width": 53, "height": 66, @@ -6854,8 +6854,8 @@ "id": "blank_b.OutsideRightBottom.h", "type": "rectangle", "pos": { - "x": 1514, - "y": 1198 + "x": 1628, + "y": 1095 }, "width": 53, "height": 66, @@ -6895,8 +6895,8 @@ "id": "blank_b.OutsideLeftBottom.i", "type": "rectangle", "pos": { - "x": 419, - "y": 1198 + "x": 533, + "y": 1095 }, "width": 54, "height": 66, @@ -6936,8 +6936,8 @@ "id": "blank_c.CenterCenter.i", "type": "rectangle", "pos": { - "x": 993, - "y": 855 + "x": 1100, + "y": 773 }, "width": 54, "height": 66, @@ -6977,8 +6977,8 @@ "id": "blank_b.OutsideRightBottom.i", "type": "rectangle", "pos": { - "x": 1567, - "y": 1198 + "x": 1681, + "y": 1095 }, "width": 54, "height": 66, @@ -7018,8 +7018,8 @@ "id": "blank_c.OutsideRightCenter.i", "type": "rectangle", "pos": { - "x": 1567, - "y": 855 + "x": 1803, + "y": 773 }, "width": 54, "height": 66, @@ -7059,8 +7059,8 @@ "id": "blank_c.CenterLeft.i", "type": "rectangle", "pos": { - "x": 706, - "y": 855 + "x": 813, + "y": 773 }, "width": 54, "height": 66, @@ -7100,8 +7100,8 @@ "id": "blank_ob.OutsideBottomCenter.i", "type": "rectangle", "pos": { - "x": 1000, - "y": 1541 + "x": 1114, + "y": 1418 }, "width": 54, "height": 66, @@ -7141,8 +7141,8 @@ "id": "blank_t.OutsideRightTop.i", "type": "rectangle", "pos": { - "x": 1567, - "y": 512 + "x": 1681, + "y": 450 }, "width": 54, "height": 66, @@ -7182,8 +7182,8 @@ "id": "blank_ot.OutsideTopRight.i", "type": "rectangle", "pos": { - "x": 1287, - "y": 169 + "x": 1401, + "y": 128 }, "width": 54, "height": 66, @@ -7223,8 +7223,8 @@ "id": "blank_ob.OutsideBottomLeft.i", "type": "rectangle", "pos": { - "x": 713, - "y": 1541 + "x": 827, + "y": 1418 }, "width": 54, "height": 66, @@ -7264,8 +7264,8 @@ "id": "blank_t.TopRight.i", "type": "rectangle", "pos": { - "x": 1280, - "y": 512 + "x": 1394, + "y": 471 }, "width": 54, "height": 66, @@ -7305,8 +7305,8 @@ "id": "blank_ot.OutsideTopCenter.i", "type": "rectangle", "pos": { - "x": 1000, - "y": 169 + "x": 1114, + "y": 128 }, "width": 54, "height": 66, @@ -7346,8 +7346,8 @@ "id": "blank_b.BottomLeft.i", "type": "rectangle", "pos": { - "x": 706, - "y": 1198 + "x": 820, + "y": 1075 }, "width": 54, "height": 66, @@ -7387,8 +7387,8 @@ "id": "blank_b.BottomCenter.i", "type": "rectangle", "pos": { - "x": 993, - "y": 1198 + "x": 1107, + "y": 1075 }, "width": 54, "height": 66, @@ -7428,8 +7428,8 @@ "id": "blank_ot.OutsideTopLeft.i", "type": "rectangle", "pos": { - "x": 713, - "y": 169 + "x": 827, + "y": 128 }, "width": 54, "height": 66, @@ -7469,8 +7469,8 @@ "id": "blank_c.CenterRight.i", "type": "rectangle", "pos": { - "x": 1280, - "y": 855 + "x": 1387, + "y": 773 }, "width": 54, "height": 66, @@ -7510,8 +7510,8 @@ "id": "blank_t.TopLeft.i", "type": "rectangle", "pos": { - "x": 706, - "y": 512 + "x": 820, + "y": 471 }, "width": 54, "height": 66, @@ -7551,8 +7551,8 @@ "id": "blank_t.TopCenter.i", "type": "rectangle", "pos": { - "x": 993, - "y": 512 + "x": 1107, + "y": 471 }, "width": 54, "height": 66, @@ -7592,8 +7592,8 @@ "id": "blank_b.BottomRight.i", "type": "rectangle", "pos": { - "x": 1280, - "y": 1198 + "x": 1394, + "y": 1075 }, "width": 54, "height": 66, @@ -7633,8 +7633,8 @@ "id": "blank_t.OutsideLeftTop.i", "type": "rectangle", "pos": { - "x": 419, - "y": 512 + "x": 533, + "y": 450 }, "width": 54, "height": 66, @@ -7674,8 +7674,8 @@ "id": "blank_ob.OutsideBottomRight.i", "type": "rectangle", "pos": { - "x": 1287, - "y": 1541 + "x": 1401, + "y": 1418 }, "width": 54, "height": 66, @@ -7715,8 +7715,8 @@ "id": "blank_c.OutsideLeftCenter.i", "type": "rectangle", "pos": { - "x": 419, - "y": 855 + "x": 411, + "y": 773 }, "width": 54, "height": 66, @@ -7756,8 +7756,8 @@ "id": "blank_t.TopCenter.j", "type": "rectangle", "pos": { - "x": 1047, - "y": 512 + "x": 1161, + "y": 471 }, "width": 53, "height": 66, @@ -7797,8 +7797,8 @@ "id": "blank_c.CenterRight.j", "type": "rectangle", "pos": { - "x": 1334, - "y": 855 + "x": 1441, + "y": 773 }, "width": 53, "height": 66, @@ -7838,8 +7838,8 @@ "id": "blank_c.CenterCenter.j", "type": "rectangle", "pos": { - "x": 1047, - "y": 855 + "x": 1154, + "y": 773 }, "width": 53, "height": 66, @@ -7879,8 +7879,8 @@ "id": "blank_b.BottomRight.j", "type": "rectangle", "pos": { - "x": 1334, - "y": 1198 + "x": 1448, + "y": 1075 }, "width": 53, "height": 66, @@ -7920,8 +7920,8 @@ "id": "blank_b.BottomCenter.j", "type": "rectangle", "pos": { - "x": 1047, - "y": 1198 + "x": 1161, + "y": 1075 }, "width": 53, "height": 66, @@ -7961,8 +7961,8 @@ "id": "blank_ot.OutsideTopLeft.j", "type": "rectangle", "pos": { - "x": 767, - "y": 169 + "x": 881, + "y": 128 }, "width": 53, "height": 66, @@ -8002,8 +8002,8 @@ "id": "blank_ot.OutsideTopCenter.j", "type": "rectangle", "pos": { - "x": 1054, - "y": 169 + "x": 1168, + "y": 128 }, "width": 53, "height": 66, @@ -8043,8 +8043,8 @@ "id": "blank_t.TopRight.j", "type": "rectangle", "pos": { - "x": 1334, - "y": 512 + "x": 1448, + "y": 471 }, "width": 53, "height": 66, @@ -8084,8 +8084,8 @@ "id": "blank_ot.OutsideTopRight.j", "type": "rectangle", "pos": { - "x": 1341, - "y": 169 + "x": 1455, + "y": 128 }, "width": 53, "height": 66, @@ -8125,8 +8125,8 @@ "id": "blank_ob.OutsideBottomCenter.j", "type": "rectangle", "pos": { - "x": 1054, - "y": 1541 + "x": 1168, + "y": 1418 }, "width": 53, "height": 66, @@ -8166,8 +8166,8 @@ "id": "blank_ob.OutsideBottomLeft.j", "type": "rectangle", "pos": { - "x": 767, - "y": 1541 + "x": 881, + "y": 1418 }, "width": 53, "height": 66, @@ -8207,8 +8207,8 @@ "id": "blank_c.OutsideLeftCenter.j", "type": "rectangle", "pos": { - "x": 473, - "y": 855 + "x": 465, + "y": 773 }, "width": 53, "height": 66, @@ -8248,8 +8248,8 @@ "id": "blank_t.OutsideRightTop.j", "type": "rectangle", "pos": { - "x": 1621, - "y": 512 + "x": 1735, + "y": 450 }, "width": 53, "height": 66, @@ -8289,8 +8289,8 @@ "id": "blank_b.BottomLeft.j", "type": "rectangle", "pos": { - "x": 760, - "y": 1198 + "x": 874, + "y": 1075 }, "width": 53, "height": 66, @@ -8330,8 +8330,8 @@ "id": "blank_b.OutsideRightBottom.j", "type": "rectangle", "pos": { - "x": 1621, - "y": 1198 + "x": 1735, + "y": 1095 }, "width": 53, "height": 66, @@ -8371,8 +8371,8 @@ "id": "blank_c.CenterLeft.j", "type": "rectangle", "pos": { - "x": 760, - "y": 855 + "x": 867, + "y": 773 }, "width": 53, "height": 66, @@ -8412,8 +8412,8 @@ "id": "blank_t.TopLeft.j", "type": "rectangle", "pos": { - "x": 760, - "y": 512 + "x": 874, + "y": 471 }, "width": 53, "height": 66, @@ -8453,8 +8453,8 @@ "id": "blank_b.OutsideLeftBottom.j", "type": "rectangle", "pos": { - "x": 473, - "y": 1198 + "x": 587, + "y": 1095 }, "width": 53, "height": 66, @@ -8494,8 +8494,8 @@ "id": "blank_c.OutsideRightCenter.j", "type": "rectangle", "pos": { - "x": 1621, - "y": 855 + "x": 1857, + "y": 773 }, "width": 53, "height": 66, @@ -8535,8 +8535,8 @@ "id": "blank_t.OutsideLeftTop.j", "type": "rectangle", "pos": { - "x": 473, - "y": 512 + "x": 587, + "y": 450 }, "width": 53, "height": 66, @@ -8576,8 +8576,8 @@ "id": "blank_ob.OutsideBottomRight.j", "type": "rectangle", "pos": { - "x": 1341, - "y": 1541 + "x": 1455, + "y": 1418 }, "width": 53, "height": 66, @@ -8617,11 +8617,11 @@ "id": "blank_ot", "type": "rectangle", "pos": { - "x": 383, + "x": 497, "y": 12 }, "width": 1181, - "height": 273, + "height": 232, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -8657,8 +8657,8 @@ "id": "blank_t", "type": "rectangle", "pos": { - "x": 49, - "y": 355 + "x": 163, + "y": 314 }, "width": 1849, "height": 273, @@ -8697,11 +8697,11 @@ "id": "blank_c", "type": "rectangle", "pos": { - "x": 20, - "y": 698 + "x": 12, + "y": 657 }, - "width": 1907, - "height": 273, + "width": 2151, + "height": 232, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -8737,8 +8737,8 @@ "id": "blank_b", "type": "rectangle", "pos": { - "x": 12, - "y": 1041 + "x": 126, + "y": 959 }, "width": 1923, "height": 273, @@ -8777,11 +8777,11 @@ "id": "blank_ob", "type": "rectangle", "pos": { - "x": 383, - "y": 1384 + "x": 497, + "y": 1302 }, "width": 1181, - "height": 273, + "height": 232, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -8817,8 +8817,8 @@ "id": "blank_ot.blank1", "type": "rectangle", "pos": { - "x": 433, - "y": 98 + "x": 547, + "y": 78 }, "width": 100, "height": 100, @@ -8857,11 +8857,11 @@ "id": "blank_ot.OutsideTopLeft", "type": "rectangle", "pos": { - "x": 553, + "x": 667, "y": 62 }, "width": 267, - "height": 173, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -8890,7 +8890,7 @@ "underline": false, "labelWidth": 156, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "OUTSIDE_TOP_LEFT", "zIndex": 0, "level": 2 }, @@ -8898,11 +8898,11 @@ "id": "blank_ot.OutsideTopCenter", "type": "rectangle", "pos": { - "x": 840, + "x": 954, "y": 62 }, "width": 267, - "height": 173, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -8931,7 +8931,7 @@ "underline": false, "labelWidth": 185, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "OUTSIDE_TOP_CENTER", "zIndex": 0, "level": 2 }, @@ -8939,11 +8939,11 @@ "id": "blank_ot.OutsideTopRight", "type": "rectangle", "pos": { - "x": 1127, + "x": 1241, "y": 62 }, "width": 267, - "height": 173, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -8972,7 +8972,7 @@ "underline": false, "labelWidth": 170, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "OUTSIDE_TOP_RIGHT", "zIndex": 0, "level": 2 }, @@ -8980,8 +8980,8 @@ "id": "blank_ot.blank2", "type": "rectangle", "pos": { - "x": 1414, - "y": 98 + "x": 1528, + "y": 78 }, "width": 100, "height": 100, @@ -9020,11 +9020,11 @@ "id": "blank_t.OutsideLeftTop", "type": "rectangle", "pos": { - "x": 259, - "y": 405 + "x": 373, + "y": 384 }, "width": 267, - "height": 173, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -9053,7 +9053,7 @@ "underline": false, "labelWidth": 155, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "OUTSIDE_LEFT_TOP", "zIndex": 0, "level": 2 }, @@ -9061,8 +9061,8 @@ "id": "blank_t.TopLeft", "type": "rectangle", "pos": { - "x": 546, - "y": 405 + "x": 660, + "y": 364 }, "width": 267, "height": 173, @@ -9094,7 +9094,7 @@ "underline": false, "labelWidth": 78, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "INSIDE_TOP_LEFT", "zIndex": 0, "level": 2 }, @@ -9102,8 +9102,8 @@ "id": "blank_t.TopCenter", "type": "rectangle", "pos": { - "x": 833, - "y": 405 + "x": 947, + "y": 364 }, "width": 267, "height": 173, @@ -9143,8 +9143,8 @@ "id": "blank_t.TopRight", "type": "rectangle", "pos": { - "x": 1120, - "y": 405 + "x": 1234, + "y": 364 }, "width": 267, "height": 173, @@ -9176,7 +9176,7 @@ "underline": false, "labelWidth": 92, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "INSIDE_TOP_RIGHT", "zIndex": 0, "level": 2 }, @@ -9184,11 +9184,11 @@ "id": "blank_t.OutsideRightTop", "type": "rectangle", "pos": { - "x": 1407, - "y": 405 + "x": 1521, + "y": 384 }, "width": 267, - "height": 173, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -9217,7 +9217,7 @@ "underline": false, "labelWidth": 169, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "OUTSIDE_RIGHT_TOP", "zIndex": 0, "level": 2 }, @@ -9225,11 +9225,11 @@ "id": "blank_c.OutsideLeftCenter", "type": "rectangle", "pos": { - "x": 259, - "y": 748 + "x": 251, + "y": 707 }, "width": 267, - "height": 173, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -9258,7 +9258,7 @@ "underline": false, "labelWidth": 184, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "OUTSIDE_LEFT_MIDDLE", "zIndex": 0, "level": 2 }, @@ -9266,11 +9266,11 @@ "id": "blank_c.CenterLeft", "type": "rectangle", "pos": { - "x": 546, - "y": 748 + "x": 538, + "y": 707 }, - "width": 267, - "height": 173, + "width": 382, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -9299,7 +9299,7 @@ "underline": false, "labelWidth": 105, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "INSIDE_MIDDLE_LEFT", "zIndex": 0, "level": 2 }, @@ -9307,11 +9307,11 @@ "id": "blank_c.CenterCenter", "type": "rectangle", "pos": { - "x": 833, - "y": 748 + "x": 940, + "y": 707 }, "width": 267, - "height": 173, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -9340,7 +9340,7 @@ "underline": false, "labelWidth": 134, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "INSIDE_MIDDLE_CENTER", "zIndex": 0, "level": 2 }, @@ -9348,11 +9348,11 @@ "id": "blank_c.CenterRight", "type": "rectangle", "pos": { - "x": 1120, - "y": 748 + "x": 1227, + "y": 707 }, - "width": 267, - "height": 173, + "width": 396, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -9381,7 +9381,7 @@ "underline": false, "labelWidth": 119, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "INSIDE_MIDDLE_RIGHT", "zIndex": 0, "level": 2 }, @@ -9389,11 +9389,11 @@ "id": "blank_c.OutsideRightCenter", "type": "rectangle", "pos": { - "x": 1407, - "y": 748 + "x": 1643, + "y": 707 }, "width": 267, - "height": 173, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -9422,7 +9422,7 @@ "underline": false, "labelWidth": 198, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "OUTSIDE_RIGHT_MIDDLE", "zIndex": 0, "level": 2 }, @@ -9430,11 +9430,11 @@ "id": "blank_b.OutsideLeftBottom", "type": "rectangle", "pos": { - "x": 259, - "y": 1091 + "x": 373, + "y": 1029 }, "width": 267, - "height": 173, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -9463,7 +9463,7 @@ "underline": false, "labelWidth": 192, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "OUTSIDE_LEFT_BOTTOM", "zIndex": 0, "level": 2 }, @@ -9471,8 +9471,8 @@ "id": "blank_b.BottomLeft", "type": "rectangle", "pos": { - "x": 546, - "y": 1091 + "x": 660, + "y": 1009 }, "width": 267, "height": 173, @@ -9504,7 +9504,7 @@ "underline": false, "labelWidth": 113, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "INSIDE_BOTTOM_LEFT", "zIndex": 0, "level": 2 }, @@ -9512,8 +9512,8 @@ "id": "blank_b.BottomCenter", "type": "rectangle", "pos": { - "x": 833, - "y": 1091 + "x": 947, + "y": 1009 }, "width": 267, "height": 173, @@ -9545,7 +9545,7 @@ "underline": false, "labelWidth": 142, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "INSIDE_BOTTOM_CENTER", "zIndex": 0, "level": 2 }, @@ -9553,8 +9553,8 @@ "id": "blank_b.BottomRight", "type": "rectangle", "pos": { - "x": 1120, - "y": 1091 + "x": 1234, + "y": 1009 }, "width": 267, "height": 173, @@ -9586,7 +9586,7 @@ "underline": false, "labelWidth": 127, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "INSIDE_BOTTOM_RIGHT", "zIndex": 0, "level": 2 }, @@ -9594,11 +9594,11 @@ "id": "blank_b.OutsideRightBottom", "type": "rectangle", "pos": { - "x": 1407, - "y": 1091 + "x": 1521, + "y": 1029 }, "width": 267, - "height": 173, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -9627,7 +9627,7 @@ "underline": false, "labelWidth": 206, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "OUTSIDE_RIGHT_BOTTOM", "zIndex": 0, "level": 2 }, @@ -9635,8 +9635,8 @@ "id": "blank_ob.blank3", "type": "rectangle", "pos": { - "x": 433, - "y": 1470 + "x": 547, + "y": 1368 }, "width": 100, "height": 100, @@ -9675,11 +9675,11 @@ "id": "blank_ob.OutsideBottomLeft", "type": "rectangle", "pos": { - "x": 553, - "y": 1434 + "x": 667, + "y": 1352 }, "width": 267, - "height": 173, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -9708,7 +9708,7 @@ "underline": false, "labelWidth": 193, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "OUTSIDE_BOTTOM_LEFT", "zIndex": 0, "level": 2 }, @@ -9716,11 +9716,11 @@ "id": "blank_ob.OutsideBottomCenter", "type": "rectangle", "pos": { - "x": 840, - "y": 1434 + "x": 954, + "y": 1352 }, "width": 267, - "height": 173, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -9749,7 +9749,7 @@ "underline": false, "labelWidth": 222, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "OUTSIDE_BOTTOM_CENTER", "zIndex": 0, "level": 2 }, @@ -9757,11 +9757,11 @@ "id": "blank_ob.OutsideBottomRight", "type": "rectangle", "pos": { - "x": 1127, - "y": 1434 + "x": 1241, + "y": 1352 }, "width": 267, - "height": 173, + "height": 132, "opacity": 1, "strokeDash": 0, "strokeWidth": 2, @@ -9790,7 +9790,7 @@ "underline": false, "labelWidth": 207, "labelHeight": 31, - "labelPosition": "INSIDE_TOP_CENTER", + "labelPosition": "OUTSIDE_BOTTOM_RIGHT", "zIndex": 0, "level": 2 }, @@ -9798,8 +9798,8 @@ "id": "blank_ob.blank4", "type": "rectangle", "pos": { - "x": 1414, - "y": 1470 + "x": 1528, + "y": 1368 }, "width": 100, "height": 100, @@ -9861,12 +9861,12 @@ "labelPercentage": 0, "route": [ { - "x": 973.5, - "y": 285 + "x": 1087.5, + "y": 244 }, { - "x": 973.5, - "y": 355 + "x": 1087.5, + "y": 314 } ], "animated": false, @@ -9899,12 +9899,12 @@ "labelPercentage": 0, "route": [ { - "x": 973.5, - "y": 628 + "x": 1087.5, + "y": 587 }, { - "x": 973.5, - "y": 698 + "x": 1087.5, + "y": 657 } ], "animated": false, @@ -9937,12 +9937,12 @@ "labelPercentage": 0, "route": [ { - "x": 973.5, - "y": 971 + "x": 1087.5, + "y": 889 }, { - "x": 973.5, - "y": 1041 + "x": 1087.5, + "y": 959 } ], "animated": false, @@ -9975,12 +9975,12 @@ "labelPercentage": 0, "route": [ { - "x": 973.5, - "y": 1314 + "x": 1087.5, + "y": 1232 }, { - "x": 973.5, - "y": 1384 + "x": 1087.5, + "y": 1302 } ], "animated": false, diff --git a/e2etests/testdata/stable/grid_label_positions/elk/sketch.exp.svg b/e2etests/testdata/stable/grid_label_positions/elk/sketch.exp.svg index f44086aa89..a43592a5db 100644 --- a/e2etests/testdata/stable/grid_label_positions/elk/sketch.exp.svg +++ b/e2etests/testdata/stable/grid_label_positions/elk/sketch.exp.svg @@ -1,16 +1,16 @@ -OutsideTopLeftOutsideTopCenterOutsideTopRightOutsideLeftTopTopLeftTopCenterTopRightOutsideRightTopOutsideLeftCenterCenterLeftCenterCenterCenterRightOutsideRightCenterOutsideLeftBottomBottomLeftBottomCenterBottomRightOutsideRightBottomOutsideBottomLeftOutsideBottomCenterOutsideBottomRightaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbcccccccccccccccccccccdddddddddddddddddddddeeeeeeeeeeeeeeeeeeeeefffffffffffffffffffffggggggggggggggggggggghhhhhhhhhhhhhhhhhhhhhiiiiiiiiiiiiiiiiiiiiijjjjjjjjjjjjjjjjjjjjj - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + .d2-1798454596 .fill-N1{fill:#0A0F25;} + .d2-1798454596 .fill-N2{fill:#676C7E;} + .d2-1798454596 .fill-N3{fill:#9499AB;} + .d2-1798454596 .fill-N4{fill:#CFD2DD;} + .d2-1798454596 .fill-N5{fill:#DEE1EB;} + .d2-1798454596 .fill-N6{fill:#EEF1F8;} + .d2-1798454596 .fill-N7{fill:#FFFFFF;} + .d2-1798454596 .fill-B1{fill:#0D32B2;} + .d2-1798454596 .fill-B2{fill:#0D32B2;} + .d2-1798454596 .fill-B3{fill:#E3E9FD;} + .d2-1798454596 .fill-B4{fill:#E3E9FD;} + .d2-1798454596 .fill-B5{fill:#EDF0FD;} + .d2-1798454596 .fill-B6{fill:#F7F8FE;} + .d2-1798454596 .fill-AA2{fill:#4A6FF3;} + .d2-1798454596 .fill-AA4{fill:#EDF0FD;} + .d2-1798454596 .fill-AA5{fill:#F7F8FE;} + .d2-1798454596 .fill-AB4{fill:#EDF0FD;} + .d2-1798454596 .fill-AB5{fill:#F7F8FE;} + .d2-1798454596 .stroke-N1{stroke:#0A0F25;} + .d2-1798454596 .stroke-N2{stroke:#676C7E;} + .d2-1798454596 .stroke-N3{stroke:#9499AB;} + .d2-1798454596 .stroke-N4{stroke:#CFD2DD;} + .d2-1798454596 .stroke-N5{stroke:#DEE1EB;} + .d2-1798454596 .stroke-N6{stroke:#EEF1F8;} + .d2-1798454596 .stroke-N7{stroke:#FFFFFF;} + .d2-1798454596 .stroke-B1{stroke:#0D32B2;} + .d2-1798454596 .stroke-B2{stroke:#0D32B2;} + .d2-1798454596 .stroke-B3{stroke:#E3E9FD;} + .d2-1798454596 .stroke-B4{stroke:#E3E9FD;} + .d2-1798454596 .stroke-B5{stroke:#EDF0FD;} + .d2-1798454596 .stroke-B6{stroke:#F7F8FE;} + .d2-1798454596 .stroke-AA2{stroke:#4A6FF3;} + .d2-1798454596 .stroke-AA4{stroke:#EDF0FD;} + .d2-1798454596 .stroke-AA5{stroke:#F7F8FE;} + .d2-1798454596 .stroke-AB4{stroke:#EDF0FD;} + .d2-1798454596 .stroke-AB5{stroke:#F7F8FE;} + .d2-1798454596 .background-color-N1{background-color:#0A0F25;} + .d2-1798454596 .background-color-N2{background-color:#676C7E;} + .d2-1798454596 .background-color-N3{background-color:#9499AB;} + .d2-1798454596 .background-color-N4{background-color:#CFD2DD;} + .d2-1798454596 .background-color-N5{background-color:#DEE1EB;} + .d2-1798454596 .background-color-N6{background-color:#EEF1F8;} + .d2-1798454596 .background-color-N7{background-color:#FFFFFF;} + .d2-1798454596 .background-color-B1{background-color:#0D32B2;} + .d2-1798454596 .background-color-B2{background-color:#0D32B2;} + .d2-1798454596 .background-color-B3{background-color:#E3E9FD;} + .d2-1798454596 .background-color-B4{background-color:#E3E9FD;} + .d2-1798454596 .background-color-B5{background-color:#EDF0FD;} + .d2-1798454596 .background-color-B6{background-color:#F7F8FE;} + .d2-1798454596 .background-color-AA2{background-color:#4A6FF3;} + .d2-1798454596 .background-color-AA4{background-color:#EDF0FD;} + .d2-1798454596 .background-color-AA5{background-color:#F7F8FE;} + .d2-1798454596 .background-color-AB4{background-color:#EDF0FD;} + .d2-1798454596 .background-color-AB5{background-color:#F7F8FE;} + .d2-1798454596 .color-N1{color:#0A0F25;} + .d2-1798454596 .color-N2{color:#676C7E;} + .d2-1798454596 .color-N3{color:#9499AB;} + .d2-1798454596 .color-N4{color:#CFD2DD;} + .d2-1798454596 .color-N5{color:#DEE1EB;} + .d2-1798454596 .color-N6{color:#EEF1F8;} + .d2-1798454596 .color-N7{color:#FFFFFF;} + .d2-1798454596 .color-B1{color:#0D32B2;} + .d2-1798454596 .color-B2{color:#0D32B2;} + .d2-1798454596 .color-B3{color:#E3E9FD;} + .d2-1798454596 .color-B4{color:#E3E9FD;} + .d2-1798454596 .color-B5{color:#EDF0FD;} + .d2-1798454596 .color-B6{color:#F7F8FE;} + .d2-1798454596 .color-AA2{color:#4A6FF3;} + .d2-1798454596 .color-AA4{color:#EDF0FD;} + .d2-1798454596 .color-AA5{color:#F7F8FE;} + .d2-1798454596 .color-AB4{color:#EDF0FD;} + .d2-1798454596 .color-AB5{color:#F7F8FE;}.appendix text.text{fill:#0A0F25}.md{--color-fg-default:#0A0F25;--color-fg-muted:#676C7E;--color-fg-subtle:#9499AB;--color-canvas-default:#FFFFFF;--color-canvas-subtle:#EEF1F8;--color-border-default:#0D32B2;--color-border-muted:#0D32B2;--color-neutral-muted:#EEF1F8;--color-accent-fg:#0D32B2;--color-accent-emphasis:#0D32B2;--color-attention-subtle:#676C7E;--color-danger-fg:red;}.sketch-overlay-B1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B2{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B3{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-AA4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-N3{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N7{fill:url(#streaks-bright);mix-blend-mode:darken}.light-code{display: block}.dark-code{display: none}]]>OutsideTopLeftOutsideTopCenterOutsideTopRightOutsideLeftTopTopLeftTopCenterTopRightOutsideRightTopOutsideLeftCenterCenterLeftCenterCenterCenterRightOutsideRightCenterOutsideLeftBottomBottomLeftBottomCenterBottomRightOutsideRightBottomOutsideBottomLeftOutsideBottomCenterOutsideBottomRightaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbcccccccccccccccccccccdddddddddddddddddddddeeeeeeeeeeeeeeeeeeeeefffffffffffffffffffffggggggggggggggggggggghhhhhhhhhhhhhhhhhhhhhiiiiiiiiiiiiiiiiiiiiijjjjjjjjjjjjjjjjjjjjj + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From 5029f6ce3474a7a1109c35e5cd51e99bfa35edfa Mon Sep 17 00:00:00 2001 From: Gavin Nishizawa Date: Wed, 8 Nov 2023 17:12:12 -0800 Subject: [PATCH 6/9] cleanup refactor --- d2graph/d2graph.go | 69 +++++++++++ d2layouts/d2dagrelayout/layout.go | 188 ++++++++++-------------------- d2layouts/d2grid/layout.go | 85 +++++--------- 3 files changed, 156 insertions(+), 186 deletions(-) diff --git a/d2graph/d2graph.go b/d2graph/d2graph.go index 1dc0942e08..7fb32ad87c 100644 --- a/d2graph/d2graph.go +++ b/d2graph/d2graph.go @@ -1938,3 +1938,72 @@ func (obj *Object) IsMultiple() bool { func (obj *Object) Is3D() bool { return obj.Style.ThreeDee != nil && obj.Style.ThreeDee.Value == "true" } + +func (obj *Object) Spacing() (margin, padding geo.Spacing) { + if obj.HasLabel() { + var position label.Position + if obj.LabelPosition != nil { + position = label.FromString(*obj.LabelPosition) + } + + var labelWidth, labelHeight float64 + if obj.LabelDimensions.Width > 0 { + labelWidth = float64(obj.LabelDimensions.Width) + 2*label.PADDING + } + if obj.LabelDimensions.Height > 0 { + labelHeight = float64(obj.LabelDimensions.Height) + 2*label.PADDING + } + + switch position { + case label.OutsideTopLeft, label.OutsideTopCenter, label.OutsideTopRight: + margin.Top = labelHeight + case label.OutsideBottomLeft, label.OutsideBottomCenter, label.OutsideBottomRight: + margin.Bottom = labelHeight + case label.OutsideLeftTop, label.OutsideLeftMiddle, label.OutsideLeftBottom: + margin.Left = labelWidth + case label.OutsideRightTop, label.OutsideRightMiddle, label.OutsideRightBottom: + margin.Right = labelWidth + case label.InsideTopLeft, label.InsideTopCenter, label.InsideTopRight: + padding.Top = labelHeight + case label.InsideBottomLeft, label.InsideBottomCenter, label.InsideBottomRight: + padding.Bottom = labelHeight + case label.InsideMiddleLeft: + padding.Left = labelWidth + case label.InsideMiddleRight: + padding.Right = labelWidth + } + } + + if obj.Icon != nil && obj.Shape.Value != d2target.ShapeImage { + var position label.Position + if obj.IconPosition != nil { + position = label.FromString(*obj.IconPosition) + } + + iconSize := float64(d2target.MAX_ICON_SIZE + 2*label.PADDING) + switch position { + case label.OutsideTopLeft, label.OutsideTopCenter, label.OutsideTopRight: + margin.Top = math.Max(margin.Top, iconSize) + case label.OutsideBottomLeft, label.OutsideBottomCenter, label.OutsideBottomRight: + margin.Bottom = math.Max(margin.Bottom, iconSize) + case label.OutsideLeftTop, label.OutsideLeftMiddle, label.OutsideLeftBottom: + margin.Left = math.Max(margin.Left, iconSize) + case label.OutsideRightTop, label.OutsideRightMiddle, label.OutsideRightBottom: + margin.Right = math.Max(margin.Right, iconSize) + case label.InsideTopLeft, label.InsideTopCenter, label.InsideTopRight: + padding.Top = math.Max(padding.Top, iconSize) + case label.InsideBottomLeft, label.InsideBottomCenter, label.InsideBottomRight: + padding.Bottom = math.Max(padding.Bottom, iconSize) + case label.InsideMiddleLeft: + padding.Left = math.Max(padding.Left, iconSize) + case label.InsideMiddleRight: + padding.Right = math.Max(padding.Right, iconSize) + } + } + + dx, dy := obj.GetModifierElementAdjustments() + margin.Right += dx + margin.Top += dy + + return +} diff --git a/d2layouts/d2dagrelayout/layout.go b/d2layouts/d2dagrelayout/layout.go index 1ee5a212ae..230fba11c1 100644 --- a/d2layouts/d2dagrelayout/layout.go +++ b/d2layouts/d2dagrelayout/layout.go @@ -546,76 +546,6 @@ func inContainer(obj, container *d2graph.Object) *d2graph.Object { return inContainer(obj.Parent, container) } -type spacing struct { - top, bottom, left, right float64 -} - -func getSpacing(obj *d2graph.Object) (margin, padding spacing) { - if obj.HasLabel() { - var position label.Position - if obj.LabelPosition != nil { - position = label.FromString(*obj.LabelPosition) - } else if len(obj.ChildrenArray) == 0 && obj.HasOutsideBottomLabel() { - position = label.OutsideBottomCenter - } - - labelWidth := float64(obj.LabelDimensions.Width) + 2*label.PADDING - labelHeight := float64(obj.LabelDimensions.Height) + 2*label.PADDING - - switch position { - case label.OutsideTopLeft, label.OutsideTopCenter, label.OutsideTopRight: - margin.top = labelHeight - case label.OutsideBottomLeft, label.OutsideBottomCenter, label.OutsideBottomRight: - margin.bottom = labelHeight - case label.OutsideLeftTop, label.OutsideLeftMiddle, label.OutsideLeftBottom: - margin.left = labelWidth - case label.OutsideRightTop, label.OutsideRightMiddle, label.OutsideRightBottom: - margin.right = labelWidth - case label.InsideTopLeft, label.InsideTopCenter, label.InsideTopRight: - padding.top = labelHeight - case label.InsideBottomLeft, label.InsideBottomCenter, label.InsideBottomRight: - padding.bottom = labelHeight - case label.InsideMiddleLeft: - padding.left = labelWidth - case label.InsideMiddleRight: - padding.right = labelWidth - } - } - - if obj.Icon != nil && obj.Shape.Value != d2target.ShapeImage { - var position label.Position - if obj.IconPosition != nil { - position = label.FromString(*obj.IconPosition) - } - - iconSize := float64(d2target.MAX_ICON_SIZE + 2*label.PADDING) - switch position { - case label.OutsideTopLeft, label.OutsideTopCenter, label.OutsideTopRight: - margin.top = math.Max(margin.top, iconSize) - case label.OutsideBottomLeft, label.OutsideBottomCenter, label.OutsideBottomRight: - margin.bottom = math.Max(margin.bottom, iconSize) - case label.OutsideLeftTop, label.OutsideLeftMiddle, label.OutsideLeftBottom: - margin.left = math.Max(margin.left, iconSize) - case label.OutsideRightTop, label.OutsideRightMiddle, label.OutsideRightBottom: - margin.right = math.Max(margin.right, iconSize) - case label.InsideTopLeft, label.InsideTopCenter, label.InsideTopRight: - padding.top = math.Max(padding.top, iconSize) - case label.InsideBottomLeft, label.InsideBottomCenter, label.InsideBottomRight: - padding.bottom = math.Max(padding.bottom, iconSize) - case label.InsideMiddleLeft: - padding.left = math.Max(padding.left, iconSize) - case label.InsideMiddleRight: - padding.right = math.Max(padding.right, iconSize) - } - } - - dx, dy := obj.GetModifierElementAdjustments() - margin.right += dx - margin.top += dy - - return -} - func positionLabelsIcons(obj *d2graph.Object) { if obj.Icon != nil && obj.IconPosition == nil { if len(obj.ChildrenArray) > 0 { @@ -1136,16 +1066,16 @@ func adjustRankSpacing(g *d2graph.Graph, rankSep float64, isHorizontal bool) { for len(startingParents) > 0 { var ancestors []*d2graph.Object for _, parent := range startingParents { - _, padding := getSpacing(parent) + _, padding := parent.Spacing() if _, has := startingAncestorPositions[parent]; !has { startingAncestorPositions[parent] = math.Inf(1) } var startPosition float64 if isHorizontal { - paddingIncrease := math.Max(0, padding.left-rankSep/2) + paddingIncrease := math.Max(0, padding.Left-rankSep/2) startPosition = parent.TopLeft.X - paddingIncrease } else { - paddingIncrease := math.Max(0, padding.top-rankSep/2) + paddingIncrease := math.Max(0, padding.Top-rankSep/2) startPosition = parent.TopLeft.Y - paddingIncrease } startingAncestorPositions[parent] = math.Min(startingAncestorPositions[parent], startPosition) @@ -1159,11 +1089,11 @@ func adjustRankSpacing(g *d2graph.Graph, rankSep float64, isHorizontal bool) { continue } } - margin, _ := getSpacing(child) + margin, _ := child.Spacing() if isHorizontal { - startPosition = child.TopLeft.X - margin.left - padding.left + startPosition = child.TopLeft.X - margin.Left - padding.Left } else { - startPosition = child.TopLeft.Y - margin.top - padding.top + startPosition = child.TopLeft.Y - margin.Top - padding.Top } startingAncestorPositions[parent] = math.Min(startingAncestorPositions[parent], startPosition) } @@ -1178,15 +1108,15 @@ func adjustRankSpacing(g *d2graph.Graph, rankSep float64, isHorizontal bool) { for len(endingParents) > 0 { var ancestors []*d2graph.Object for _, parent := range endingParents { - _, padding := getSpacing(parent) + _, padding := parent.Spacing() if _, has := endingAncestorPositions[parent]; !has { endingAncestorPositions[parent] = math.Inf(-1) } var endPosition float64 if isHorizontal { - endPosition = parent.TopLeft.X + parent.Width + padding.right - rankSep/2. + endPosition = parent.TopLeft.X + parent.Width + padding.Right - rankSep/2. } else { - endPosition = parent.TopLeft.Y + parent.Height + padding.bottom - rankSep/2. + endPosition = parent.TopLeft.Y + parent.Height + padding.Bottom - rankSep/2. } endingAncestorPositions[parent] = math.Max(endingAncestorPositions[parent], endPosition) @@ -1200,12 +1130,12 @@ func adjustRankSpacing(g *d2graph.Graph, rankSep float64, isHorizontal bool) { continue } } - margin, _ := getSpacing(child) + margin, _ := child.Spacing() if isHorizontal { - endPosition = child.TopLeft.X + child.Width + margin.right + padding.right + endPosition = child.TopLeft.X + child.Width + margin.Right + padding.Right } else { - endPosition = child.TopLeft.Y + child.Height + margin.bottom + padding.bottom + endPosition = child.TopLeft.Y + child.Height + margin.Bottom + padding.Bottom } endingAncestorPositions[parent] = math.Max(endingAncestorPositions[parent], endPosition) } @@ -1309,60 +1239,60 @@ func adjustCrossRankSpacing(g *d2graph.Graph, rankSep float64, isHorizontal bool if obj.IsGridDiagram() { continue } - margin, padding := getSpacing(obj) + margin, padding := obj.Spacing() if !isHorizontal { if prevShift, has := prevMarginBottom[obj]; has { - margin.bottom -= prevShift + margin.Bottom -= prevShift } - if margin.bottom > 0 { - increased := shiftReachableDown(g, obj, obj.TopLeft.Y+obj.Height, margin.bottom, isHorizontal, true) + if margin.Bottom > 0 { + increased := shiftReachableDown(g, obj, obj.TopLeft.Y+obj.Height, margin.Bottom, isHorizontal, true) for o := range increased { - prevMarginBottom[o] = math.Max(prevMarginBottom[o], margin.bottom) + prevMarginBottom[o] = math.Max(prevMarginBottom[o], margin.Bottom) } } - if padding.bottom > 0 { - shiftReachableDown(g, obj, obj.TopLeft.Y+obj.Height, padding.bottom, isHorizontal, false) - obj.Height += padding.bottom + if padding.Bottom > 0 { + shiftReachableDown(g, obj, obj.TopLeft.Y+obj.Height, padding.Bottom, isHorizontal, false) + obj.Height += padding.Bottom } if prevShift, has := prevMarginTop[obj]; has { - margin.top -= prevShift + margin.Top -= prevShift } - if margin.top > 0 { - increased := shiftReachableDown(g, obj, obj.TopLeft.Y, margin.top, isHorizontal, true) + if margin.Top > 0 { + increased := shiftReachableDown(g, obj, obj.TopLeft.Y, margin.Top, isHorizontal, true) for o := range increased { - prevMarginTop[o] = math.Max(prevMarginTop[o], margin.top) + prevMarginTop[o] = math.Max(prevMarginTop[o], margin.Top) } } - if padding.top > 0 { - shiftReachableDown(g, obj, obj.TopLeft.Y, padding.top, isHorizontal, false) - obj.Height += padding.top + if padding.Top > 0 { + shiftReachableDown(g, obj, obj.TopLeft.Y, padding.Top, isHorizontal, false) + obj.Height += padding.Top } } else { if prevShift, has := prevMarginRight[obj]; has { - margin.right -= prevShift + margin.Right -= prevShift } - if margin.right > 0 { - increased := shiftReachableDown(g, obj, obj.TopLeft.X+obj.Width, margin.right, isHorizontal, true) + if margin.Right > 0 { + increased := shiftReachableDown(g, obj, obj.TopLeft.X+obj.Width, margin.Right, isHorizontal, true) for o := range increased { - prevMarginRight[o] = math.Max(prevMarginRight[o], margin.right) + prevMarginRight[o] = math.Max(prevMarginRight[o], margin.Right) } } - if padding.right > 0 { - shiftReachableDown(g, obj, obj.TopLeft.X+obj.Width, padding.right, isHorizontal, false) - obj.Width += padding.right + if padding.Right > 0 { + shiftReachableDown(g, obj, obj.TopLeft.X+obj.Width, padding.Right, isHorizontal, false) + obj.Width += padding.Right } if prevShift, has := prevMarginLeft[obj]; has { - margin.left -= prevShift + margin.Left -= prevShift } - if margin.left > 0 { - increased := shiftReachableDown(g, obj, obj.TopLeft.X, margin.left, isHorizontal, true) + if margin.Left > 0 { + increased := shiftReachableDown(g, obj, obj.TopLeft.X, margin.Left, isHorizontal, true) for o := range increased { - prevMarginLeft[o] = math.Max(prevMarginLeft[o], margin.left) + prevMarginLeft[o] = math.Max(prevMarginLeft[o], margin.Left) } } - if padding.left > 0 { - shiftReachableDown(g, obj, obj.TopLeft.X, padding.left, isHorizontal, false) - obj.Width += padding.left + if padding.Left > 0 { + shiftReachableDown(g, obj, obj.TopLeft.X, padding.Left, isHorizontal, false) + obj.Width += padding.Left } } } @@ -1387,11 +1317,11 @@ func fitPadding(obj *d2graph.Object) { // we will compute a perfectly fit innerBox merging our padding with children's margin, // but we need to add padding and margin together if an outside child label will overlap with our inside label - _, padding := getSpacing(obj) - padding.top = math.Max(padding.top, DEFAULT_PADDING) - padding.bottom = math.Max(padding.bottom, DEFAULT_PADDING) - padding.left = math.Max(padding.left, DEFAULT_PADDING) - padding.right = math.Max(padding.right, DEFAULT_PADDING) + _, padding := obj.Spacing() + padding.Top = math.Max(padding.Top, DEFAULT_PADDING) + padding.Bottom = math.Max(padding.Bottom, DEFAULT_PADDING) + padding.Left = math.Max(padding.Left, DEFAULT_PADDING) + padding.Right = math.Max(padding.Right, DEFAULT_PADDING) // where we are (current*) vs where we want to fit each side to (inner*) currentTop := obj.TopLeft.Y @@ -1435,7 +1365,7 @@ func fitPadding(obj *d2graph.Object) { // update the inner positions for children's margin and collect the outside boxes that we cannot overlap with var innerBoxes []geo.Box for _, child := range obj.ChildrenArray { - margin, _ := getSpacing(child) + margin, _ := child.Spacing() dx, dy := child.GetModifierElementAdjustments() if labelBox != nil || iconBox != nil { @@ -1465,10 +1395,10 @@ func fitPadding(obj *d2graph.Object) { } } - innerTop = math.Min(innerTop, child.TopLeft.Y-dy-math.Max(margin.top, padding.top)) - innerBottom = math.Max(innerBottom, child.TopLeft.Y+child.Height+math.Max(margin.bottom, padding.bottom)) - innerLeft = math.Min(innerLeft, child.TopLeft.X-math.Max(margin.left, padding.left)) - innerRight = math.Max(innerRight, child.TopLeft.X+child.Width+dx+math.Max(margin.right, padding.right)) + innerTop = math.Min(innerTop, child.TopLeft.Y-dy-math.Max(margin.Top, padding.Top)) + innerBottom = math.Max(innerBottom, child.TopLeft.Y+child.Height+math.Max(margin.Bottom, padding.Bottom)) + innerLeft = math.Min(innerLeft, child.TopLeft.X-math.Max(margin.Left, padding.Left)) + innerRight = math.Max(innerRight, child.TopLeft.X+child.Width+dx+math.Max(margin.Right, padding.Right)) } // collect edge label boxes and update inner box for internal edges @@ -1490,16 +1420,16 @@ func fitPadding(obj *d2graph.Object) { innerBoxes = append(innerBoxes, geo.Box{TopLeft: point, Width: labelWidth, Height: labelHeight}) } - innerTop = math.Min(innerTop, point.Y-padding.top) - innerBottom = math.Max(innerBottom, point.Y+labelHeight+padding.bottom) - innerLeft = math.Min(innerLeft, point.X-padding.left) - innerRight = math.Max(innerRight, point.X+labelWidth+padding.right) + innerTop = math.Min(innerTop, point.Y-padding.Top) + innerBottom = math.Max(innerBottom, point.Y+labelHeight+padding.Bottom) + innerLeft = math.Min(innerLeft, point.X-padding.Left) + innerRight = math.Max(innerRight, point.X+labelWidth+padding.Right) } for _, point := range edge.Route { - innerTop = math.Min(innerTop, point.Y-padding.top) - innerBottom = math.Max(innerBottom, point.Y+padding.bottom) - innerLeft = math.Min(innerLeft, point.X-padding.left) - innerRight = math.Max(innerRight, point.X+padding.right) + innerTop = math.Min(innerTop, point.Y-padding.Top) + innerBottom = math.Max(innerBottom, point.Y+padding.Bottom) + innerLeft = math.Min(innerLeft, point.X-padding.Left) + innerRight = math.Max(innerRight, point.X+padding.Right) } } diff --git a/d2layouts/d2grid/layout.go b/d2layouts/d2grid/layout.go index 26ac2f95bd..8c7952b6ec 100644 --- a/d2layouts/d2grid/layout.go +++ b/d2layouts/d2grid/layout.go @@ -66,72 +66,43 @@ func Layout(ctx context.Context, g *d2graph.Graph) error { } // compute how much space the label and icon occupy - var occupiedWidth, occupiedHeight float64 - if obj.Icon != nil && !iconPosition.IsOutside() { - iconSpace := float64(d2target.MAX_ICON_SIZE + 2*label.PADDING) - occupiedWidth = iconSpace - occupiedHeight = iconSpace - } + _, padding := obj.Spacing() - var dx, dy float64 - if obj.LabelDimensions.Height != 0 { - occupiedHeight = math.Max( - occupiedHeight, - float64(obj.LabelDimensions.Height)+2*label.PADDING, - ) - if occupiedHeight > obj.Height { - switch labelPosition { - case label.OutsideTopLeft, label.OutsideTopCenter, label.OutsideTopRight, - label.OutsideBottomLeft, label.OutsideBottomCenter, label.OutsideBottomRight: - default: - dy = (occupiedHeight - obj.Height) / 2 - obj.Height = occupiedHeight - } - } - } - if obj.LabelDimensions.Width != 0 { + if iconPosition == label.InsideTopLeft && labelPosition == label.InsideTopCenter { // . ├────┤───────├────┤ // . icon label icon // with an icon in top left we need 2x the space to fit the label in the center - occupiedWidth *= 2 - occupiedWidth += float64(obj.LabelDimensions.Width) + 2*label.PADDING - if occupiedWidth > obj.Width { - switch labelPosition { - case label.OutsideLeftTop, label.OutsideLeftMiddle, label.OutsideLeftBottom, - label.OutsideRightTop, label.OutsideRightMiddle, label.OutsideRightBottom: - default: - dx = (occupiedWidth - obj.Width) / 2 - obj.Width = occupiedWidth - } + iconSize := float64(d2target.MAX_ICON_SIZE) + 2*label.PADDING + padding.Left = math.Max(padding.Left, iconSize) + padding.Right = math.Max(padding.Right, iconSize) + minWidth := 2*iconSize + float64(obj.LabelDimensions.Width) + 2*label.PADDING + if minWidth > obj.Width { + overflow := minWidth - obj.Width + padding.Left = math.Max(padding.Left, overflow/2) + padding.Right = math.Max(padding.Right, overflow/2) } } - labelOverflowY := occupiedHeight - float64(verticalPadding) - // if the label doesn't fit within the padding, we need to add more - if labelOverflowY > 0 { - switch labelPosition { - case - label.InsideTopLeft, label.InsideTopCenter, label.InsideTopRight, - label.InsideBottomLeft, label.InsideBottomCenter, label.InsideBottomRight: - obj.Height += labelOverflowY - } - // if label is top, need to shift contents down - switch labelPosition { - case label.InsideTopLeft, label.InsideTopCenter, label.InsideTopRight: - dy = labelOverflowY - } + var dx, dy float64 + overflowTop := padding.Top - float64(verticalPadding) + if overflowTop > 0 { + obj.Height += overflowTop + dy = overflowTop } - - labelOverflowX := occupiedWidth - float64(horizontalPadding) - if labelOverflowX > 0 { - switch labelPosition { - case label.InsideMiddleLeft, label.InsideMiddleRight: - obj.Width += labelOverflowX - } - if labelPosition == label.InsideMiddleLeft { - dx = labelOverflowX - } + overflowBottom := padding.Bottom - float64(verticalPadding) + if overflowBottom > 0 { + obj.Height += overflowBottom } + overflowLeft := padding.Left - float64(horizontalPadding) + if overflowLeft > 0 { + obj.Width += overflowLeft + dx = overflowLeft + } + overflowRight := padding.Right - float64(horizontalPadding) + if overflowRight > 0 { + obj.Width += overflowRight + } + // we need to center children if we have to expand to fit the container label if dx != 0 || dy != 0 { gd.shift(dx, dy) From 26df5a70f6b31c68cfd4d4af6607a8034ce7febf Mon Sep 17 00:00:00 2001 From: Gavin Nishizawa Date: Wed, 8 Nov 2023 20:29:07 -0800 Subject: [PATCH 7/9] fix positioning --- d2layouts/d2grid/layout.go | 45 +++++++++++++++++++++++++++++++++----- 1 file changed, 40 insertions(+), 5 deletions(-) diff --git a/d2layouts/d2grid/layout.go b/d2layouts/d2grid/layout.go index 8c7952b6ec..f0956d053a 100644 --- a/d2layouts/d2grid/layout.go +++ b/d2layouts/d2grid/layout.go @@ -68,6 +68,42 @@ func Layout(ctx context.Context, g *d2graph.Graph) error { // compute how much space the label and icon occupy _, padding := obj.Spacing() + var labelWidth, labelHeight float64 + if obj.LabelDimensions.Width > 0 { + labelWidth = float64(obj.LabelDimensions.Width) + 2*label.PADDING + } + if obj.LabelDimensions.Height > 0 { + labelHeight = float64(obj.LabelDimensions.Height) + 2*label.PADDING + } + + var dx, dy float64 + if labelWidth > 0 { + switch labelPosition { + case label.OutsideTopLeft, label.OutsideTopCenter, label.OutsideTopRight, + label.InsideTopLeft, label.InsideTopCenter, label.InsideTopRight, + label.InsideBottomLeft, label.InsideBottomCenter, label.InsideBottomRight, + label.OutsideBottomLeft, label.OutsideBottomCenter, label.OutsideBottomRight: + overflow := labelWidth - (obj.Width - float64(2*horizontalPadding)) + if overflow > 0 { + padding.Left += overflow / 2 + padding.Right += overflow / 2 + } + } + } + if labelHeight > 0 { + switch labelPosition { + case label.OutsideLeftTop, label.OutsideLeftMiddle, label.OutsideLeftBottom, + label.InsideMiddleLeft, label.InsideMiddleCenter, label.InsideMiddleRight, + label.OutsideRightTop, label.OutsideRightMiddle, label.OutsideRightBottom: + overflow := labelHeight - (obj.Height - float64(2*verticalPadding)) + if overflow > 0 { + padding.Top += overflow / 2 + padding.Bottom += overflow / 2 + } + } + } + + // configure spacing for default label+icon if iconPosition == label.InsideTopLeft && labelPosition == label.InsideTopCenter { // . ├────┤───────├────┤ // . icon label icon @@ -76,18 +112,17 @@ func Layout(ctx context.Context, g *d2graph.Graph) error { padding.Left = math.Max(padding.Left, iconSize) padding.Right = math.Max(padding.Right, iconSize) minWidth := 2*iconSize + float64(obj.LabelDimensions.Width) + 2*label.PADDING - if minWidth > obj.Width { - overflow := minWidth - obj.Width + overflow := minWidth - (obj.Width - float64(2*horizontalPadding)) + if overflow > 0 { padding.Left = math.Max(padding.Left, overflow/2) padding.Right = math.Max(padding.Right, overflow/2) } } - var dx, dy float64 overflowTop := padding.Top - float64(verticalPadding) if overflowTop > 0 { obj.Height += overflowTop - dy = overflowTop + dy += overflowTop } overflowBottom := padding.Bottom - float64(verticalPadding) if overflowBottom > 0 { @@ -96,7 +131,7 @@ func Layout(ctx context.Context, g *d2graph.Graph) error { overflowLeft := padding.Left - float64(horizontalPadding) if overflowLeft > 0 { obj.Width += overflowLeft - dx = overflowLeft + dx += overflowLeft } overflowRight := padding.Right - float64(horizontalPadding) if overflowRight > 0 { From 9c9d4a046a8cc3c1b17d3b5285e0d4fd2c6d228a Mon Sep 17 00:00:00 2001 From: Gavin Nishizawa Date: Wed, 8 Nov 2023 20:31:00 -0800 Subject: [PATCH 8/9] update tests --- .../grid_rows_gap_bug/dagre/board.exp.json | 1 - .../grid_rows_gap_bug/dagre/sketch.exp.svg | 152 ++--- .../grid_rows_gap_bug/elk/board.exp.json | 1 - .../grid_rows_gap_bug/elk/sketch.exp.svg | 152 ++--- .../stable/grid_icon/dagre/board.exp.json | 46 +- .../stable/grid_icon/dagre/sketch.exp.svg | 200 +++--- .../stable/grid_icon/elk/board.exp.json | 46 +- .../stable/grid_icon/elk/sketch.exp.svg | 200 +++--- .../grid_nested_gap0/dagre/board.exp.json | 1 - .../grid_nested_gap0/dagre/sketch.exp.svg | 158 ++--- .../grid_nested_gap0/elk/board.exp.json | 1 - .../grid_nested_gap0/elk/sketch.exp.svg | 158 ++--- .../stable/nesting_power/dagre/board.exp.json | 1 - .../stable/nesting_power/dagre/sketch.exp.svg | 166 ++--- .../stable/nesting_power/elk/board.exp.json | 1 - .../stable/nesting_power/elk/sketch.exp.svg | 166 ++--- .../simple_grid_edges/dagre/board.exp.json | 1 - .../simple_grid_edges/dagre/sketch.exp.svg | 164 ++--- .../simple_grid_edges/elk/board.exp.json | 1 - .../simple_grid_edges/elk/sketch.exp.svg | 164 ++--- .../stable/teleport_grid/dagre/board.exp.json | 2 - .../stable/teleport_grid/dagre/sketch.exp.svg | 568 +++++++++--------- .../stable/teleport_grid/elk/board.exp.json | 2 - .../stable/teleport_grid/elk/sketch.exp.svg | 568 +++++++++--------- 24 files changed, 1452 insertions(+), 1468 deletions(-) diff --git a/e2etests/testdata/regression/grid_rows_gap_bug/dagre/board.exp.json b/e2etests/testdata/regression/grid_rows_gap_bug/dagre/board.exp.json index 34af378099..6e6451ebf2 100644 --- a/e2etests/testdata/regression/grid_rows_gap_bug/dagre/board.exp.json +++ b/e2etests/testdata/regression/grid_rows_gap_bug/dagre/board.exp.json @@ -40,7 +40,6 @@ "underline": false, "labelWidth": 0, "labelHeight": 0, - "labelPosition": "INSIDE_TOP_CENTER", "zIndex": 0, "level": 1 }, diff --git a/e2etests/testdata/regression/grid_rows_gap_bug/dagre/sketch.exp.svg b/e2etests/testdata/regression/grid_rows_gap_bug/dagre/sketch.exp.svg index c6958e9325..bc0ebdbd84 100644 --- a/e2etests/testdata/regression/grid_rows_gap_bug/dagre/sketch.exp.svg +++ b/e2etests/testdata/regression/grid_rows_gap_bug/dagre/sketch.exp.svg @@ -1,9 +1,9 @@ -firstsecondthird + .d2-3034358831 .fill-N1{fill:#0A0F25;} + .d2-3034358831 .fill-N2{fill:#676C7E;} + .d2-3034358831 .fill-N3{fill:#9499AB;} + .d2-3034358831 .fill-N4{fill:#CFD2DD;} + .d2-3034358831 .fill-N5{fill:#DEE1EB;} + .d2-3034358831 .fill-N6{fill:#EEF1F8;} + .d2-3034358831 .fill-N7{fill:#FFFFFF;} + .d2-3034358831 .fill-B1{fill:#0D32B2;} + .d2-3034358831 .fill-B2{fill:#0D32B2;} + .d2-3034358831 .fill-B3{fill:#E3E9FD;} + .d2-3034358831 .fill-B4{fill:#E3E9FD;} + .d2-3034358831 .fill-B5{fill:#EDF0FD;} + .d2-3034358831 .fill-B6{fill:#F7F8FE;} + .d2-3034358831 .fill-AA2{fill:#4A6FF3;} + .d2-3034358831 .fill-AA4{fill:#EDF0FD;} + .d2-3034358831 .fill-AA5{fill:#F7F8FE;} + .d2-3034358831 .fill-AB4{fill:#EDF0FD;} + .d2-3034358831 .fill-AB5{fill:#F7F8FE;} + .d2-3034358831 .stroke-N1{stroke:#0A0F25;} + .d2-3034358831 .stroke-N2{stroke:#676C7E;} + .d2-3034358831 .stroke-N3{stroke:#9499AB;} + .d2-3034358831 .stroke-N4{stroke:#CFD2DD;} + .d2-3034358831 .stroke-N5{stroke:#DEE1EB;} + .d2-3034358831 .stroke-N6{stroke:#EEF1F8;} + .d2-3034358831 .stroke-N7{stroke:#FFFFFF;} + .d2-3034358831 .stroke-B1{stroke:#0D32B2;} + .d2-3034358831 .stroke-B2{stroke:#0D32B2;} + .d2-3034358831 .stroke-B3{stroke:#E3E9FD;} + .d2-3034358831 .stroke-B4{stroke:#E3E9FD;} + .d2-3034358831 .stroke-B5{stroke:#EDF0FD;} + .d2-3034358831 .stroke-B6{stroke:#F7F8FE;} + .d2-3034358831 .stroke-AA2{stroke:#4A6FF3;} + .d2-3034358831 .stroke-AA4{stroke:#EDF0FD;} + .d2-3034358831 .stroke-AA5{stroke:#F7F8FE;} + .d2-3034358831 .stroke-AB4{stroke:#EDF0FD;} + .d2-3034358831 .stroke-AB5{stroke:#F7F8FE;} + .d2-3034358831 .background-color-N1{background-color:#0A0F25;} + .d2-3034358831 .background-color-N2{background-color:#676C7E;} + .d2-3034358831 .background-color-N3{background-color:#9499AB;} + .d2-3034358831 .background-color-N4{background-color:#CFD2DD;} + .d2-3034358831 .background-color-N5{background-color:#DEE1EB;} + .d2-3034358831 .background-color-N6{background-color:#EEF1F8;} + .d2-3034358831 .background-color-N7{background-color:#FFFFFF;} + .d2-3034358831 .background-color-B1{background-color:#0D32B2;} + .d2-3034358831 .background-color-B2{background-color:#0D32B2;} + .d2-3034358831 .background-color-B3{background-color:#E3E9FD;} + .d2-3034358831 .background-color-B4{background-color:#E3E9FD;} + .d2-3034358831 .background-color-B5{background-color:#EDF0FD;} + .d2-3034358831 .background-color-B6{background-color:#F7F8FE;} + .d2-3034358831 .background-color-AA2{background-color:#4A6FF3;} + .d2-3034358831 .background-color-AA4{background-color:#EDF0FD;} + .d2-3034358831 .background-color-AA5{background-color:#F7F8FE;} + .d2-3034358831 .background-color-AB4{background-color:#EDF0FD;} + .d2-3034358831 .background-color-AB5{background-color:#F7F8FE;} + .d2-3034358831 .color-N1{color:#0A0F25;} + .d2-3034358831 .color-N2{color:#676C7E;} + .d2-3034358831 .color-N3{color:#9499AB;} + .d2-3034358831 .color-N4{color:#CFD2DD;} + .d2-3034358831 .color-N5{color:#DEE1EB;} + .d2-3034358831 .color-N6{color:#EEF1F8;} + .d2-3034358831 .color-N7{color:#FFFFFF;} + .d2-3034358831 .color-B1{color:#0D32B2;} + .d2-3034358831 .color-B2{color:#0D32B2;} + .d2-3034358831 .color-B3{color:#E3E9FD;} + .d2-3034358831 .color-B4{color:#E3E9FD;} + .d2-3034358831 .color-B5{color:#EDF0FD;} + .d2-3034358831 .color-B6{color:#F7F8FE;} + .d2-3034358831 .color-AA2{color:#4A6FF3;} + .d2-3034358831 .color-AA4{color:#EDF0FD;} + .d2-3034358831 .color-AA5{color:#F7F8FE;} + .d2-3034358831 .color-AB4{color:#EDF0FD;} + .d2-3034358831 .color-AB5{color:#F7F8FE;}.appendix text.text{fill:#0A0F25}.md{--color-fg-default:#0A0F25;--color-fg-muted:#676C7E;--color-fg-subtle:#9499AB;--color-canvas-default:#FFFFFF;--color-canvas-subtle:#EEF1F8;--color-border-default:#0D32B2;--color-border-muted:#0D32B2;--color-neutral-muted:#EEF1F8;--color-accent-fg:#0D32B2;--color-accent-emphasis:#0D32B2;--color-attention-subtle:#676C7E;--color-danger-fg:red;}.sketch-overlay-B1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B2{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B3{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-AA4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-N3{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N7{fill:url(#streaks-bright);mix-blend-mode:darken}.light-code{display: block}.dark-code{display: none}]]>firstsecondthird diff --git a/e2etests/testdata/regression/grid_rows_gap_bug/elk/board.exp.json b/e2etests/testdata/regression/grid_rows_gap_bug/elk/board.exp.json index fbd3e7cae6..e34f721f98 100644 --- a/e2etests/testdata/regression/grid_rows_gap_bug/elk/board.exp.json +++ b/e2etests/testdata/regression/grid_rows_gap_bug/elk/board.exp.json @@ -40,7 +40,6 @@ "underline": false, "labelWidth": 0, "labelHeight": 0, - "labelPosition": "INSIDE_TOP_CENTER", "zIndex": 0, "level": 1 }, diff --git a/e2etests/testdata/regression/grid_rows_gap_bug/elk/sketch.exp.svg b/e2etests/testdata/regression/grid_rows_gap_bug/elk/sketch.exp.svg index cc09f9ae8a..72aace22a1 100644 --- a/e2etests/testdata/regression/grid_rows_gap_bug/elk/sketch.exp.svg +++ b/e2etests/testdata/regression/grid_rows_gap_bug/elk/sketch.exp.svg @@ -1,9 +1,9 @@ -firstsecondthird + .d2-3033250019 .fill-N1{fill:#0A0F25;} + .d2-3033250019 .fill-N2{fill:#676C7E;} + .d2-3033250019 .fill-N3{fill:#9499AB;} + .d2-3033250019 .fill-N4{fill:#CFD2DD;} + .d2-3033250019 .fill-N5{fill:#DEE1EB;} + .d2-3033250019 .fill-N6{fill:#EEF1F8;} + .d2-3033250019 .fill-N7{fill:#FFFFFF;} + .d2-3033250019 .fill-B1{fill:#0D32B2;} + .d2-3033250019 .fill-B2{fill:#0D32B2;} + .d2-3033250019 .fill-B3{fill:#E3E9FD;} + .d2-3033250019 .fill-B4{fill:#E3E9FD;} + .d2-3033250019 .fill-B5{fill:#EDF0FD;} + .d2-3033250019 .fill-B6{fill:#F7F8FE;} + .d2-3033250019 .fill-AA2{fill:#4A6FF3;} + .d2-3033250019 .fill-AA4{fill:#EDF0FD;} + .d2-3033250019 .fill-AA5{fill:#F7F8FE;} + .d2-3033250019 .fill-AB4{fill:#EDF0FD;} + .d2-3033250019 .fill-AB5{fill:#F7F8FE;} + .d2-3033250019 .stroke-N1{stroke:#0A0F25;} + .d2-3033250019 .stroke-N2{stroke:#676C7E;} + .d2-3033250019 .stroke-N3{stroke:#9499AB;} + .d2-3033250019 .stroke-N4{stroke:#CFD2DD;} + .d2-3033250019 .stroke-N5{stroke:#DEE1EB;} + .d2-3033250019 .stroke-N6{stroke:#EEF1F8;} + .d2-3033250019 .stroke-N7{stroke:#FFFFFF;} + .d2-3033250019 .stroke-B1{stroke:#0D32B2;} + .d2-3033250019 .stroke-B2{stroke:#0D32B2;} + .d2-3033250019 .stroke-B3{stroke:#E3E9FD;} + .d2-3033250019 .stroke-B4{stroke:#E3E9FD;} + .d2-3033250019 .stroke-B5{stroke:#EDF0FD;} + .d2-3033250019 .stroke-B6{stroke:#F7F8FE;} + .d2-3033250019 .stroke-AA2{stroke:#4A6FF3;} + .d2-3033250019 .stroke-AA4{stroke:#EDF0FD;} + .d2-3033250019 .stroke-AA5{stroke:#F7F8FE;} + .d2-3033250019 .stroke-AB4{stroke:#EDF0FD;} + .d2-3033250019 .stroke-AB5{stroke:#F7F8FE;} + .d2-3033250019 .background-color-N1{background-color:#0A0F25;} + .d2-3033250019 .background-color-N2{background-color:#676C7E;} + .d2-3033250019 .background-color-N3{background-color:#9499AB;} + .d2-3033250019 .background-color-N4{background-color:#CFD2DD;} + .d2-3033250019 .background-color-N5{background-color:#DEE1EB;} + .d2-3033250019 .background-color-N6{background-color:#EEF1F8;} + .d2-3033250019 .background-color-N7{background-color:#FFFFFF;} + .d2-3033250019 .background-color-B1{background-color:#0D32B2;} + .d2-3033250019 .background-color-B2{background-color:#0D32B2;} + .d2-3033250019 .background-color-B3{background-color:#E3E9FD;} + .d2-3033250019 .background-color-B4{background-color:#E3E9FD;} + .d2-3033250019 .background-color-B5{background-color:#EDF0FD;} + .d2-3033250019 .background-color-B6{background-color:#F7F8FE;} + .d2-3033250019 .background-color-AA2{background-color:#4A6FF3;} + .d2-3033250019 .background-color-AA4{background-color:#EDF0FD;} + .d2-3033250019 .background-color-AA5{background-color:#F7F8FE;} + .d2-3033250019 .background-color-AB4{background-color:#EDF0FD;} + .d2-3033250019 .background-color-AB5{background-color:#F7F8FE;} + .d2-3033250019 .color-N1{color:#0A0F25;} + .d2-3033250019 .color-N2{color:#676C7E;} + .d2-3033250019 .color-N3{color:#9499AB;} + .d2-3033250019 .color-N4{color:#CFD2DD;} + .d2-3033250019 .color-N5{color:#DEE1EB;} + .d2-3033250019 .color-N6{color:#EEF1F8;} + .d2-3033250019 .color-N7{color:#FFFFFF;} + .d2-3033250019 .color-B1{color:#0D32B2;} + .d2-3033250019 .color-B2{color:#0D32B2;} + .d2-3033250019 .color-B3{color:#E3E9FD;} + .d2-3033250019 .color-B4{color:#E3E9FD;} + .d2-3033250019 .color-B5{color:#EDF0FD;} + .d2-3033250019 .color-B6{color:#F7F8FE;} + .d2-3033250019 .color-AA2{color:#4A6FF3;} + .d2-3033250019 .color-AA4{color:#EDF0FD;} + .d2-3033250019 .color-AA5{color:#F7F8FE;} + .d2-3033250019 .color-AB4{color:#EDF0FD;} + .d2-3033250019 .color-AB5{color:#F7F8FE;}.appendix text.text{fill:#0A0F25}.md{--color-fg-default:#0A0F25;--color-fg-muted:#676C7E;--color-fg-subtle:#9499AB;--color-canvas-default:#FFFFFF;--color-canvas-subtle:#EEF1F8;--color-border-default:#0D32B2;--color-border-muted:#0D32B2;--color-neutral-muted:#EEF1F8;--color-accent-fg:#0D32B2;--color-accent-emphasis:#0D32B2;--color-attention-subtle:#676C7E;--color-danger-fg:red;}.sketch-overlay-B1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B2{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B3{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-AA4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-N3{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N7{fill:url(#streaks-bright);mix-blend-mode:darken}.light-code{display: block}.dark-code{display: none}]]>firstsecondthird diff --git a/e2etests/testdata/stable/grid_icon/dagre/board.exp.json b/e2etests/testdata/stable/grid_icon/dagre/board.exp.json index e5bf4fa9e1..7fabf8ce72 100644 --- a/e2etests/testdata/stable/grid_icon/dagre/board.exp.json +++ b/e2etests/testdata/stable/grid_icon/dagre/board.exp.json @@ -274,7 +274,7 @@ "x": 424, "y": 58 }, - "width": 278, + "width": 295, "height": 306, "opacity": 1, "strokeDash": 0, @@ -324,7 +324,7 @@ "id": "grid + icon.a", "type": "rectangle", "pos": { - "x": 489, + "x": 498, "y": 132 }, "width": 53, @@ -365,7 +365,7 @@ "id": "grid + icon.b", "type": "rectangle", "pos": { - "x": 582, + "x": 591, "y": 132 }, "width": 54, @@ -406,7 +406,7 @@ "id": "grid + icon.c", "type": "rectangle", "pos": { - "x": 489, + "x": 498, "y": 238 }, "width": 53, @@ -447,7 +447,7 @@ "id": "grid + icon.d", "type": "rectangle", "pos": { - "x": 582, + "x": 591, "y": 238 }, "width": 54, @@ -491,7 +491,7 @@ "2x2" ], "pos": { - "x": 762, + "x": 779, "y": 10 }, "width": 433, @@ -544,7 +544,7 @@ "id": "grid + icon w/ container.a", "type": "rectangle", "pos": { - "x": 856, + "x": 873, "y": 84 }, "width": 53, @@ -585,7 +585,7 @@ "id": "grid + icon w/ container.b", "type": "rectangle", "pos": { - "x": 949, + "x": 966, "y": 120 }, "width": 151, @@ -626,7 +626,7 @@ "id": "grid + icon w/ container.b.b child", "type": "rectangle", "pos": { - "x": 979, + "x": 996, "y": 150 }, "width": 91, @@ -667,7 +667,7 @@ "id": "grid + icon w/ container.c", "type": "rectangle", "pos": { - "x": 856, + "x": 873, "y": 286 }, "width": 53, @@ -708,7 +708,7 @@ "id": "grid + icon w/ container.d", "type": "rectangle", "pos": { - "x": 949, + "x": 966, "y": 286 }, "width": 151, @@ -752,7 +752,7 @@ "2x2" ], "pos": { - "x": 1255, + "x": 1272, "y": 0 }, "width": 364, @@ -785,7 +785,6 @@ "underline": false, "labelWidth": 0, "labelHeight": 0, - "labelPosition": "INSIDE_TOP_CENTER", "zIndex": 0, "level": 1 }, @@ -793,7 +792,7 @@ "id": "no label grid w/ container + icon.a", "type": "rectangle", "pos": { - "x": 1315, + "x": 1332, "y": 60 }, "width": 53, @@ -834,7 +833,7 @@ "id": "no label grid w/ container + icon.b", "type": "rectangle", "pos": { - "x": 1408, + "x": 1425, "y": 129 }, "width": 151, @@ -887,7 +886,7 @@ "id": "no label grid w/ container + icon.b.b child", "type": "rectangle", "pos": { - "x": 1438, + "x": 1455, "y": 159 }, "width": 91, @@ -928,7 +927,7 @@ "id": "no label grid w/ container + icon.c", "type": "rectangle", "pos": { - "x": 1315, + "x": 1332, "y": 295 }, "width": 53, @@ -969,7 +968,7 @@ "id": "no label grid w/ container + icon.d", "type": "rectangle", "pos": { - "x": 1408, + "x": 1425, "y": 295 }, "width": 151, @@ -1013,7 +1012,7 @@ "2x2" ], "pos": { - "x": 1679, + "x": 1696, "y": 58 }, "width": 267, @@ -1058,7 +1057,6 @@ "underline": false, "labelWidth": 0, "labelHeight": 0, - "labelPosition": "INSIDE_TOP_CENTER", "zIndex": 0, "level": 1 }, @@ -1066,7 +1064,7 @@ "id": "no label grid + icon.a", "type": "rectangle", "pos": { - "x": 1739, + "x": 1756, "y": 132 }, "width": 53, @@ -1107,7 +1105,7 @@ "id": "no label grid + icon.b", "type": "rectangle", "pos": { - "x": 1832, + "x": 1849, "y": 132 }, "width": 54, @@ -1148,7 +1146,7 @@ "id": "no label grid + icon.c", "type": "rectangle", "pos": { - "x": 1739, + "x": 1756, "y": 238 }, "width": 53, @@ -1189,7 +1187,7 @@ "id": "no label grid + icon.d", "type": "rectangle", "pos": { - "x": 1832, + "x": 1849, "y": 238 }, "width": 54, diff --git a/e2etests/testdata/stable/grid_icon/dagre/sketch.exp.svg b/e2etests/testdata/stable/grid_icon/dagre/sketch.exp.svg index 37ef678d39..f2a6ed67ca 100644 --- a/e2etests/testdata/stable/grid_icon/dagre/sketch.exp.svg +++ b/e2etests/testdata/stable/grid_icon/dagre/sketch.exp.svg @@ -1,16 +1,16 @@ -grid w/ container + icongrid + icongrid + icon w/ containerabcdabcdabcdabcdabcdb childb childb child - + .d2-4194392904 .fill-N1{fill:#0A0F25;} + .d2-4194392904 .fill-N2{fill:#676C7E;} + .d2-4194392904 .fill-N3{fill:#9499AB;} + .d2-4194392904 .fill-N4{fill:#CFD2DD;} + .d2-4194392904 .fill-N5{fill:#DEE1EB;} + .d2-4194392904 .fill-N6{fill:#EEF1F8;} + .d2-4194392904 .fill-N7{fill:#FFFFFF;} + .d2-4194392904 .fill-B1{fill:#0D32B2;} + .d2-4194392904 .fill-B2{fill:#0D32B2;} + .d2-4194392904 .fill-B3{fill:#E3E9FD;} + .d2-4194392904 .fill-B4{fill:#E3E9FD;} + .d2-4194392904 .fill-B5{fill:#EDF0FD;} + .d2-4194392904 .fill-B6{fill:#F7F8FE;} + .d2-4194392904 .fill-AA2{fill:#4A6FF3;} + .d2-4194392904 .fill-AA4{fill:#EDF0FD;} + .d2-4194392904 .fill-AA5{fill:#F7F8FE;} + .d2-4194392904 .fill-AB4{fill:#EDF0FD;} + .d2-4194392904 .fill-AB5{fill:#F7F8FE;} + .d2-4194392904 .stroke-N1{stroke:#0A0F25;} + .d2-4194392904 .stroke-N2{stroke:#676C7E;} + .d2-4194392904 .stroke-N3{stroke:#9499AB;} + .d2-4194392904 .stroke-N4{stroke:#CFD2DD;} + .d2-4194392904 .stroke-N5{stroke:#DEE1EB;} + .d2-4194392904 .stroke-N6{stroke:#EEF1F8;} + .d2-4194392904 .stroke-N7{stroke:#FFFFFF;} + .d2-4194392904 .stroke-B1{stroke:#0D32B2;} + .d2-4194392904 .stroke-B2{stroke:#0D32B2;} + .d2-4194392904 .stroke-B3{stroke:#E3E9FD;} + .d2-4194392904 .stroke-B4{stroke:#E3E9FD;} + .d2-4194392904 .stroke-B5{stroke:#EDF0FD;} + .d2-4194392904 .stroke-B6{stroke:#F7F8FE;} + .d2-4194392904 .stroke-AA2{stroke:#4A6FF3;} + .d2-4194392904 .stroke-AA4{stroke:#EDF0FD;} + .d2-4194392904 .stroke-AA5{stroke:#F7F8FE;} + .d2-4194392904 .stroke-AB4{stroke:#EDF0FD;} + .d2-4194392904 .stroke-AB5{stroke:#F7F8FE;} + .d2-4194392904 .background-color-N1{background-color:#0A0F25;} + .d2-4194392904 .background-color-N2{background-color:#676C7E;} + .d2-4194392904 .background-color-N3{background-color:#9499AB;} + .d2-4194392904 .background-color-N4{background-color:#CFD2DD;} + .d2-4194392904 .background-color-N5{background-color:#DEE1EB;} + .d2-4194392904 .background-color-N6{background-color:#EEF1F8;} + .d2-4194392904 .background-color-N7{background-color:#FFFFFF;} + .d2-4194392904 .background-color-B1{background-color:#0D32B2;} + .d2-4194392904 .background-color-B2{background-color:#0D32B2;} + .d2-4194392904 .background-color-B3{background-color:#E3E9FD;} + .d2-4194392904 .background-color-B4{background-color:#E3E9FD;} + .d2-4194392904 .background-color-B5{background-color:#EDF0FD;} + .d2-4194392904 .background-color-B6{background-color:#F7F8FE;} + .d2-4194392904 .background-color-AA2{background-color:#4A6FF3;} + .d2-4194392904 .background-color-AA4{background-color:#EDF0FD;} + .d2-4194392904 .background-color-AA5{background-color:#F7F8FE;} + .d2-4194392904 .background-color-AB4{background-color:#EDF0FD;} + .d2-4194392904 .background-color-AB5{background-color:#F7F8FE;} + .d2-4194392904 .color-N1{color:#0A0F25;} + .d2-4194392904 .color-N2{color:#676C7E;} + .d2-4194392904 .color-N3{color:#9499AB;} + .d2-4194392904 .color-N4{color:#CFD2DD;} + .d2-4194392904 .color-N5{color:#DEE1EB;} + .d2-4194392904 .color-N6{color:#EEF1F8;} + .d2-4194392904 .color-N7{color:#FFFFFF;} + .d2-4194392904 .color-B1{color:#0D32B2;} + .d2-4194392904 .color-B2{color:#0D32B2;} + .d2-4194392904 .color-B3{color:#E3E9FD;} + .d2-4194392904 .color-B4{color:#E3E9FD;} + .d2-4194392904 .color-B5{color:#EDF0FD;} + .d2-4194392904 .color-B6{color:#F7F8FE;} + .d2-4194392904 .color-AA2{color:#4A6FF3;} + .d2-4194392904 .color-AA4{color:#EDF0FD;} + .d2-4194392904 .color-AA5{color:#F7F8FE;} + .d2-4194392904 .color-AB4{color:#EDF0FD;} + .d2-4194392904 .color-AB5{color:#F7F8FE;}.appendix text.text{fill:#0A0F25}.md{--color-fg-default:#0A0F25;--color-fg-muted:#676C7E;--color-fg-subtle:#9499AB;--color-canvas-default:#FFFFFF;--color-canvas-subtle:#EEF1F8;--color-border-default:#0D32B2;--color-border-muted:#0D32B2;--color-neutral-muted:#EEF1F8;--color-accent-fg:#0D32B2;--color-accent-emphasis:#0D32B2;--color-attention-subtle:#676C7E;--color-danger-fg:red;}.sketch-overlay-B1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B2{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B3{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-AA4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-N3{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N7{fill:url(#streaks-bright);mix-blend-mode:darken}.light-code{display: block}.dark-code{display: none}]]>grid w/ container + icongrid + icongrid + icon w/ containerabcdabcdabcdabcdabcdb childb childb child + - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - + + \ No newline at end of file diff --git a/e2etests/testdata/stable/grid_icon/elk/board.exp.json b/e2etests/testdata/stable/grid_icon/elk/board.exp.json index be644853ae..b93a4720f9 100644 --- a/e2etests/testdata/stable/grid_icon/elk/board.exp.json +++ b/e2etests/testdata/stable/grid_icon/elk/board.exp.json @@ -274,7 +274,7 @@ "x": 436, "y": 62 }, - "width": 278, + "width": 295, "height": 347, "opacity": 1, "strokeDash": 0, @@ -324,7 +324,7 @@ "id": "grid + icon.a", "type": "rectangle", "pos": { - "x": 501, + "x": 510, "y": 136 }, "width": 53, @@ -365,7 +365,7 @@ "id": "grid + icon.b", "type": "rectangle", "pos": { - "x": 594, + "x": 603, "y": 136 }, "width": 54, @@ -406,7 +406,7 @@ "id": "grid + icon.c", "type": "rectangle", "pos": { - "x": 501, + "x": 510, "y": 242 }, "width": 53, @@ -447,7 +447,7 @@ "id": "grid + icon.d", "type": "rectangle", "pos": { - "x": 594, + "x": 603, "y": 242 }, "width": 54, @@ -491,7 +491,7 @@ "2x2" ], "pos": { - "x": 734, + "x": 751, "y": 12 }, "width": 433, @@ -544,7 +544,7 @@ "id": "grid + icon w/ container.a", "type": "rectangle", "pos": { - "x": 808, + "x": 825, "y": 86 }, "width": 53, @@ -585,7 +585,7 @@ "id": "grid + icon w/ container.b", "type": "rectangle", "pos": { - "x": 901, + "x": 918, "y": 86 }, "width": 191, @@ -626,7 +626,7 @@ "id": "grid + icon w/ container.b.b child", "type": "rectangle", "pos": { - "x": 951, + "x": 968, "y": 136 }, "width": 91, @@ -667,7 +667,7 @@ "id": "grid + icon w/ container.c", "type": "rectangle", "pos": { - "x": 808, + "x": 825, "y": 292 }, "width": 53, @@ -708,7 +708,7 @@ "id": "grid + icon w/ container.d", "type": "rectangle", "pos": { - "x": 901, + "x": 918, "y": 292 }, "width": 191, @@ -752,7 +752,7 @@ "2x2" ], "pos": { - "x": 1187, + "x": 1204, "y": 27 }, "width": 404, @@ -785,7 +785,6 @@ "underline": false, "labelWidth": 0, "labelHeight": 0, - "labelPosition": "INSIDE_TOP_CENTER", "zIndex": 0, "level": 1 }, @@ -793,7 +792,7 @@ "id": "no label grid w/ container + icon.a", "type": "rectangle", "pos": { - "x": 1247, + "x": 1264, "y": 87 }, "width": 53, @@ -834,7 +833,7 @@ "id": "no label grid w/ container + icon.b", "type": "rectangle", "pos": { - "x": 1340, + "x": 1357, "y": 87 }, "width": 191, @@ -887,7 +886,7 @@ "id": "no label grid w/ container + icon.b.b child", "type": "rectangle", "pos": { - "x": 1390, + "x": 1407, "y": 161 }, "width": 91, @@ -928,7 +927,7 @@ "id": "no label grid w/ container + icon.c", "type": "rectangle", "pos": { - "x": 1247, + "x": 1264, "y": 317 }, "width": 53, @@ -969,7 +968,7 @@ "id": "no label grid w/ container + icon.d", "type": "rectangle", "pos": { - "x": 1340, + "x": 1357, "y": 317 }, "width": 191, @@ -1013,7 +1012,7 @@ "2x2" ], "pos": { - "x": 1611, + "x": 1628, "y": 82 }, "width": 267, @@ -1058,7 +1057,6 @@ "underline": false, "labelWidth": 0, "labelHeight": 0, - "labelPosition": "INSIDE_TOP_CENTER", "zIndex": 0, "level": 1 }, @@ -1066,7 +1064,7 @@ "id": "no label grid + icon.a", "type": "rectangle", "pos": { - "x": 1671, + "x": 1688, "y": 156 }, "width": 53, @@ -1107,7 +1105,7 @@ "id": "no label grid + icon.b", "type": "rectangle", "pos": { - "x": 1764, + "x": 1781, "y": 156 }, "width": 54, @@ -1148,7 +1146,7 @@ "id": "no label grid + icon.c", "type": "rectangle", "pos": { - "x": 1671, + "x": 1688, "y": 262 }, "width": 53, @@ -1189,7 +1187,7 @@ "id": "no label grid + icon.d", "type": "rectangle", "pos": { - "x": 1764, + "x": 1781, "y": 262 }, "width": 54, diff --git a/e2etests/testdata/stable/grid_icon/elk/sketch.exp.svg b/e2etests/testdata/stable/grid_icon/elk/sketch.exp.svg index dfd9c93be8..5970f1bfea 100644 --- a/e2etests/testdata/stable/grid_icon/elk/sketch.exp.svg +++ b/e2etests/testdata/stable/grid_icon/elk/sketch.exp.svg @@ -1,16 +1,16 @@ -grid w/ container + icongrid + icongrid + icon w/ containerabcdabcdabcdabcdabcdb childb childb child - + .d2-1927681180 .fill-N1{fill:#0A0F25;} + .d2-1927681180 .fill-N2{fill:#676C7E;} + .d2-1927681180 .fill-N3{fill:#9499AB;} + .d2-1927681180 .fill-N4{fill:#CFD2DD;} + .d2-1927681180 .fill-N5{fill:#DEE1EB;} + .d2-1927681180 .fill-N6{fill:#EEF1F8;} + .d2-1927681180 .fill-N7{fill:#FFFFFF;} + .d2-1927681180 .fill-B1{fill:#0D32B2;} + .d2-1927681180 .fill-B2{fill:#0D32B2;} + .d2-1927681180 .fill-B3{fill:#E3E9FD;} + .d2-1927681180 .fill-B4{fill:#E3E9FD;} + .d2-1927681180 .fill-B5{fill:#EDF0FD;} + .d2-1927681180 .fill-B6{fill:#F7F8FE;} + .d2-1927681180 .fill-AA2{fill:#4A6FF3;} + .d2-1927681180 .fill-AA4{fill:#EDF0FD;} + .d2-1927681180 .fill-AA5{fill:#F7F8FE;} + .d2-1927681180 .fill-AB4{fill:#EDF0FD;} + .d2-1927681180 .fill-AB5{fill:#F7F8FE;} + .d2-1927681180 .stroke-N1{stroke:#0A0F25;} + .d2-1927681180 .stroke-N2{stroke:#676C7E;} + .d2-1927681180 .stroke-N3{stroke:#9499AB;} + .d2-1927681180 .stroke-N4{stroke:#CFD2DD;} + .d2-1927681180 .stroke-N5{stroke:#DEE1EB;} + .d2-1927681180 .stroke-N6{stroke:#EEF1F8;} + .d2-1927681180 .stroke-N7{stroke:#FFFFFF;} + .d2-1927681180 .stroke-B1{stroke:#0D32B2;} + .d2-1927681180 .stroke-B2{stroke:#0D32B2;} + .d2-1927681180 .stroke-B3{stroke:#E3E9FD;} + .d2-1927681180 .stroke-B4{stroke:#E3E9FD;} + .d2-1927681180 .stroke-B5{stroke:#EDF0FD;} + .d2-1927681180 .stroke-B6{stroke:#F7F8FE;} + .d2-1927681180 .stroke-AA2{stroke:#4A6FF3;} + .d2-1927681180 .stroke-AA4{stroke:#EDF0FD;} + .d2-1927681180 .stroke-AA5{stroke:#F7F8FE;} + .d2-1927681180 .stroke-AB4{stroke:#EDF0FD;} + .d2-1927681180 .stroke-AB5{stroke:#F7F8FE;} + .d2-1927681180 .background-color-N1{background-color:#0A0F25;} + .d2-1927681180 .background-color-N2{background-color:#676C7E;} + .d2-1927681180 .background-color-N3{background-color:#9499AB;} + .d2-1927681180 .background-color-N4{background-color:#CFD2DD;} + .d2-1927681180 .background-color-N5{background-color:#DEE1EB;} + .d2-1927681180 .background-color-N6{background-color:#EEF1F8;} + .d2-1927681180 .background-color-N7{background-color:#FFFFFF;} + .d2-1927681180 .background-color-B1{background-color:#0D32B2;} + .d2-1927681180 .background-color-B2{background-color:#0D32B2;} + .d2-1927681180 .background-color-B3{background-color:#E3E9FD;} + .d2-1927681180 .background-color-B4{background-color:#E3E9FD;} + .d2-1927681180 .background-color-B5{background-color:#EDF0FD;} + .d2-1927681180 .background-color-B6{background-color:#F7F8FE;} + .d2-1927681180 .background-color-AA2{background-color:#4A6FF3;} + .d2-1927681180 .background-color-AA4{background-color:#EDF0FD;} + .d2-1927681180 .background-color-AA5{background-color:#F7F8FE;} + .d2-1927681180 .background-color-AB4{background-color:#EDF0FD;} + .d2-1927681180 .background-color-AB5{background-color:#F7F8FE;} + .d2-1927681180 .color-N1{color:#0A0F25;} + .d2-1927681180 .color-N2{color:#676C7E;} + .d2-1927681180 .color-N3{color:#9499AB;} + .d2-1927681180 .color-N4{color:#CFD2DD;} + .d2-1927681180 .color-N5{color:#DEE1EB;} + .d2-1927681180 .color-N6{color:#EEF1F8;} + .d2-1927681180 .color-N7{color:#FFFFFF;} + .d2-1927681180 .color-B1{color:#0D32B2;} + .d2-1927681180 .color-B2{color:#0D32B2;} + .d2-1927681180 .color-B3{color:#E3E9FD;} + .d2-1927681180 .color-B4{color:#E3E9FD;} + .d2-1927681180 .color-B5{color:#EDF0FD;} + .d2-1927681180 .color-B6{color:#F7F8FE;} + .d2-1927681180 .color-AA2{color:#4A6FF3;} + .d2-1927681180 .color-AA4{color:#EDF0FD;} + .d2-1927681180 .color-AA5{color:#F7F8FE;} + .d2-1927681180 .color-AB4{color:#EDF0FD;} + .d2-1927681180 .color-AB5{color:#F7F8FE;}.appendix text.text{fill:#0A0F25}.md{--color-fg-default:#0A0F25;--color-fg-muted:#676C7E;--color-fg-subtle:#9499AB;--color-canvas-default:#FFFFFF;--color-canvas-subtle:#EEF1F8;--color-border-default:#0D32B2;--color-border-muted:#0D32B2;--color-neutral-muted:#EEF1F8;--color-accent-fg:#0D32B2;--color-accent-emphasis:#0D32B2;--color-attention-subtle:#676C7E;--color-danger-fg:red;}.sketch-overlay-B1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B2{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B3{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-AA4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-N3{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N7{fill:url(#streaks-bright);mix-blend-mode:darken}.light-code{display: block}.dark-code{display: none}]]>grid w/ container + icongrid + icongrid + icon w/ containerabcdabcdabcdabcdabcdb childb childb child + - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - + + \ No newline at end of file diff --git a/e2etests/testdata/stable/grid_nested_gap0/dagre/board.exp.json b/e2etests/testdata/stable/grid_nested_gap0/dagre/board.exp.json index b58faa64ff..76463d963d 100644 --- a/e2etests/testdata/stable/grid_nested_gap0/dagre/board.exp.json +++ b/e2etests/testdata/stable/grid_nested_gap0/dagre/board.exp.json @@ -163,7 +163,6 @@ "underline": false, "labelWidth": 0, "labelHeight": 0, - "labelPosition": "INSIDE_TOP_CENTER", "zIndex": 0, "level": 2 }, diff --git a/e2etests/testdata/stable/grid_nested_gap0/dagre/sketch.exp.svg b/e2etests/testdata/stable/grid_nested_gap0/dagre/sketch.exp.svg index 0c06863dfc..4b9d3405d9 100644 --- a/e2etests/testdata/stable/grid_nested_gap0/dagre/sketch.exp.svg +++ b/e2etests/testdata/stable/grid_nested_gap0/dagre/sketch.exp.svg @@ -1,16 +1,16 @@ -The UniverseFirstTwoLastD2CloudTerrastructTALAD2Cloud + .d2-2272637932 .fill-N1{fill:#0A0F25;} + .d2-2272637932 .fill-N2{fill:#676C7E;} + .d2-2272637932 .fill-N3{fill:#9499AB;} + .d2-2272637932 .fill-N4{fill:#CFD2DD;} + .d2-2272637932 .fill-N5{fill:#DEE1EB;} + .d2-2272637932 .fill-N6{fill:#EEF1F8;} + .d2-2272637932 .fill-N7{fill:#FFFFFF;} + .d2-2272637932 .fill-B1{fill:#0D32B2;} + .d2-2272637932 .fill-B2{fill:#0D32B2;} + .d2-2272637932 .fill-B3{fill:#E3E9FD;} + .d2-2272637932 .fill-B4{fill:#E3E9FD;} + .d2-2272637932 .fill-B5{fill:#EDF0FD;} + .d2-2272637932 .fill-B6{fill:#F7F8FE;} + .d2-2272637932 .fill-AA2{fill:#4A6FF3;} + .d2-2272637932 .fill-AA4{fill:#EDF0FD;} + .d2-2272637932 .fill-AA5{fill:#F7F8FE;} + .d2-2272637932 .fill-AB4{fill:#EDF0FD;} + .d2-2272637932 .fill-AB5{fill:#F7F8FE;} + .d2-2272637932 .stroke-N1{stroke:#0A0F25;} + .d2-2272637932 .stroke-N2{stroke:#676C7E;} + .d2-2272637932 .stroke-N3{stroke:#9499AB;} + .d2-2272637932 .stroke-N4{stroke:#CFD2DD;} + .d2-2272637932 .stroke-N5{stroke:#DEE1EB;} + .d2-2272637932 .stroke-N6{stroke:#EEF1F8;} + .d2-2272637932 .stroke-N7{stroke:#FFFFFF;} + .d2-2272637932 .stroke-B1{stroke:#0D32B2;} + .d2-2272637932 .stroke-B2{stroke:#0D32B2;} + .d2-2272637932 .stroke-B3{stroke:#E3E9FD;} + .d2-2272637932 .stroke-B4{stroke:#E3E9FD;} + .d2-2272637932 .stroke-B5{stroke:#EDF0FD;} + .d2-2272637932 .stroke-B6{stroke:#F7F8FE;} + .d2-2272637932 .stroke-AA2{stroke:#4A6FF3;} + .d2-2272637932 .stroke-AA4{stroke:#EDF0FD;} + .d2-2272637932 .stroke-AA5{stroke:#F7F8FE;} + .d2-2272637932 .stroke-AB4{stroke:#EDF0FD;} + .d2-2272637932 .stroke-AB5{stroke:#F7F8FE;} + .d2-2272637932 .background-color-N1{background-color:#0A0F25;} + .d2-2272637932 .background-color-N2{background-color:#676C7E;} + .d2-2272637932 .background-color-N3{background-color:#9499AB;} + .d2-2272637932 .background-color-N4{background-color:#CFD2DD;} + .d2-2272637932 .background-color-N5{background-color:#DEE1EB;} + .d2-2272637932 .background-color-N6{background-color:#EEF1F8;} + .d2-2272637932 .background-color-N7{background-color:#FFFFFF;} + .d2-2272637932 .background-color-B1{background-color:#0D32B2;} + .d2-2272637932 .background-color-B2{background-color:#0D32B2;} + .d2-2272637932 .background-color-B3{background-color:#E3E9FD;} + .d2-2272637932 .background-color-B4{background-color:#E3E9FD;} + .d2-2272637932 .background-color-B5{background-color:#EDF0FD;} + .d2-2272637932 .background-color-B6{background-color:#F7F8FE;} + .d2-2272637932 .background-color-AA2{background-color:#4A6FF3;} + .d2-2272637932 .background-color-AA4{background-color:#EDF0FD;} + .d2-2272637932 .background-color-AA5{background-color:#F7F8FE;} + .d2-2272637932 .background-color-AB4{background-color:#EDF0FD;} + .d2-2272637932 .background-color-AB5{background-color:#F7F8FE;} + .d2-2272637932 .color-N1{color:#0A0F25;} + .d2-2272637932 .color-N2{color:#676C7E;} + .d2-2272637932 .color-N3{color:#9499AB;} + .d2-2272637932 .color-N4{color:#CFD2DD;} + .d2-2272637932 .color-N5{color:#DEE1EB;} + .d2-2272637932 .color-N6{color:#EEF1F8;} + .d2-2272637932 .color-N7{color:#FFFFFF;} + .d2-2272637932 .color-B1{color:#0D32B2;} + .d2-2272637932 .color-B2{color:#0D32B2;} + .d2-2272637932 .color-B3{color:#E3E9FD;} + .d2-2272637932 .color-B4{color:#E3E9FD;} + .d2-2272637932 .color-B5{color:#EDF0FD;} + .d2-2272637932 .color-B6{color:#F7F8FE;} + .d2-2272637932 .color-AA2{color:#4A6FF3;} + .d2-2272637932 .color-AA4{color:#EDF0FD;} + .d2-2272637932 .color-AA5{color:#F7F8FE;} + .d2-2272637932 .color-AB4{color:#EDF0FD;} + .d2-2272637932 .color-AB5{color:#F7F8FE;}.appendix text.text{fill:#0A0F25}.md{--color-fg-default:#0A0F25;--color-fg-muted:#676C7E;--color-fg-subtle:#9499AB;--color-canvas-default:#FFFFFF;--color-canvas-subtle:#EEF1F8;--color-border-default:#0D32B2;--color-border-muted:#0D32B2;--color-neutral-muted:#EEF1F8;--color-accent-fg:#0D32B2;--color-accent-emphasis:#0D32B2;--color-attention-subtle:#676C7E;--color-danger-fg:red;}.sketch-overlay-B1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B2{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B3{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-AA4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-N3{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N7{fill:url(#streaks-bright);mix-blend-mode:darken}.light-code{display: block}.dark-code{display: none}]]>The UniverseFirstTwoLastD2CloudTerrastructTALAD2Cloud diff --git a/e2etests/testdata/stable/grid_nested_gap0/elk/board.exp.json b/e2etests/testdata/stable/grid_nested_gap0/elk/board.exp.json index caf8dd38ef..290e144dee 100644 --- a/e2etests/testdata/stable/grid_nested_gap0/elk/board.exp.json +++ b/e2etests/testdata/stable/grid_nested_gap0/elk/board.exp.json @@ -163,7 +163,6 @@ "underline": false, "labelWidth": 0, "labelHeight": 0, - "labelPosition": "INSIDE_TOP_CENTER", "zIndex": 0, "level": 2 }, diff --git a/e2etests/testdata/stable/grid_nested_gap0/elk/sketch.exp.svg b/e2etests/testdata/stable/grid_nested_gap0/elk/sketch.exp.svg index ba6a6b1b3e..abea5b1d86 100644 --- a/e2etests/testdata/stable/grid_nested_gap0/elk/sketch.exp.svg +++ b/e2etests/testdata/stable/grid_nested_gap0/elk/sketch.exp.svg @@ -1,16 +1,16 @@ -The UniverseFirstTwoLastD2CloudTerrastructTALAD2Cloud + .d2-1702214057 .fill-N1{fill:#0A0F25;} + .d2-1702214057 .fill-N2{fill:#676C7E;} + .d2-1702214057 .fill-N3{fill:#9499AB;} + .d2-1702214057 .fill-N4{fill:#CFD2DD;} + .d2-1702214057 .fill-N5{fill:#DEE1EB;} + .d2-1702214057 .fill-N6{fill:#EEF1F8;} + .d2-1702214057 .fill-N7{fill:#FFFFFF;} + .d2-1702214057 .fill-B1{fill:#0D32B2;} + .d2-1702214057 .fill-B2{fill:#0D32B2;} + .d2-1702214057 .fill-B3{fill:#E3E9FD;} + .d2-1702214057 .fill-B4{fill:#E3E9FD;} + .d2-1702214057 .fill-B5{fill:#EDF0FD;} + .d2-1702214057 .fill-B6{fill:#F7F8FE;} + .d2-1702214057 .fill-AA2{fill:#4A6FF3;} + .d2-1702214057 .fill-AA4{fill:#EDF0FD;} + .d2-1702214057 .fill-AA5{fill:#F7F8FE;} + .d2-1702214057 .fill-AB4{fill:#EDF0FD;} + .d2-1702214057 .fill-AB5{fill:#F7F8FE;} + .d2-1702214057 .stroke-N1{stroke:#0A0F25;} + .d2-1702214057 .stroke-N2{stroke:#676C7E;} + .d2-1702214057 .stroke-N3{stroke:#9499AB;} + .d2-1702214057 .stroke-N4{stroke:#CFD2DD;} + .d2-1702214057 .stroke-N5{stroke:#DEE1EB;} + .d2-1702214057 .stroke-N6{stroke:#EEF1F8;} + .d2-1702214057 .stroke-N7{stroke:#FFFFFF;} + .d2-1702214057 .stroke-B1{stroke:#0D32B2;} + .d2-1702214057 .stroke-B2{stroke:#0D32B2;} + .d2-1702214057 .stroke-B3{stroke:#E3E9FD;} + .d2-1702214057 .stroke-B4{stroke:#E3E9FD;} + .d2-1702214057 .stroke-B5{stroke:#EDF0FD;} + .d2-1702214057 .stroke-B6{stroke:#F7F8FE;} + .d2-1702214057 .stroke-AA2{stroke:#4A6FF3;} + .d2-1702214057 .stroke-AA4{stroke:#EDF0FD;} + .d2-1702214057 .stroke-AA5{stroke:#F7F8FE;} + .d2-1702214057 .stroke-AB4{stroke:#EDF0FD;} + .d2-1702214057 .stroke-AB5{stroke:#F7F8FE;} + .d2-1702214057 .background-color-N1{background-color:#0A0F25;} + .d2-1702214057 .background-color-N2{background-color:#676C7E;} + .d2-1702214057 .background-color-N3{background-color:#9499AB;} + .d2-1702214057 .background-color-N4{background-color:#CFD2DD;} + .d2-1702214057 .background-color-N5{background-color:#DEE1EB;} + .d2-1702214057 .background-color-N6{background-color:#EEF1F8;} + .d2-1702214057 .background-color-N7{background-color:#FFFFFF;} + .d2-1702214057 .background-color-B1{background-color:#0D32B2;} + .d2-1702214057 .background-color-B2{background-color:#0D32B2;} + .d2-1702214057 .background-color-B3{background-color:#E3E9FD;} + .d2-1702214057 .background-color-B4{background-color:#E3E9FD;} + .d2-1702214057 .background-color-B5{background-color:#EDF0FD;} + .d2-1702214057 .background-color-B6{background-color:#F7F8FE;} + .d2-1702214057 .background-color-AA2{background-color:#4A6FF3;} + .d2-1702214057 .background-color-AA4{background-color:#EDF0FD;} + .d2-1702214057 .background-color-AA5{background-color:#F7F8FE;} + .d2-1702214057 .background-color-AB4{background-color:#EDF0FD;} + .d2-1702214057 .background-color-AB5{background-color:#F7F8FE;} + .d2-1702214057 .color-N1{color:#0A0F25;} + .d2-1702214057 .color-N2{color:#676C7E;} + .d2-1702214057 .color-N3{color:#9499AB;} + .d2-1702214057 .color-N4{color:#CFD2DD;} + .d2-1702214057 .color-N5{color:#DEE1EB;} + .d2-1702214057 .color-N6{color:#EEF1F8;} + .d2-1702214057 .color-N7{color:#FFFFFF;} + .d2-1702214057 .color-B1{color:#0D32B2;} + .d2-1702214057 .color-B2{color:#0D32B2;} + .d2-1702214057 .color-B3{color:#E3E9FD;} + .d2-1702214057 .color-B4{color:#E3E9FD;} + .d2-1702214057 .color-B5{color:#EDF0FD;} + .d2-1702214057 .color-B6{color:#F7F8FE;} + .d2-1702214057 .color-AA2{color:#4A6FF3;} + .d2-1702214057 .color-AA4{color:#EDF0FD;} + .d2-1702214057 .color-AA5{color:#F7F8FE;} + .d2-1702214057 .color-AB4{color:#EDF0FD;} + .d2-1702214057 .color-AB5{color:#F7F8FE;}.appendix text.text{fill:#0A0F25}.md{--color-fg-default:#0A0F25;--color-fg-muted:#676C7E;--color-fg-subtle:#9499AB;--color-canvas-default:#FFFFFF;--color-canvas-subtle:#EEF1F8;--color-border-default:#0D32B2;--color-border-muted:#0D32B2;--color-neutral-muted:#EEF1F8;--color-accent-fg:#0D32B2;--color-accent-emphasis:#0D32B2;--color-attention-subtle:#676C7E;--color-danger-fg:red;}.sketch-overlay-B1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B2{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B3{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-AA4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-N3{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N7{fill:url(#streaks-bright);mix-blend-mode:darken}.light-code{display: block}.dark-code{display: none}]]>The UniverseFirstTwoLastD2CloudTerrastructTALAD2Cloud diff --git a/e2etests/testdata/stable/nesting_power/dagre/board.exp.json b/e2etests/testdata/stable/nesting_power/dagre/board.exp.json index 58936ce0dc..c657f6a96a 100644 --- a/e2etests/testdata/stable/nesting_power/dagre/board.exp.json +++ b/e2etests/testdata/stable/nesting_power/dagre/board.exp.json @@ -2499,7 +2499,6 @@ "underline": false, "labelWidth": 0, "labelHeight": 0, - "labelPosition": "INSIDE_TOP_CENTER", "zIndex": 0, "level": 2 }, diff --git a/e2etests/testdata/stable/nesting_power/dagre/sketch.exp.svg b/e2etests/testdata/stable/nesting_power/dagre/sketch.exp.svg index 1c18310e92..d032d39e5e 100644 --- a/e2etests/testdata/stable/nesting_power/dagre/sketch.exp.svg +++ b/e2etests/testdata/stable/nesting_power/dagre/sketch.exp.svg @@ -1,23 +1,23 @@ - + .d2-4112400026 .fill-N1{fill:#0A0F25;} + .d2-4112400026 .fill-N2{fill:#676C7E;} + .d2-4112400026 .fill-N3{fill:#9499AB;} + .d2-4112400026 .fill-N4{fill:#CFD2DD;} + .d2-4112400026 .fill-N5{fill:#DEE1EB;} + .d2-4112400026 .fill-N6{fill:#EEF1F8;} + .d2-4112400026 .fill-N7{fill:#FFFFFF;} + .d2-4112400026 .fill-B1{fill:#0D32B2;} + .d2-4112400026 .fill-B2{fill:#0D32B2;} + .d2-4112400026 .fill-B3{fill:#E3E9FD;} + .d2-4112400026 .fill-B4{fill:#E3E9FD;} + .d2-4112400026 .fill-B5{fill:#EDF0FD;} + .d2-4112400026 .fill-B6{fill:#F7F8FE;} + .d2-4112400026 .fill-AA2{fill:#4A6FF3;} + .d2-4112400026 .fill-AA4{fill:#EDF0FD;} + .d2-4112400026 .fill-AA5{fill:#F7F8FE;} + .d2-4112400026 .fill-AB4{fill:#EDF0FD;} + .d2-4112400026 .fill-AB5{fill:#F7F8FE;} + .d2-4112400026 .stroke-N1{stroke:#0A0F25;} + .d2-4112400026 .stroke-N2{stroke:#676C7E;} + .d2-4112400026 .stroke-N3{stroke:#9499AB;} + .d2-4112400026 .stroke-N4{stroke:#CFD2DD;} + .d2-4112400026 .stroke-N5{stroke:#DEE1EB;} + .d2-4112400026 .stroke-N6{stroke:#EEF1F8;} + .d2-4112400026 .stroke-N7{stroke:#FFFFFF;} + .d2-4112400026 .stroke-B1{stroke:#0D32B2;} + .d2-4112400026 .stroke-B2{stroke:#0D32B2;} + .d2-4112400026 .stroke-B3{stroke:#E3E9FD;} + .d2-4112400026 .stroke-B4{stroke:#E3E9FD;} + .d2-4112400026 .stroke-B5{stroke:#EDF0FD;} + .d2-4112400026 .stroke-B6{stroke:#F7F8FE;} + .d2-4112400026 .stroke-AA2{stroke:#4A6FF3;} + .d2-4112400026 .stroke-AA4{stroke:#EDF0FD;} + .d2-4112400026 .stroke-AA5{stroke:#F7F8FE;} + .d2-4112400026 .stroke-AB4{stroke:#EDF0FD;} + .d2-4112400026 .stroke-AB5{stroke:#F7F8FE;} + .d2-4112400026 .background-color-N1{background-color:#0A0F25;} + .d2-4112400026 .background-color-N2{background-color:#676C7E;} + .d2-4112400026 .background-color-N3{background-color:#9499AB;} + .d2-4112400026 .background-color-N4{background-color:#CFD2DD;} + .d2-4112400026 .background-color-N5{background-color:#DEE1EB;} + .d2-4112400026 .background-color-N6{background-color:#EEF1F8;} + .d2-4112400026 .background-color-N7{background-color:#FFFFFF;} + .d2-4112400026 .background-color-B1{background-color:#0D32B2;} + .d2-4112400026 .background-color-B2{background-color:#0D32B2;} + .d2-4112400026 .background-color-B3{background-color:#E3E9FD;} + .d2-4112400026 .background-color-B4{background-color:#E3E9FD;} + .d2-4112400026 .background-color-B5{background-color:#EDF0FD;} + .d2-4112400026 .background-color-B6{background-color:#F7F8FE;} + .d2-4112400026 .background-color-AA2{background-color:#4A6FF3;} + .d2-4112400026 .background-color-AA4{background-color:#EDF0FD;} + .d2-4112400026 .background-color-AA5{background-color:#F7F8FE;} + .d2-4112400026 .background-color-AB4{background-color:#EDF0FD;} + .d2-4112400026 .background-color-AB5{background-color:#F7F8FE;} + .d2-4112400026 .color-N1{color:#0A0F25;} + .d2-4112400026 .color-N2{color:#676C7E;} + .d2-4112400026 .color-N3{color:#9499AB;} + .d2-4112400026 .color-N4{color:#CFD2DD;} + .d2-4112400026 .color-N5{color:#DEE1EB;} + .d2-4112400026 .color-N6{color:#EEF1F8;} + .d2-4112400026 .color-N7{color:#FFFFFF;} + .d2-4112400026 .color-B1{color:#0D32B2;} + .d2-4112400026 .color-B2{color:#0D32B2;} + .d2-4112400026 .color-B3{color:#E3E9FD;} + .d2-4112400026 .color-B4{color:#E3E9FD;} + .d2-4112400026 .color-B5{color:#EDF0FD;} + .d2-4112400026 .color-B6{color:#F7F8FE;} + .d2-4112400026 .color-AA2{color:#4A6FF3;} + .d2-4112400026 .color-AA4{color:#EDF0FD;} + .d2-4112400026 .color-AA5{color:#F7F8FE;} + .d2-4112400026 .color-AB4{color:#EDF0FD;} + .d2-4112400026 .color-AB5{color:#F7F8FE;}.appendix text.text{fill:#0A0F25}.md{--color-fg-default:#0A0F25;--color-fg-muted:#676C7E;--color-fg-subtle:#9499AB;--color-canvas-default:#FFFFFF;--color-canvas-subtle:#EEF1F8;--color-border-default:#0D32B2;--color-border-muted:#0D32B2;--color-neutral-muted:#EEF1F8;--color-accent-fg:#0D32B2;--color-accent-emphasis:#0D32B2;--color-attention-subtle:#676C7E;--color-danger-fg:red;}.sketch-overlay-B1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B2{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B3{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-AA4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-N3{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N7{fill:url(#streaks-bright);mix-blend-mode:darken}.light-code{display: block}.dark-code{display: none}]]> @@ -113,7 +113,7 @@ Left Constant NearcenterdirectionsRight Constant NearseqmoreBottom Left Constant Neardefaultlayouthererectanglesquarepageparallelogramdocumentcylinderqueuepackagestepcalloutstored_datapersondiamondovalcirclehexagoncloudrightleftisconstantandalsogridscoreritemResponseitemessayRubricconceptitemOutcomestylishcontaineradagreelktalathisisgrid12341234updownnearax -ya_sequencea_shapesequencefinallybrow 1row 2row 3row 4row 5withasequence diagramyou canchild of is12341234scoreritemResponseitemessayRubricconceptsequencefrom one constant nearhaveanothergridhere andgrandchildscorerconceptessayRubricitemitemOutcomeitemResponse123continuenesting ororruns thisruns thisruns thisA straight edge across straight edge across nested typesdefault layoutdefault layoutdefault layout in styleto inside sequence diagramto inside sequence diagramto inside sequence diagramto constant nearfrom within constant nearto another getItem() itemgetRubric()rubricapplyTo(essayResp)match(essayResponse)score +ya_sequencea_shapesequencefinallybrow 1row 2row 3row 4row 5withasequence diagramyou canchild of is12341234scoreritemResponseitemessayRubricconceptsequencefrom one constant nearhaveanothergridhere andgrandchildscorerconceptessayRubricitemitemOutcomeitemResponse123continuenesting ororruns thisruns thisruns thisA straight edge across straight edge across nested typesdefault layoutdefault layoutdefault layout in styleto inside sequence diagramto inside sequence diagramto inside sequence diagramto constant nearfrom within constant nearto another getItem() itemgetRubric()rubricapplyTo(essayResp)match(essayResponse)score diff --git a/e2etests/testdata/stable/nesting_power/elk/board.exp.json b/e2etests/testdata/stable/nesting_power/elk/board.exp.json index ee17bcd78b..a3b8b6696d 100644 --- a/e2etests/testdata/stable/nesting_power/elk/board.exp.json +++ b/e2etests/testdata/stable/nesting_power/elk/board.exp.json @@ -2499,7 +2499,6 @@ "underline": false, "labelWidth": 0, "labelHeight": 0, - "labelPosition": "INSIDE_TOP_CENTER", "zIndex": 0, "level": 2 }, diff --git a/e2etests/testdata/stable/nesting_power/elk/sketch.exp.svg b/e2etests/testdata/stable/nesting_power/elk/sketch.exp.svg index aa4d266e54..7018f98702 100644 --- a/e2etests/testdata/stable/nesting_power/elk/sketch.exp.svg +++ b/e2etests/testdata/stable/nesting_power/elk/sketch.exp.svg @@ -1,23 +1,23 @@ - + .d2-3574643372 .fill-N1{fill:#0A0F25;} + .d2-3574643372 .fill-N2{fill:#676C7E;} + .d2-3574643372 .fill-N3{fill:#9499AB;} + .d2-3574643372 .fill-N4{fill:#CFD2DD;} + .d2-3574643372 .fill-N5{fill:#DEE1EB;} + .d2-3574643372 .fill-N6{fill:#EEF1F8;} + .d2-3574643372 .fill-N7{fill:#FFFFFF;} + .d2-3574643372 .fill-B1{fill:#0D32B2;} + .d2-3574643372 .fill-B2{fill:#0D32B2;} + .d2-3574643372 .fill-B3{fill:#E3E9FD;} + .d2-3574643372 .fill-B4{fill:#E3E9FD;} + .d2-3574643372 .fill-B5{fill:#EDF0FD;} + .d2-3574643372 .fill-B6{fill:#F7F8FE;} + .d2-3574643372 .fill-AA2{fill:#4A6FF3;} + .d2-3574643372 .fill-AA4{fill:#EDF0FD;} + .d2-3574643372 .fill-AA5{fill:#F7F8FE;} + .d2-3574643372 .fill-AB4{fill:#EDF0FD;} + .d2-3574643372 .fill-AB5{fill:#F7F8FE;} + .d2-3574643372 .stroke-N1{stroke:#0A0F25;} + .d2-3574643372 .stroke-N2{stroke:#676C7E;} + .d2-3574643372 .stroke-N3{stroke:#9499AB;} + .d2-3574643372 .stroke-N4{stroke:#CFD2DD;} + .d2-3574643372 .stroke-N5{stroke:#DEE1EB;} + .d2-3574643372 .stroke-N6{stroke:#EEF1F8;} + .d2-3574643372 .stroke-N7{stroke:#FFFFFF;} + .d2-3574643372 .stroke-B1{stroke:#0D32B2;} + .d2-3574643372 .stroke-B2{stroke:#0D32B2;} + .d2-3574643372 .stroke-B3{stroke:#E3E9FD;} + .d2-3574643372 .stroke-B4{stroke:#E3E9FD;} + .d2-3574643372 .stroke-B5{stroke:#EDF0FD;} + .d2-3574643372 .stroke-B6{stroke:#F7F8FE;} + .d2-3574643372 .stroke-AA2{stroke:#4A6FF3;} + .d2-3574643372 .stroke-AA4{stroke:#EDF0FD;} + .d2-3574643372 .stroke-AA5{stroke:#F7F8FE;} + .d2-3574643372 .stroke-AB4{stroke:#EDF0FD;} + .d2-3574643372 .stroke-AB5{stroke:#F7F8FE;} + .d2-3574643372 .background-color-N1{background-color:#0A0F25;} + .d2-3574643372 .background-color-N2{background-color:#676C7E;} + .d2-3574643372 .background-color-N3{background-color:#9499AB;} + .d2-3574643372 .background-color-N4{background-color:#CFD2DD;} + .d2-3574643372 .background-color-N5{background-color:#DEE1EB;} + .d2-3574643372 .background-color-N6{background-color:#EEF1F8;} + .d2-3574643372 .background-color-N7{background-color:#FFFFFF;} + .d2-3574643372 .background-color-B1{background-color:#0D32B2;} + .d2-3574643372 .background-color-B2{background-color:#0D32B2;} + .d2-3574643372 .background-color-B3{background-color:#E3E9FD;} + .d2-3574643372 .background-color-B4{background-color:#E3E9FD;} + .d2-3574643372 .background-color-B5{background-color:#EDF0FD;} + .d2-3574643372 .background-color-B6{background-color:#F7F8FE;} + .d2-3574643372 .background-color-AA2{background-color:#4A6FF3;} + .d2-3574643372 .background-color-AA4{background-color:#EDF0FD;} + .d2-3574643372 .background-color-AA5{background-color:#F7F8FE;} + .d2-3574643372 .background-color-AB4{background-color:#EDF0FD;} + .d2-3574643372 .background-color-AB5{background-color:#F7F8FE;} + .d2-3574643372 .color-N1{color:#0A0F25;} + .d2-3574643372 .color-N2{color:#676C7E;} + .d2-3574643372 .color-N3{color:#9499AB;} + .d2-3574643372 .color-N4{color:#CFD2DD;} + .d2-3574643372 .color-N5{color:#DEE1EB;} + .d2-3574643372 .color-N6{color:#EEF1F8;} + .d2-3574643372 .color-N7{color:#FFFFFF;} + .d2-3574643372 .color-B1{color:#0D32B2;} + .d2-3574643372 .color-B2{color:#0D32B2;} + .d2-3574643372 .color-B3{color:#E3E9FD;} + .d2-3574643372 .color-B4{color:#E3E9FD;} + .d2-3574643372 .color-B5{color:#EDF0FD;} + .d2-3574643372 .color-B6{color:#F7F8FE;} + .d2-3574643372 .color-AA2{color:#4A6FF3;} + .d2-3574643372 .color-AA4{color:#EDF0FD;} + .d2-3574643372 .color-AA5{color:#F7F8FE;} + .d2-3574643372 .color-AB4{color:#EDF0FD;} + .d2-3574643372 .color-AB5{color:#F7F8FE;}.appendix text.text{fill:#0A0F25}.md{--color-fg-default:#0A0F25;--color-fg-muted:#676C7E;--color-fg-subtle:#9499AB;--color-canvas-default:#FFFFFF;--color-canvas-subtle:#EEF1F8;--color-border-default:#0D32B2;--color-border-muted:#0D32B2;--color-neutral-muted:#EEF1F8;--color-accent-fg:#0D32B2;--color-accent-emphasis:#0D32B2;--color-attention-subtle:#676C7E;--color-danger-fg:red;}.sketch-overlay-B1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B2{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B3{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-AA4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-N3{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N7{fill:url(#streaks-bright);mix-blend-mode:darken}.light-code{display: block}.dark-code{display: none}]]> @@ -113,7 +113,7 @@ Left Constant NearcenterdirectionsRight Constant NearseqmoreBottom Left Constant Neardefaultlayouthererectanglesquarepageparallelogramdocumentcylinderqueuepackagestepcalloutstored_datapersondiamondovalcirclehexagoncloudrightleftisconstantandalsogridscoreritemResponseitemessayRubricconceptitemOutcomestylishcontaineradagreelktalathisisgrid12341234updownnearax -ya_sequencea_shapesequencefinallybrow 1row 2row 3row 4row 5withasequence diagramyou canchild of is12341234scoreritemResponseitemessayRubricconceptsequencefrom one constant nearhaveanothergridhere andgrandchildscorerconceptessayRubricitemitemOutcomeitemResponse123continuenesting ororruns thisruns thisruns thisA straight edge across straight edge across nested typesdefault layoutdefault layoutdefault layout in styleto inside sequence diagramto inside sequence diagramto inside sequence diagramto constant nearfrom within constant nearto another getItem() itemgetRubric()rubricapplyTo(essayResp)match(essayResponse)score +ya_sequencea_shapesequencefinallybrow 1row 2row 3row 4row 5withasequence diagramyou canchild of is12341234scoreritemResponseitemessayRubricconceptsequencefrom one constant nearhaveanothergridhere andgrandchildscorerconceptessayRubricitemitemOutcomeitemResponse123continuenesting ororruns thisruns thisruns thisA straight edge across straight edge across nested typesdefault layoutdefault layoutdefault layout in styleto inside sequence diagramto inside sequence diagramto inside sequence diagramto constant nearfrom within constant nearto another getItem() itemgetRubric()rubricapplyTo(essayResp)match(essayResponse)score diff --git a/e2etests/testdata/stable/simple_grid_edges/dagre/board.exp.json b/e2etests/testdata/stable/simple_grid_edges/dagre/board.exp.json index da2d10a251..3247aa2472 100644 --- a/e2etests/testdata/stable/simple_grid_edges/dagre/board.exp.json +++ b/e2etests/testdata/stable/simple_grid_edges/dagre/board.exp.json @@ -922,7 +922,6 @@ "underline": false, "labelWidth": 0, "labelHeight": 0, - "labelPosition": "INSIDE_TOP_CENTER", "zIndex": 0, "level": 1 }, diff --git a/e2etests/testdata/stable/simple_grid_edges/dagre/sketch.exp.svg b/e2etests/testdata/stable/simple_grid_edges/dagre/sketch.exp.svg index 7ae570cdb5..a76216f2c8 100644 --- a/e2etests/testdata/stable/simple_grid_edges/dagre/sketch.exp.svg +++ b/e2etests/testdata/stable/simple_grid_edges/dagre/sketch.exp.svg @@ -1,23 +1,23 @@ -npm i -g@forge/cliSet up anAtlassian siteView the helloworld appforgetunnelforgeloginforgecreateforgedeployforgeinstallHot reloadchanges?Step 1Step 2Step 3Step 4forgedeploy⬤ Forge CLI⬤ Required⬤ Optional YesNo + .d2-1323311231 .fill-N1{fill:#0A0F25;} + .d2-1323311231 .fill-N2{fill:#676C7E;} + .d2-1323311231 .fill-N3{fill:#9499AB;} + .d2-1323311231 .fill-N4{fill:#CFD2DD;} + .d2-1323311231 .fill-N5{fill:#DEE1EB;} + .d2-1323311231 .fill-N6{fill:#EEF1F8;} + .d2-1323311231 .fill-N7{fill:#FFFFFF;} + .d2-1323311231 .fill-B1{fill:#0D32B2;} + .d2-1323311231 .fill-B2{fill:#0D32B2;} + .d2-1323311231 .fill-B3{fill:#E3E9FD;} + .d2-1323311231 .fill-B4{fill:#E3E9FD;} + .d2-1323311231 .fill-B5{fill:#EDF0FD;} + .d2-1323311231 .fill-B6{fill:#F7F8FE;} + .d2-1323311231 .fill-AA2{fill:#4A6FF3;} + .d2-1323311231 .fill-AA4{fill:#EDF0FD;} + .d2-1323311231 .fill-AA5{fill:#F7F8FE;} + .d2-1323311231 .fill-AB4{fill:#EDF0FD;} + .d2-1323311231 .fill-AB5{fill:#F7F8FE;} + .d2-1323311231 .stroke-N1{stroke:#0A0F25;} + .d2-1323311231 .stroke-N2{stroke:#676C7E;} + .d2-1323311231 .stroke-N3{stroke:#9499AB;} + .d2-1323311231 .stroke-N4{stroke:#CFD2DD;} + .d2-1323311231 .stroke-N5{stroke:#DEE1EB;} + .d2-1323311231 .stroke-N6{stroke:#EEF1F8;} + .d2-1323311231 .stroke-N7{stroke:#FFFFFF;} + .d2-1323311231 .stroke-B1{stroke:#0D32B2;} + .d2-1323311231 .stroke-B2{stroke:#0D32B2;} + .d2-1323311231 .stroke-B3{stroke:#E3E9FD;} + .d2-1323311231 .stroke-B4{stroke:#E3E9FD;} + .d2-1323311231 .stroke-B5{stroke:#EDF0FD;} + .d2-1323311231 .stroke-B6{stroke:#F7F8FE;} + .d2-1323311231 .stroke-AA2{stroke:#4A6FF3;} + .d2-1323311231 .stroke-AA4{stroke:#EDF0FD;} + .d2-1323311231 .stroke-AA5{stroke:#F7F8FE;} + .d2-1323311231 .stroke-AB4{stroke:#EDF0FD;} + .d2-1323311231 .stroke-AB5{stroke:#F7F8FE;} + .d2-1323311231 .background-color-N1{background-color:#0A0F25;} + .d2-1323311231 .background-color-N2{background-color:#676C7E;} + .d2-1323311231 .background-color-N3{background-color:#9499AB;} + .d2-1323311231 .background-color-N4{background-color:#CFD2DD;} + .d2-1323311231 .background-color-N5{background-color:#DEE1EB;} + .d2-1323311231 .background-color-N6{background-color:#EEF1F8;} + .d2-1323311231 .background-color-N7{background-color:#FFFFFF;} + .d2-1323311231 .background-color-B1{background-color:#0D32B2;} + .d2-1323311231 .background-color-B2{background-color:#0D32B2;} + .d2-1323311231 .background-color-B3{background-color:#E3E9FD;} + .d2-1323311231 .background-color-B4{background-color:#E3E9FD;} + .d2-1323311231 .background-color-B5{background-color:#EDF0FD;} + .d2-1323311231 .background-color-B6{background-color:#F7F8FE;} + .d2-1323311231 .background-color-AA2{background-color:#4A6FF3;} + .d2-1323311231 .background-color-AA4{background-color:#EDF0FD;} + .d2-1323311231 .background-color-AA5{background-color:#F7F8FE;} + .d2-1323311231 .background-color-AB4{background-color:#EDF0FD;} + .d2-1323311231 .background-color-AB5{background-color:#F7F8FE;} + .d2-1323311231 .color-N1{color:#0A0F25;} + .d2-1323311231 .color-N2{color:#676C7E;} + .d2-1323311231 .color-N3{color:#9499AB;} + .d2-1323311231 .color-N4{color:#CFD2DD;} + .d2-1323311231 .color-N5{color:#DEE1EB;} + .d2-1323311231 .color-N6{color:#EEF1F8;} + .d2-1323311231 .color-N7{color:#FFFFFF;} + .d2-1323311231 .color-B1{color:#0D32B2;} + .d2-1323311231 .color-B2{color:#0D32B2;} + .d2-1323311231 .color-B3{color:#E3E9FD;} + .d2-1323311231 .color-B4{color:#E3E9FD;} + .d2-1323311231 .color-B5{color:#EDF0FD;} + .d2-1323311231 .color-B6{color:#F7F8FE;} + .d2-1323311231 .color-AA2{color:#4A6FF3;} + .d2-1323311231 .color-AA4{color:#EDF0FD;} + .d2-1323311231 .color-AA5{color:#F7F8FE;} + .d2-1323311231 .color-AB4{color:#EDF0FD;} + .d2-1323311231 .color-AB5{color:#F7F8FE;}.appendix text.text{fill:#0A0F25}.md{--color-fg-default:#0A0F25;--color-fg-muted:#676C7E;--color-fg-subtle:#9499AB;--color-canvas-default:#FFFFFF;--color-canvas-subtle:#EEF1F8;--color-border-default:#0D32B2;--color-border-muted:#0D32B2;--color-neutral-muted:#EEF1F8;--color-accent-fg:#0D32B2;--color-accent-emphasis:#0D32B2;--color-attention-subtle:#676C7E;--color-danger-fg:red;}.sketch-overlay-B1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B2{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B3{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-AA4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-N3{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N7{fill:url(#streaks-bright);mix-blend-mode:darken}.light-code{display: block}.dark-code{display: none}]]>npm i -g@forge/cliSet up anAtlassian siteView the helloworld appforgetunnelforgeloginforgecreateforgedeployforgeinstallHot reloadchanges?Step 1Step 2Step 3Step 4forgedeploy⬤ Forge CLI⬤ Required⬤ Optional YesNo diff --git a/e2etests/testdata/stable/simple_grid_edges/elk/board.exp.json b/e2etests/testdata/stable/simple_grid_edges/elk/board.exp.json index da2d10a251..3247aa2472 100644 --- a/e2etests/testdata/stable/simple_grid_edges/elk/board.exp.json +++ b/e2etests/testdata/stable/simple_grid_edges/elk/board.exp.json @@ -922,7 +922,6 @@ "underline": false, "labelWidth": 0, "labelHeight": 0, - "labelPosition": "INSIDE_TOP_CENTER", "zIndex": 0, "level": 1 }, diff --git a/e2etests/testdata/stable/simple_grid_edges/elk/sketch.exp.svg b/e2etests/testdata/stable/simple_grid_edges/elk/sketch.exp.svg index 7ae570cdb5..a76216f2c8 100644 --- a/e2etests/testdata/stable/simple_grid_edges/elk/sketch.exp.svg +++ b/e2etests/testdata/stable/simple_grid_edges/elk/sketch.exp.svg @@ -1,23 +1,23 @@ -npm i -g@forge/cliSet up anAtlassian siteView the helloworld appforgetunnelforgeloginforgecreateforgedeployforgeinstallHot reloadchanges?Step 1Step 2Step 3Step 4forgedeploy⬤ Forge CLI⬤ Required⬤ Optional YesNo + .d2-1323311231 .fill-N1{fill:#0A0F25;} + .d2-1323311231 .fill-N2{fill:#676C7E;} + .d2-1323311231 .fill-N3{fill:#9499AB;} + .d2-1323311231 .fill-N4{fill:#CFD2DD;} + .d2-1323311231 .fill-N5{fill:#DEE1EB;} + .d2-1323311231 .fill-N6{fill:#EEF1F8;} + .d2-1323311231 .fill-N7{fill:#FFFFFF;} + .d2-1323311231 .fill-B1{fill:#0D32B2;} + .d2-1323311231 .fill-B2{fill:#0D32B2;} + .d2-1323311231 .fill-B3{fill:#E3E9FD;} + .d2-1323311231 .fill-B4{fill:#E3E9FD;} + .d2-1323311231 .fill-B5{fill:#EDF0FD;} + .d2-1323311231 .fill-B6{fill:#F7F8FE;} + .d2-1323311231 .fill-AA2{fill:#4A6FF3;} + .d2-1323311231 .fill-AA4{fill:#EDF0FD;} + .d2-1323311231 .fill-AA5{fill:#F7F8FE;} + .d2-1323311231 .fill-AB4{fill:#EDF0FD;} + .d2-1323311231 .fill-AB5{fill:#F7F8FE;} + .d2-1323311231 .stroke-N1{stroke:#0A0F25;} + .d2-1323311231 .stroke-N2{stroke:#676C7E;} + .d2-1323311231 .stroke-N3{stroke:#9499AB;} + .d2-1323311231 .stroke-N4{stroke:#CFD2DD;} + .d2-1323311231 .stroke-N5{stroke:#DEE1EB;} + .d2-1323311231 .stroke-N6{stroke:#EEF1F8;} + .d2-1323311231 .stroke-N7{stroke:#FFFFFF;} + .d2-1323311231 .stroke-B1{stroke:#0D32B2;} + .d2-1323311231 .stroke-B2{stroke:#0D32B2;} + .d2-1323311231 .stroke-B3{stroke:#E3E9FD;} + .d2-1323311231 .stroke-B4{stroke:#E3E9FD;} + .d2-1323311231 .stroke-B5{stroke:#EDF0FD;} + .d2-1323311231 .stroke-B6{stroke:#F7F8FE;} + .d2-1323311231 .stroke-AA2{stroke:#4A6FF3;} + .d2-1323311231 .stroke-AA4{stroke:#EDF0FD;} + .d2-1323311231 .stroke-AA5{stroke:#F7F8FE;} + .d2-1323311231 .stroke-AB4{stroke:#EDF0FD;} + .d2-1323311231 .stroke-AB5{stroke:#F7F8FE;} + .d2-1323311231 .background-color-N1{background-color:#0A0F25;} + .d2-1323311231 .background-color-N2{background-color:#676C7E;} + .d2-1323311231 .background-color-N3{background-color:#9499AB;} + .d2-1323311231 .background-color-N4{background-color:#CFD2DD;} + .d2-1323311231 .background-color-N5{background-color:#DEE1EB;} + .d2-1323311231 .background-color-N6{background-color:#EEF1F8;} + .d2-1323311231 .background-color-N7{background-color:#FFFFFF;} + .d2-1323311231 .background-color-B1{background-color:#0D32B2;} + .d2-1323311231 .background-color-B2{background-color:#0D32B2;} + .d2-1323311231 .background-color-B3{background-color:#E3E9FD;} + .d2-1323311231 .background-color-B4{background-color:#E3E9FD;} + .d2-1323311231 .background-color-B5{background-color:#EDF0FD;} + .d2-1323311231 .background-color-B6{background-color:#F7F8FE;} + .d2-1323311231 .background-color-AA2{background-color:#4A6FF3;} + .d2-1323311231 .background-color-AA4{background-color:#EDF0FD;} + .d2-1323311231 .background-color-AA5{background-color:#F7F8FE;} + .d2-1323311231 .background-color-AB4{background-color:#EDF0FD;} + .d2-1323311231 .background-color-AB5{background-color:#F7F8FE;} + .d2-1323311231 .color-N1{color:#0A0F25;} + .d2-1323311231 .color-N2{color:#676C7E;} + .d2-1323311231 .color-N3{color:#9499AB;} + .d2-1323311231 .color-N4{color:#CFD2DD;} + .d2-1323311231 .color-N5{color:#DEE1EB;} + .d2-1323311231 .color-N6{color:#EEF1F8;} + .d2-1323311231 .color-N7{color:#FFFFFF;} + .d2-1323311231 .color-B1{color:#0D32B2;} + .d2-1323311231 .color-B2{color:#0D32B2;} + .d2-1323311231 .color-B3{color:#E3E9FD;} + .d2-1323311231 .color-B4{color:#E3E9FD;} + .d2-1323311231 .color-B5{color:#EDF0FD;} + .d2-1323311231 .color-B6{color:#F7F8FE;} + .d2-1323311231 .color-AA2{color:#4A6FF3;} + .d2-1323311231 .color-AA4{color:#EDF0FD;} + .d2-1323311231 .color-AA5{color:#F7F8FE;} + .d2-1323311231 .color-AB4{color:#EDF0FD;} + .d2-1323311231 .color-AB5{color:#F7F8FE;}.appendix text.text{fill:#0A0F25}.md{--color-fg-default:#0A0F25;--color-fg-muted:#676C7E;--color-fg-subtle:#9499AB;--color-canvas-default:#FFFFFF;--color-canvas-subtle:#EEF1F8;--color-border-default:#0D32B2;--color-border-muted:#0D32B2;--color-neutral-muted:#EEF1F8;--color-accent-fg:#0D32B2;--color-accent-emphasis:#0D32B2;--color-attention-subtle:#676C7E;--color-danger-fg:red;}.sketch-overlay-B1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B2{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B3{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-AA4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-N3{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N7{fill:url(#streaks-bright);mix-blend-mode:darken}.light-code{display: block}.dark-code{display: none}]]>npm i -g@forge/cliSet up anAtlassian siteView the helloworld appforgetunnelforgeloginforgecreateforgedeployforgeinstallHot reloadchanges?Step 1Step 2Step 3Step 4forgedeploy⬤ Forge CLI⬤ Required⬤ Optional YesNo diff --git a/e2etests/testdata/stable/teleport_grid/dagre/board.exp.json b/e2etests/testdata/stable/teleport_grid/dagre/board.exp.json index 783add638c..ab8dc1cfd4 100644 --- a/e2etests/testdata/stable/teleport_grid/dagre/board.exp.json +++ b/e2etests/testdata/stable/teleport_grid/dagre/board.exp.json @@ -40,7 +40,6 @@ "underline": false, "labelWidth": 0, "labelHeight": 0, - "labelPosition": "INSIDE_TOP_CENTER", "zIndex": 0, "level": 1 }, @@ -81,7 +80,6 @@ "underline": false, "labelWidth": 0, "labelHeight": 0, - "labelPosition": "INSIDE_TOP_CENTER", "zIndex": 0, "level": 1 }, diff --git a/e2etests/testdata/stable/teleport_grid/dagre/sketch.exp.svg b/e2etests/testdata/stable/teleport_grid/dagre/sketch.exp.svg index e6f8c9a2b8..c5cbdfd341 100644 --- a/e2etests/testdata/stable/teleport_grid/dagre/sketch.exp.svg +++ b/e2etests/testdata/stable/teleport_grid/dagre/sketch.exp.svg @@ -1,27 +1,27 @@ -TeleportJust-in-time Access viaInfrastructureIndentity ProviderEngineersMachinesHTTPS://> kubectl> tsh> apiDB Clients

Identity Native Proxy

-
Audit LogCert AuthoritySlackMattermostJiraPagerdutyEmailsshKubernetesMy SQLMongoDBPSQLWindows all connections audited and logged +Audit LogCert AuthoritySlackMattermostJiraPagerdutyEmailsshKubernetesMy SQLMongoDBPSQLWindows all connections audited and logged diff --git a/e2etests/testdata/stable/teleport_grid/elk/board.exp.json b/e2etests/testdata/stable/teleport_grid/elk/board.exp.json index 885d03d652..fbbb19c96d 100644 --- a/e2etests/testdata/stable/teleport_grid/elk/board.exp.json +++ b/e2etests/testdata/stable/teleport_grid/elk/board.exp.json @@ -40,7 +40,6 @@ "underline": false, "labelWidth": 0, "labelHeight": 0, - "labelPosition": "INSIDE_TOP_CENTER", "zIndex": 0, "level": 1 }, @@ -81,7 +80,6 @@ "underline": false, "labelWidth": 0, "labelHeight": 0, - "labelPosition": "INSIDE_TOP_CENTER", "zIndex": 0, "level": 1 }, diff --git a/e2etests/testdata/stable/teleport_grid/elk/sketch.exp.svg b/e2etests/testdata/stable/teleport_grid/elk/sketch.exp.svg index 88443fdb22..e1e4df027d 100644 --- a/e2etests/testdata/stable/teleport_grid/elk/sketch.exp.svg +++ b/e2etests/testdata/stable/teleport_grid/elk/sketch.exp.svg @@ -1,27 +1,27 @@ -TeleportJust-in-time Access viaInfrastructureIndentity ProviderEngineersMachinesHTTPS://> kubectl> tsh> apiDB Clients

Identity Native Proxy

-
Audit LogCert AuthoritySlackMattermostJiraPagerdutyEmailsshKubernetesMy SQLMongoDBPSQLWindows all connections audited and logged +Audit LogCert AuthoritySlackMattermostJiraPagerdutyEmailsshKubernetesMy SQLMongoDBPSQLWindows all connections audited and logged From abb501e50ef453e23f20f3edfdefb5ffbe8b5503 Mon Sep 17 00:00:00 2001 From: Gavin Nishizawa Date: Wed, 8 Nov 2023 20:31:50 -0800 Subject: [PATCH 9/9] changelog --- ci/release/changelogs/next.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index e10f25c482..b47a877b6b 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -2,6 +2,7 @@ - ELK now routes `sql_table` edges to the exact columns (ty @landmaj) [#1681](https://github.com/terrastruct/d2/pull/1681) - Adds new unfilled triangle arrowhead. [#1711](https://github.com/terrastruct/d2/pull/1711) +- Grid containers can now have custom label positions. [#1715](https://github.com/terrastruct/d2/pull/1715) #### Improvements 🧹