mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-13 20:08:55 +00:00
41 lines
1.4 KiB
Plaintext
41 lines
1.4 KiB
Plaintext
{
|
|
"auto_start": false,
|
|
"name": "1_5_drawing",
|
|
"project_id": "ANYUUID",
|
|
"revision": 5,
|
|
"topology": {
|
|
"computes": [
|
|
],
|
|
"drawings": [
|
|
{
|
|
"drawing_id": "ANYUUID",
|
|
"rotation": 0,
|
|
"svg": "<svg height=\"200\" width=\"200\"><ellipse cx=\"100\" cy=\"100\" fill=\"#ffffff\" fill-opacity=\"1.0\" rx=\"100\" ry=\"100\" stroke-dasharray=\"25, 25\" stroke=\"#000000\" stroke-width=\"2\" /></svg>",
|
|
"x": 179,
|
|
"y": -44,
|
|
"z": 0
|
|
},
|
|
{
|
|
"drawing_id": "ANYUUID",
|
|
"rotation": 0,
|
|
"svg": "<svg height=\"20\" width=\"40\"><text fill=\"#000000\" fill-opacity=\"1.0\" font-family=\"TypeWriter\" font-size=\"10\" font-weight=\"bold\" font-style=\"italic\">Test</text></svg>",
|
|
"x": -151,
|
|
"y": 93,
|
|
"z": 0
|
|
},
|
|
{
|
|
"drawing_id": "ANYUUID",
|
|
"rotation": 0,
|
|
"svg": "<svg height=\"100\" width=\"200\"><rect fill=\"#18ffff\" fill-opacity=\"1.0\" height=\"100\" width=\"200\" stroke=\"#c80000\" stroke-width=\"2\" /></svg>",
|
|
"x": -210,
|
|
"y": -108,
|
|
"z": 0
|
|
}
|
|
],
|
|
"links": [],
|
|
"nodes": []
|
|
},
|
|
"type": "topology",
|
|
"version": "ANYSTR"
|
|
}
|