Skip to content

Commit

Permalink
include viewbox data in json structure
Browse files Browse the repository at this point in the history
  • Loading branch information
NoraKri committed Dec 4, 2024
1 parent 2811014 commit fb8f612
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions www/GraphicalFormatExample.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ The JSON file should contain two arrays, one for symbols and one for lines. The
```
{
"diagramName": "Test P&ID",
"extent": {
"min": {
"x": 100,
"y": 100
},
"max": {
"x": 200,
"y": 200
}
},
"symbols": [
{
... data for symbol 1 in here
Expand Down

0 comments on commit fb8f612

Please sign in to comment.