P5-1861 change color for show mural panel dashed lines (active state)
This commit is contained in:
Vendored
+1
-1
@@ -1066,7 +1066,7 @@ function GoreHandler(viewport) {
|
||||
return new fabric.Line([0, 0, 0, viewport.getData().height], {
|
||||
evented: false,
|
||||
strokeDashArray: [5, 5],
|
||||
stroke: '#000',
|
||||
stroke: '#F31FB3',
|
||||
strokeWidth: 1,
|
||||
left: left,
|
||||
top: viewport.getBounds().top
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ function GoreHandler(viewport) {
|
||||
return new fabric.Line([0, 0, 0, viewport.getData().height], {
|
||||
evented: false,
|
||||
strokeDashArray: [5, 5],
|
||||
stroke: '#000',
|
||||
stroke: '#F31FB3',
|
||||
strokeWidth: 1,
|
||||
left: left,
|
||||
top: viewport.getBounds().top
|
||||
|
||||
Reference in New Issue
Block a user