Skip to content

Commit

Permalink
fix directionality of R2 arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
axelvonkamp committed Jan 24, 2024
1 parent 429b871 commit 6ab574e
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 142 deletions.
56 changes: 1 addition & 55 deletions SmallExample/box_positions.json
Original file line number Diff line number Diff line change
@@ -1,55 +1 @@
{
"Small Example": {
"name": "Map",
"background": "map1.svg",
"bg-size": 1.0,
"box-size": 1,
"zoom": -7,
"pos": [
0,
0
],
"boxes": {
"R9": [
458.3987499333603,
297.4389394809221
],
"R8": [
344.92081009912636,
335.2244359754855
],
"R7": [
218.80722131652348,
550.4232163450407
],
"R6": [
225.625045790708,
429.2489023871659
],
"R5": [
211.98939684233898,
318.64951220238834
],
"R4": [
681.9676878524614,
460.9647919524462
],
"R3": [
593.2087128396041,
277.10691640891224
],
"R2": [
355.1771071483005,
169.229843011736
],
"R10": [
426.9091601889955,
516.8344764517603
],
"R1": [
90.97363206828226,
244.91358024691354
]
}
}
}
{"Small Example": {"name": "Map", "background": "map1.svg", "bg-size": 1.0, "box-size": 1, "zoom": -7, "pos": [0, 0], "boxes": {"R9": [458.3987499333603, 297.4389394809221], "R8": [344.92081009912636, 334.1006395518266], "R7": [218.80722131652348, 550.4232163450407], "R6": [225.625045790708, 429.2489023871659], "R5": [211.98939684233898, 318.64951220238834], "R4": [681.9676878524614, 460.9647919524462], "R3": [593.2087128396041, 277.10691640891224], "R2": [376.52923919781904, 160.239471622465], "R10": [426.9091601889955, 516.8344764517603], "R1": [90.97363206828226, 244.91358024691354]}}}
Loading

0 comments on commit 6ab574e

Please sign in to comment.