1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-12 19:38:57 +00:00

Fix an error with some SVG

Fix #919
This commit is contained in:
Julien Duponchelle 2017-02-28 11:22:53 +01:00
parent 70e2b87ff0
commit ec6411f730
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -43,6 +43,7 @@ class Drawing:
self._id = str(uuid.uuid4())
else:
self._id = drawing_id
self._svg = "<svg></svg>"
self.svg = svg
self._x = x
self._y = y