Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 0c8a37e

Browse files
author
Ian Macphail
committed
[[ Bug 20449 ]] Disable Analytic Anti-Aliasing on Windows.
1 parent 923def2 commit 0c8a37e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libskia/libskia.gyp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1688,6 +1688,10 @@
16881688
[
16891689
# Ensure we get the complete Windows Imaging Components headers
16901690
'_WIN7_PLATFORM_UPDATE',
1691+
1692+
# Disable Analytical AnitAliasing on Windows
1693+
# TODO: Recheck rounded-rectangle appearence after next Skia update.
1694+
'SK_NO_ANALYTIC_AA',
16911695
],
16921696

16931697
'link_settings':

0 commit comments

Comments
 (0)