Skip to content

Commit

Permalink
refactor: add default config of abstract renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca committed Oct 8, 2024
1 parent 3984117 commit 7305ba1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/g-lite/src/AbstractRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ export class AbstractRenderer implements IRenderer {
enableDirtyRectangleRendering: true,
enableDirtyRectangleRenderingDebug: false,
enableSizeAttenuation: true,
imageSmoothingEnabled: true,
imageSmoothingQuality: 'high',
...config,
};
}
Expand Down

0 comments on commit 7305ba1

Please sign in to comment.