...

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

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

     1linked: {
     2  rectangle.shape: rectangle
     3  square.shape: square
     4  page.shape: page
     5  parallelogram.shape: parallelogram
     6  document.shape: document
     7  cylinder.shape: cylinder
     8  queue.shape: queue
     9  package.shape: package
    10  step.shape: step
    11  callout.shape: callout
    12  stored_data.shape: stored_data
    13  person.shape: person
    14  diamond.shape: diamond
    15  oval.shape: oval
    16  circle.shape: circle
    17  hexagon.shape: hexagon
    18  cloud.shape: cloud
    19
    20  rectangle -> square -> page
    21  parallelogram -> document -> cylinder
    22  queue -> package -> step
    23  callout -> stored_data -> person
    24  diamond -> oval -> circle
    25  hexagon -> cloud
    26
    27  rectangle.class: linked
    28  square.class: linked
    29  page.class: linked
    30  parallelogram.class: linked
    31  document.class: linked
    32  cylinder.class: linked
    33  queue.class: linked
    34  package.class: linked
    35  step.class: linked
    36  callout.class: linked
    37  stored_data.class: linked
    38  person.class: linked
    39  diamond.class: linked
    40  oval.class: linked
    41  circle.class: linked
    42  hexagon.class: linked
    43  cloud.class: linked
    44}
    45
    46tooltipped: {
    47  rectangle.shape: rectangle
    48  square.shape: square
    49  page.shape: page
    50  parallelogram.shape: parallelogram
    51  document.shape: document
    52  cylinder.shape: cylinder
    53  queue.shape: queue
    54  package.shape: package
    55  step.shape: step
    56  callout.shape: callout
    57  stored_data.shape: stored_data
    58  person.shape: person
    59  diamond.shape: diamond
    60  oval.shape: oval
    61  circle.shape: circle
    62  hexagon.shape: hexagon
    63  cloud.shape: cloud
    64
    65  rectangle -> square -> page
    66  parallelogram -> document -> cylinder
    67  queue -> package -> step
    68  callout -> stored_data -> person
    69  diamond -> oval -> circle
    70  hexagon -> cloud
    71
    72  rectangle.class: tooltipped
    73  square.class: tooltipped
    74  page.class: tooltipped
    75  parallelogram.class: tooltipped
    76  document.class: tooltipped
    77  cylinder.class: tooltipped
    78  queue.class: tooltipped
    79  package.class: tooltipped
    80  step.class: tooltipped
    81  callout.class: tooltipped
    82  stored_data.class: tooltipped
    83  person.class: tooltipped
    84  diamond.class: tooltipped
    85  oval.class: tooltipped
    86  circle.class: tooltipped
    87  hexagon.class: tooltipped
    88  cloud.class: tooltipped
    89}
    90
    91both: {
    92  rectangle.shape: rectangle
    93  square.shape: square
    94  page.shape: page
    95  parallelogram.shape: parallelogram
    96  document.shape: document
    97  cylinder.shape: cylinder
    98  queue.shape: queue
    99  package.shape: package
   100  step.shape: step
   101  callout.shape: callout
   102  stored_data.shape: stored_data
   103  person.shape: person
   104  diamond.shape: diamond
   105  oval.shape: oval
   106  circle.shape: circle
   107  hexagon.shape: hexagon
   108  cloud.shape: cloud
   109
   110  rectangle -> square -> page
   111  parallelogram -> document -> cylinder
   112  queue -> package -> step
   113  callout -> stored_data -> person
   114  diamond -> oval -> circle
   115  hexagon -> cloud
   116
   117  rectangle.class: [linked; tooltipped]
   118  square.class: [linked; tooltipped]
   119  page.class: [linked; tooltipped]
   120  parallelogram.class: [linked; tooltipped]
   121  document.class: [linked; tooltipped]
   122  cylinder.class: [linked; tooltipped]
   123  queue.class: [linked; tooltipped]
   124  package.class: [linked; tooltipped]
   125  step.class: [linked; tooltipped]
   126  callout.class: [linked; tooltipped]
   127  stored_data.class: [linked; tooltipped]
   128  person.class: [linked; tooltipped]
   129  diamond.class: [linked; tooltipped]
   130  oval.class: [linked; tooltipped]
   131  circle.class: [linked; tooltipped]
   132  hexagon.class: [linked; tooltipped]
   133  cloud.class: [linked; tooltipped]
   134}
   135
   136linked -> tooltipped -> both
   137
   138classes: {
   139  linked.link: example.com
   140  tooltipped.tooltip: example
   141}

View as plain text