...

Text file src/oss.terrastruct.com/d2/e2etests/testdata/files/dagre_spacing.d2

Documentation: oss.terrastruct.com/d2/e2etests/testdata/files

     1a: {
     2  k.t -> f.i
     3  f.g -> _.s.n
     4}
     5k
     6k.s <-> u.o
     7h.m.s -> a.f.g
     8
     9a.f.j -> u.s.j
    10u: {
    11  c -> _.s.z.c
    12}
    13
    14s: {
    15  n: {
    16    style.stroke: red
    17    f
    18  }
    19}
    20
    21s.n -> y.r: {style.stroke-width: 8; style.stroke: red}
    22y.r -> a.g.i: 1\n2\n3\n4
    23
    24s.n.class: icon
    25a.f.i: {
    26  label: i\nii
    27  class: OutsideTopCenter
    28}
    29u.s.j.class: OutsideBottomCenter
    30u.s: {
    31  label: s\ns\ns\ns
    32  class: OutsideBottomCenter
    33}
    34a.f.j.class: [icon; IconOutsideLeftTop]
    35u.c: {
    36  label: cccccccccccccccccccc
    37  class: OutsideRightMiddle
    38}
    39
    40classes: {
    41  icon: {
    42    icon: https://icons.terrastruct.com/essentials/time.svg
    43  }
    44
    45  OutsideTopLeft.label.near: outside-top-left
    46  OutsideTopCenter.label.near: outside-top-center
    47  OutsideTopRight.label.near: outside-top-right
    48
    49  OutsideLeftTop.label.near: outside-left-top
    50  OutsideLeftMiddle.label.near: outside-left-center
    51  OutsideLeftBottom.label.near: outside-left-bottom
    52
    53  OutsideRightTop.label.near: outside-right-top
    54  OutsideRightMiddle.label.near: outside-right-center
    55  OutsideRightBottom.label.near: outside-right-bottom
    56
    57  OutsideBottomLeft.label.near: outside-bottom-left
    58  OutsideBottomCenter.label.near: outside-bottom-center
    59  OutsideBottomRight.label.near: outside-bottom-right
    60
    61  InsideTopLeft.label.near: top-left
    62  InsideTopCenter.label.near: top-center
    63  InsideTopRight.label.near: top-right
    64
    65  InsideMiddleLeft.label.near: center-left
    66  InsideMiddleCenter.label.near: center-center
    67  InsideMiddleRight.label.near: center-right
    68
    69  InsideBottomLeft.label.near: bottom-left
    70  InsideBottomCenter.label.near: bottom-center
    71  InsideBottomRight.label.near: bottom-right
    72
    73  # Icon positions
    74  IconOutsideTopLeft.icon.near: outside-top-left
    75  IconOutsideTopCenter.icon.near: outside-top-center
    76  IconOutsideTopRight.icon.near: outside-top-right
    77
    78  IconOutsideLeftTop.icon.near: outside-left-top
    79  IconOutsideLeftMiddle.icon.near: outside-left-center
    80  IconOutsideLeftBottom.icon.near: outside-left-bottom
    81
    82  IconOutsideRightTop.icon.near: outside-right-top
    83  IconOutsideRightMiddle.icon.near: outside-right-center
    84  IconOutsideRightBottom.icon.near: outside-right-bottom
    85
    86  IconOutsideBottomLeft.icon.near: outside-bottom-left
    87  IconOutsideBottomCenter.icon.near: outside-bottom-center
    88  IconOutsideBottomRight.icon.near: outside-bottom-right
    89
    90  IconInsideTopLeft.icon.near: top-left
    91  IconInsideTopCenter.icon.near: top-center
    92  IconInsideTopRight.icon.near: top-right
    93
    94  IconInsideMiddleLeft.icon.near: center-left
    95  IconInsideMiddleCenter.icon.near: center-center
    96  IconInsideMiddleRight.icon.near: center-right
    97
    98  IconInsideBottomLeft.icon.near: bottom-left
    99  IconInsideBottomCenter.icon.near: bottom-center
   100  IconInsideBottomRight.icon.near: bottom-right
   101}

View as plain text