$operations
$operations : \BaconQrCode\Renderer\Path\OperationInterface[]
Internal Representation of a vector path.
$operations : \BaconQrCode\Renderer\Path\OperationInterface[]
ellipticArc(float $xRadius, float $yRadius, float $xAxisRotation, bool $largeArc, bool $sweep, float $x, float $y) : self
Draws an elliptic arc from the current position to another position.
float | $xRadius | |
float | $yRadius | |
float | $xAxisRotation | |
bool | $largeArc | |
bool | $sweep | |
float | $x | |
float | $y |