Versions in this module Expand all Collapse all v0 v0.7.1 Jul 16, 2024 v0.7.0 Jun 16, 2024 v0.6.0 Mar 29, 2024 v0.5.0 Feb 5, 2024 v0.4.2 Jan 8, 2024 v0.4.1 Nov 30, 2023 v0.4.0 Nov 10, 2023 v0.3.1 Oct 2, 2023 v0.3.0 Aug 31, 2023 v0.2.0 Aug 3, 2023 v0.1.0 Jul 1, 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