Bug fixed: Resize handles doesn't update if the dimension/location of an object changed with an API call.
Feature added: Adding new method Workflow.setPanning(/*:boolean*/ flag) to enable/disable panning of the workflow canvas.
Feature added: New demo which demostrates the usage of an Vector Arrow Connector
Feature added: Adding new method Line.getLength().
Feature added: Adding new method Line.getAngle().
Feature added: Adding demo for an own draw ArrowLine.
Feature added: Adding new method Port.getCoronaWidth() and Port.setCoronaWidth(/*:int*/ value). This improved the create connection behaviour. Create a connection via drag&drop to see the changes.
Feature added: Adding ContextMenu API for Workflow Canvas.
Feature added: Adding ContextMenu Example for Workflow Canvas.