|
10 | 10 | * @package PdfGraph |
11 | 11 | * @author Nicola Asuni <info@tecnick.com> |
12 | 12 | * @copyright 2011-2026 Nicola Asuni - Tecnick.com LTD |
13 | | - * @license https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) |
| 13 | + * @license https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE) |
14 | 14 | * @link https://github.com/tecnickcom/tc-lib-pdf-graph |
15 | 15 | * |
16 | 16 | * This file is part of tc-lib-pdf-graph software library. |
|
29 | 29 | * @package PdfGraph |
30 | 30 | * @author Nicola Asuni <info@tecnick.com> |
31 | 31 | * @copyright 2011-2026 Nicola Asuni - Tecnick.com LTD |
32 | | - * @license https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) |
| 32 | + * @license https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE) |
33 | 33 | * @link https://github.com/tecnickcom/tc-lib-pdf-graph |
34 | 34 | * |
35 | 35 | * @phpstan-import-type GradientData from \Com\Tecnick\Pdf\Graph\Base |
@@ -135,8 +135,8 @@ public function getLinearGradient( |
135 | 135 | * @param string $colorend Ending color. |
136 | 136 | * @param array<float> $coords Array of the form (fx, fy, cx, cy, r) where |
137 | 137 | * (fx, fy) is the starting point of the |
138 | | - * gradient with $colorstart (be inside the |
139 | | - * circle), (cx, cy) is the center of the |
| 138 | + * gradient with $colorstart (which should be |
| 139 | + * inside the circle), (cx, cy) is the center of the |
140 | 140 | * circle with $colorend, and r is the radius |
141 | 141 | * of the circle. |
142 | 142 | * |
@@ -197,7 +197,7 @@ public function getClippingRect(float $posx, float $posy, float $width, float $h |
197 | 197 | } |
198 | 198 |
|
199 | 199 | /** |
200 | | - * Rectangular clipping area. |
| 200 | + * Returns the transformation command that maps a gradient onto a rectangular area. |
201 | 201 | * |
202 | 202 | * @param float $posx Abscissa of the top left corner of the rectangle. |
203 | 203 | * @param float $posy Ordinate of the top left corner of the rectangle. |
@@ -299,7 +299,7 @@ public function getGradient( |
299 | 299 | } |
300 | 300 |
|
301 | 301 | /** |
302 | | - * Returns the last gradient ID to be used with XOBjects. |
| 302 | + * Returns the last gradient ID to be used with XObjects. |
303 | 303 | * |
304 | 304 | * @return ?int |
305 | 305 | */ |
@@ -666,7 +666,7 @@ public function getCoonsPatchMesh( |
666 | 666 | } |
667 | 667 |
|
668 | 668 | /** |
669 | | - * Paints registration bars with color transtions |
| 669 | + * Paints registration bars with color transitions |
670 | 670 | * |
671 | 671 | * @param float $posx Abscissa of the top left corner of the rectangle. |
672 | 672 | * @param float $posy Ordinate of the top left corner of the rectangle. |
|
0 commit comments