Skip to content
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

Properly support tiling clip mask images. #3220

Merged
merged 11 commits into from Oct 23, 2018
Next

Revert "Add a comment for the boolean member in ClipItem::ImageMask."

This reverts commit 207cfec.
  • Loading branch information
emilio committed Oct 23, 2018
commit 2d03e874bc7f59b44c3af7d30ff6a37ce592ff99
@@ -773,8 +773,6 @@ impl ClipItemKey {
pub enum ClipItem {
Rectangle(LayoutRect, ClipMode),
RoundedRectangle(LayoutRect, BorderRadius, ClipMode),
/// The boolean below is a crash workaround for #2852, will be true unless
/// the mask is a tiled blob.
Image(ImageMask, bool),
BoxShadow(BoxShadowClipSource),
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.