Bugfix: multiple subgraphs leads to only showing lates subgraph
0.0.54
Version jump for compatibility problems Bugfix : Nodes and edges are now selectable starting from the top
0.0.49
Bugfix: Image size is now taken in consideration by the dot engine Feature : Support multilines labels Feature : Text font may be selected when engine is created Feature : Margins are now modifiable (set them when the engine is created)
0.0.48
Bugfix : Loading relative path images is now fixed
0.0.47
Bugfix : self.current_path was not initialized at startup and when loading files resulting in a crush if an image file is used with relative path. Now this is corrected
0.0.46
Feature : Added the possibility to use png files as shapes while controlling the size of the node : while creating the node shape, you can use this form to specify shape: "shape"="{},{},{}".format(path,width,height) or simply: "shape"="{}".format(path) In this case, the size will fit the image file size