meyfa/php-svg

View on GitHub
src/Rasterization/Path/BezierApproximator.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Method calculateCubic has 5 arguments (exceeds 4 allowed). Consider refactoring.
Wontfix

    private static function calculateCubic(array $p0, array $p1, array $p2, array $p3, float $t): array
Severity: Minor
Found in src/Rasterization/Path/BezierApproximator.php - About 35 mins to fix

    Method cubic has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Wontfix

        public function cubic(array $p0, array $p1, array $p2, array $p3, float $accuracy = 1.0): array
    Severity: Minor
    Found in src/Rasterization/Path/BezierApproximator.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status