@progress/kendo-drawing
Advanced tools
@@ -84,7 +84,15 @@ import { OptionsStore } from '../core'; | ||
| * | ||
| * @param transformation - An optional parent transformation to apply when calculating the bounding box. | ||
| * @return - The bounding box of the element with transformations applied. | ||
| */ | ||
| bbox(): Rect; | ||
| bbox(transformation?: Transformation | null): Rect; | ||
| /** | ||
| * Returns the bounding box of the element geometry without transformations, clipping, or stroke expansion applied. | ||
| * | ||
| * @return - The raw bounding box of the element. | ||
| */ | ||
| rawBBox(): Rect; | ||
| /** | ||
| * Gets the class attribute of the element. The class will be rendered only for SVG output. | ||
@@ -146,5 +154,6 @@ * | ||
| * | ||
| * @param transformation - An optional parent transformation to apply when calculating the bounding box. | ||
| * @return - The bounding box of the element with clipping and transformations applied. | ||
| */ | ||
| clippedBBox(): Rect; | ||
| clippedBBox(transformation?: Transformation | null): Rect; | ||
@@ -151,0 +160,0 @@ /** |
+1
-1
@@ -5,3 +5,3 @@ { | ||
| "homepage": "https://www.telerik.com/kendo-ui", | ||
| "version": "1.25.2", | ||
| "version": "1.25.3-develop.1", | ||
| "main": "dist/npm/main.js", | ||
@@ -8,0 +8,0 @@ "module": "dist/es/main.js", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4994102
0.01%46680
0.02%4
33.33%