Ability to manipulate SVGs. Added new methods: create_drawing, update_drawing, delete_drawing and get_drawing. Ref #66
Added a drawing_utils.py module that have some helper functions to generate SVGs in the Project: generate_rectangle_svg, generate_line_svg and generate_ellipse_svg. Also parsed_x and parsed_y that helps positions the Nodes and drawings in the canvas.
Python 3.8 support. Ref #68
Added upload_compute_image to the Gns3Connector object. Thanks @skeiffer for the contribution. Ref #62
Enhancement:
create_drawing
,update_drawing
,delete_drawing
andget_drawing
. Ref #66drawing_utils.py
module that have some helper functions to generate SVGs in the Project:generate_rectangle_svg
,generate_line_svg
andgenerate_ellipse_svg
. Alsoparsed_x
andparsed_y
that helps positions the Nodes and drawings in the canvas.upload_compute_image
to theGns3Connector
object. Thanks @skeiffer for the contribution. Ref #62Fix: