English
A dot is a simple shape that represents a position on the canvas.
Single click to complete drawing: Click anywhere on the canvas to create a dot.
export interface DotData extends ShapeData { shapeName: 'dot' x: number y: number r: number }