mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): bbox has black and white outline
This commit is contained in:
@@ -75,14 +75,18 @@ export class CanvasBboxModule extends CanvasModuleBase {
|
||||
proxyRect: new Konva.Rect({
|
||||
name: `${this.type}:rect`,
|
||||
listening: false,
|
||||
strokeEnabled: false,
|
||||
strokeEnabled: true,
|
||||
draggable: true,
|
||||
stroke: 'rgb(42,42,42)',
|
||||
strokeWidth: 1,
|
||||
strokeScaleEnabled: false,
|
||||
}),
|
||||
transformer: new Konva.Transformer({
|
||||
name: `${this.type}:transformer`,
|
||||
borderDash: [5, 5],
|
||||
borderStroke: 'rgba(212,216,234,1)',
|
||||
borderEnabled: true,
|
||||
borderStrokeWidth: 1,
|
||||
rotateEnabled: false,
|
||||
keepRatio: false,
|
||||
ignoreStroke: true,
|
||||
|
||||
Reference in New Issue
Block a user