DrawsanaViewShapeUpdating

public protocol DrawsanaViewShapeUpdating : AnyObject

Small protocol wrapper around DrawsanaView that exposes just the DrawingView.rerenderAllShapesInefficiently() method, so tools can notify the drawing view that a shape has changed outside of a tool operation.

See DrawingTool.activate(shapeUpdater:context:shape:)