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

Commit dc36912

Browse files
Merge pull request #110 from livecode/bugfix-20449
[[ Bug 20449 ]] Fix buggy rendering of arcs on Windows
2 parents 923def2 + 0c8a37e commit dc36912

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)