Versions in this module Expand all Collapse all v0 v0.0.8 Apr 28, 2024 v0.0.7 Apr 23, 2024 v0.0.6 Apr 7, 2024 v0.0.5 Mar 23, 2024 v0.0.4 Feb 22, 2024 v0.0.2 Jan 29, 2024 v0.0.1 Dec 29, 2023 Changes in this version + type Ellipse image.Rectangle + func (e Ellipse) Op(ops *op.Ops) Op + func (e Ellipse) Path(o *op.Ops) PathSpec + func (e Ellipse) Push(ops *op.Ops) Stack + type Op struct + func (p Op) Push(o *op.Ops) Stack + type Outline struct + Path PathSpec + func (o Outline) Op() Op + type Path struct + func (p *Path) Arc(f1, f2 f32.Point, angle float32) + func (p *Path) ArcTo(f1, f2 f32.Point, angle float32) + func (p *Path) Begin(o *op.Ops) + func (p *Path) Close() + func (p *Path) Cube(ctrl0, ctrl1, to f32.Point) + func (p *Path) CubeTo(ctrl0, ctrl1, to f32.Point) + func (p *Path) End() PathSpec + func (p *Path) Line(delta f32.Point) + func (p *Path) LineTo(to f32.Point) + func (p *Path) Move(delta f32.Point) + func (p *Path) MoveTo(to f32.Point) + func (p *Path) Pos() f32.Point + func (p *Path) Quad(ctrl, to f32.Point) + func (p *Path) QuadTo(ctrl, to f32.Point) + type PathSpec struct + type RRect struct + NE int + NW int + Rect image.Rectangle + SE int + SW int + func UniformRRect(rect image.Rectangle, radius int) RRect + func (rr RRect) Op(ops *op.Ops) Op + func (rr RRect) Path(ops *op.Ops) PathSpec + func (rr RRect) Push(ops *op.Ops) Stack + type Rect image.Rectangle + func (r Rect) Op() Op + func (r Rect) Path() PathSpec + func (r Rect) Push(ops *op.Ops) Stack + type Stack struct + func (s Stack) Pop() + type Stroke struct + Path PathSpec + Width float32 + func (s Stroke) Op() Op