add all_shapes_link test

This commit is contained in:
Gavin Nishizawa 2023-07-03 12:37:51 -07:00
parent edbcd621ab
commit 6fd6e67ae0
No known key found for this signature in database
GPG key ID: AE3B177777CE55CD
6 changed files with 9999 additions and 0 deletions

View file

@ -2781,6 +2781,7 @@ scenarios: {
loadFromFile(t, "outside_bottom_labels"), loadFromFile(t, "outside_bottom_labels"),
loadFromFile(t, "label_positions"), loadFromFile(t, "label_positions"),
loadFromFile(t, "icon_positions"), loadFromFile(t, "icon_positions"),
loadFromFile(t, "all_shapes_link"),
} }
runa(t, tcs) runa(t, tcs)

View file

@ -0,0 +1,141 @@
linked: {
rectangle.shape: rectangle
square.shape: square
page.shape: page
parallelogram.shape: parallelogram
document.shape: document
cylinder.shape: cylinder
queue.shape: queue
package.shape: package
step.shape: step
callout.shape: callout
stored_data.shape: stored_data
person.shape: person
diamond.shape: diamond
oval.shape: oval
circle.shape: circle
hexagon.shape: hexagon
cloud.shape: cloud
rectangle -> square -> page
parallelogram -> document -> cylinder
queue -> package -> step
callout -> stored_data -> person
diamond -> oval -> circle
hexagon -> cloud
rectangle.class: linked
square.class: linked
page.class: linked
parallelogram.class: linked
document.class: linked
cylinder.class: linked
queue.class: linked
package.class: linked
step.class: linked
callout.class: linked
stored_data.class: linked
person.class: linked
diamond.class: linked
oval.class: linked
circle.class: linked
hexagon.class: linked
cloud.class: linked
}
tooltipped: {
rectangle.shape: rectangle
square.shape: square
page.shape: page
parallelogram.shape: parallelogram
document.shape: document
cylinder.shape: cylinder
queue.shape: queue
package.shape: package
step.shape: step
callout.shape: callout
stored_data.shape: stored_data
person.shape: person
diamond.shape: diamond
oval.shape: oval
circle.shape: circle
hexagon.shape: hexagon
cloud.shape: cloud
rectangle -> square -> page
parallelogram -> document -> cylinder
queue -> package -> step
callout -> stored_data -> person
diamond -> oval -> circle
hexagon -> cloud
rectangle.class: tooltipped
square.class: tooltipped
page.class: tooltipped
parallelogram.class: tooltipped
document.class: tooltipped
cylinder.class: tooltipped
queue.class: tooltipped
package.class: tooltipped
step.class: tooltipped
callout.class: tooltipped
stored_data.class: tooltipped
person.class: tooltipped
diamond.class: tooltipped
oval.class: tooltipped
circle.class: tooltipped
hexagon.class: tooltipped
cloud.class: tooltipped
}
both: {
rectangle.shape: rectangle
square.shape: square
page.shape: page
parallelogram.shape: parallelogram
document.shape: document
cylinder.shape: cylinder
queue.shape: queue
package.shape: package
step.shape: step
callout.shape: callout
stored_data.shape: stored_data
person.shape: person
diamond.shape: diamond
oval.shape: oval
circle.shape: circle
hexagon.shape: hexagon
cloud.shape: cloud
rectangle -> square -> page
parallelogram -> document -> cylinder
queue -> package -> step
callout -> stored_data -> person
diamond -> oval -> circle
hexagon -> cloud
rectangle.class: [linked; tooltipped]
square.class: [linked; tooltipped]
page.class: [linked; tooltipped]
parallelogram.class: [linked; tooltipped]
document.class: [linked; tooltipped]
cylinder.class: [linked; tooltipped]
queue.class: [linked; tooltipped]
package.class: [linked; tooltipped]
step.class: [linked; tooltipped]
callout.class: [linked; tooltipped]
stored_data.class: [linked; tooltipped]
person.class: [linked; tooltipped]
diamond.class: [linked; tooltipped]
oval.class: [linked; tooltipped]
circle.class: [linked; tooltipped]
hexagon.class: [linked; tooltipped]
cloud.class: [linked; tooltipped]
}
linked -> tooltipped -> both
classes: {
linked.link: example.com
tooltipped.tooltip: example
}

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 141 KiB

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 139 KiB