fix: disable image smoothing
This commit is contained in:
parent
fd71c506c6
commit
c07fb053b0
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ function App() {
|
|||
scaleY={stageScale}
|
||||
onWheel={onWheel}
|
||||
>
|
||||
<Layer>
|
||||
<Layer imageSmoothingEnabled={false}>
|
||||
<Text text="test" fontSize={20} fill="white" />
|
||||
<Image image={image} />
|
||||
</Layer>
|
||||
|
|
|
|||
Loading…
Reference in a new issue