Release v0.7.0
Enhancement:
- Ability to manipulate SVGs. Added new methods:
create_drawing
,update_drawing
,delete_drawing
andget_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
andgenerate_ellipse_svg
. Alsoparsed_x
andparsed_y
that helps positions the Nodes and drawings in the canvas. - Python 3.8 support. Ref #68
- Added
upload_compute_image
to theGns3Connector
object. Thanks @skeiffer for the contribution. Ref #62
Fix: