Changelog

Draw2D 0.9.10 released

Feature added: Color.darker(/*:float*/ ratio).
Feature added: Color.brighter(/*:float*/ ratio).
Bug fixed: Wrong cursors for the ResizeHandles.


Draw2D 0.9.9 released

Feature added: CompartmentFigure now a subclass of Node. You can now add Ports to the CompartmentFigure.


Draw2D 0.9.8 released

Feature added: Adding ConnectionAnchor, ChopboxConnectionAnchor helper classes for Connection endpoint manipulation.
Feature added: New Demo for ConnectionAnchor demo.
Feature added: Starting a new subproject for common used figures. A Shape Library.


Draw2D 0.9.7 released

Feature added: Adding Locator, ConnectionLocator, ManhattenMidpointLocator helper classes for adding labels to a Connection figure.
Feature added: New Demo for labeling a connection.


Draw2D 0.9.6 released

Feature added: Adding Workflow.showTooltip(..)
Feature added: New Demo for tooltip handling