Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@progress/kendo-drawing

Package Overview
Dependencies
Maintainers
1
Versions
250
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progress/kendo-drawing - npm Package Compare versions

Comparing version
1.25.2
to
1.25.3-develop.1
+11
-2
dist/npm/shapes/element.d.ts

@@ -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",