You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-sources/working-with-art/diagrams.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Once you have turned on manual layout for a diagram you can start to edit the di
57
57
-[Resize symbols](#resizing-symbols)
58
58
-[Route lines](#routing-lines)
59
59
60
-
When you save the edited diagram the layout information is stored in a JSON file under a `layouts` subfolderin the workspace folder. There will be one such file for each diagram that uses manual layout. The name of the file is `<ArtFile>-<ArtElement>-<DiagramType>.json` where `<ArtFile>` is the name of the Art file and `<ArtElement>` is the name of the Art element that contains the edited diagram. `<DiagramType>` is either "state", "structure" or "class".
60
+
When you save the edited diagram the layout information is stored in a JSON file under a `layouts` subfolder. This subfolder is placed in the folder where the Art element is located to which the diagram belongs (the so called "context" element of the diagram). There will be one such file for each diagram that uses manual layout. The name of the file is `<ArtFile>-<ArtElement>-<DiagramType>.json` where `<ArtFile>` is the name of the Art file and `<ArtElement>` is the name of the Art element that is the context element of the edited diagram. `<DiagramType>` is either "state", "structure" or "class".
61
61
62
62
Sometimes you may want to change the diagram layout by editing the layout JSON file, for example to move a symbol to a specific coordinate. This is possible and the diagram will update when you save the JSON file. But be careful not to change the JSON file in a way that makes it invalid.
0 commit comments