mirror of
https://github.com/konvajs/konva.git
synced 2026-01-23 21:34:50 +08:00
add ignoreStroke to transformer config
This commit is contained in:
@@ -33,6 +33,7 @@ export interface TransformerConfig extends ContainerConfig {
|
||||
centeredScaling?: boolean;
|
||||
enabledAnchors?: Array<string>;
|
||||
node?: Rect;
|
||||
ignoreStroke?: boolean;
|
||||
boundBoxFunc?: (oldBox: Box, newBox: Box) => Box;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user