Versions in this module Expand all Collapse all v2 v2.0.7 Mar 14, 2021 Changes in this version + type FillOptions struct + Color color.Color + type Path struct + func (p *Path) CubicTo(cp0x, cp0y, cp1x, cp1y, x, y float32) + func (p *Path) Fill(dst *ebiten.Image, op *FillOptions) + func (p *Path) LineTo(x, y float32) + func (p *Path) MoveTo(x, y float32) + func (p *Path) QuadTo(cpx, cpy, x, y float32)