package
0.0.0-20240627062922-0ed1ff131195
Repository: https://github.com/llgcode/draw2d.git
Documentation: pkg.go.dev
# Functions
Arc draws an arc with a positive angle (clockwise).
ArcNegative draws an arc with a negative angle (anti clockwise).
Bubble draws a text balloon.
CubicCurve draws a cubic curve with its control points.
CurveRectangle draws a rectangle with bezier curves (not rounded rectangle).
Dash draws a line with a dash pattern.
Draw all figures in a nice 4x3 grid.
FillString draws a filled and stroked string.
FillStroke first fills and afterwards strokes a path.
FillStyle demonstrates the difference between even odd and non zero winding rule.
Main draws geometry and returns the filename.
PathTransform scales a path differently in horizontal and vertical direction.
Star draws many lines from a center.