package
0.0.0-20240627062922-0ed1ff131195
Repository: https://github.com/llgcode/draw2d.git
Documentation: pkg.go.dev
# Functions
Circle draws a circle using a path with center (cx,cy) and radius.
Ellipse draws an ellipse using a path with center (cx,cy) and radius (rx,ry).
Rectangle draws a rectangle using a path between (x1,y1) and (x2,y2).
RoundedRectangle draws a rectangle using a path between (x1,y1) and (x2,y2).