factory PathCommand.quad(Vec2D from, Vec2D control, Vec2D to) => PathCommand(PathVerb.quad, points: List.unmodifiable([from, control, to]));