Versions in this module Expand all Collapse all v0 v0.0.6 May 16, 2021 Changes in this version + type Circle struct + Center f32.Point + Radius float32 + func (c Circle) Add(ops *op.Ops) + func (c Circle) Op(ops *op.Ops) Op + func (c Circle) Path(ops *op.Ops) PathSpec + type Dash struct + func (d *Dash) Begin(ops *op.Ops) + func (d *Dash) Dash(length float32) + func (d *Dash) End() DashSpec + func (d *Dash) Phase(v float32) + type DashSpec struct + type Op struct + func (p Op) Add(o *op.Ops) + 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) Begin(ops *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 float32 + NW float32 + Rect f32.Rectangle + SE float32 + SW float32 + func UniformRRect(rect f32.Rectangle, radius float32) RRect + func (rr RRect) Add(ops *op.Ops) + func (rr RRect) Op(ops *op.Ops) Op + func (rr RRect) Path(ops *op.Ops) PathSpec + type Rect image.Rectangle + func (r Rect) Add(ops *op.Ops) + func (r Rect) Op() Op + type Stroke struct + Dashes DashSpec + Path PathSpec + Style StrokeStyle + func (s Stroke) Op() Op + type StrokeCap uint8 + const FlatCap + const RoundCap + const SquareCap + type StrokeJoin uint8 + const BevelJoin + const RoundJoin + type StrokeStyle struct + Cap StrokeCap + Join StrokeJoin + Miter float32 + Width float32