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}
|
scaleY={stageScale}
|
||||||
onWheel={onWheel}
|
onWheel={onWheel}
|
||||||
>
|
>
|
||||||
<Layer>
|
<Layer imageSmoothingEnabled={false}>
|
||||||
<Text text="test" fontSize={20} fill="white" />
|
<Text text="test" fontSize={20} fill="white" />
|
||||||
<Image image={image} />
|
<Image image={image} />
|
||||||
</Layer>
|
</Layer>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue