iscs调整
This commit is contained in:
parent
3a3382986a
commit
8601589112
File diff suppressed because one or more lines are too long
@ -48,7 +48,8 @@ export default class Vidicon extends Group {
|
||||
smooth: 0.2
|
||||
},
|
||||
style: {
|
||||
fill: '#00FF00'
|
||||
fill: '#00FF00',
|
||||
stroke: 'rgba(255, 0, 0, 0)'
|
||||
}
|
||||
});
|
||||
} else { // 镜头在左
|
||||
@ -65,7 +66,8 @@ export default class Vidicon extends Group {
|
||||
smooth: 0.2
|
||||
},
|
||||
style: {
|
||||
fill: '#00FF00'
|
||||
fill: '#00FF00',
|
||||
stroke: 'rgba(255, 0, 0, 0)'
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user