Is it expected that your Skia CL changes rendering?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
Is it expected that your Skia CL changes rendering?
Yes, the Skia CL changes rendering by default. At the moment it is possible to still get the old behavior by setting `SK_DISABLE_LEGACY_SHADERCONTEXT`, but that may be removed in the future.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Ben WagnerIs it expected that your Skia CL changes rendering?
Yes, the Skia CL changes rendering by default. At the moment it is possible to still get the old behavior by setting `SK_DISABLE_LEGACY_SHADERCONTEXT`, but that may be removed in the future.
Hit the send button too soon. Meant to say the old behavior can still be had by setting `SK_ENABLE_LEGACY_SHADERCONTEXT` (`SK_DISABLE_LEGACY_SHADERCONTEXT` is the one that was removed).
Note that Chromium currently sets `SK_ENABLE_LEGACY_SHADERCONTEXT`, so the Pdfium build in Chromium will be using a Skia which has it set. So if these images are expected to draw the same Chromium side `SK_ENABLE_LEGACY_SHADERCONTEXT` will need to be used.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |