New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ignore glyph color data when doing fast shadows #2223
Changes from all commits
File filter...
Jump to…
ignore glyph color data when doing fast shadows
- Loading branch information
| @@ -21,7 +21,7 @@ fuzzy(1,100) == decorations-suite.yaml decorations-suite.png | ||
| fuzzy(1,735) == shadow-grey.yaml shadow-grey-ref.yaml | ||
| fuzzy(1,614) == shadow-grey-transparent.yaml shadow-grey-ref.yaml | ||
| == subtle-shadow.yaml subtle-shadow-ref.yaml | ||
| == shadow-atomic.yaml shadow-atomic-ref.yaml | ||
| options(disable-aa) == shadow-atomic.yaml shadow-atomic-ref.yaml | ||
glennw
Member
|
||
| options(disable-aa) == shadow-ordering.yaml shadow-ordering-ref.yaml | ||
| # enable when synthetic-italics implemented on mac | ||
| platform(linux) != synthetic-italics.yaml synthetic-italics-ref.yaml | ||
Would be best (but not required) to have the
TextRunPrimitiveCpuin a separate commit, since it's technically independent of the mask swizzling.