Skip to content

Commit

Permalink
fix: colored images using rgba in CPU rendering #338
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaid-Safadi committed Jan 11, 2023
1 parent a9b20f4 commit e0c1e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/RenderingEngine/StackViewport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,7 @@ class StackViewport extends Viewport implements IStackViewport {
preScale: {
enabled: true,
},
useRGBA: false,
useRGBA: true,
};

imageLoadPoolManager.addRequest(
Expand Down

0 comments on commit e0c1e98

Please sign in to comment.