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

Remove some unneeded ClipRect widgets #8558

Closed
wants to merge 1 commit into from

Conversation

abarth
Copy link
Contributor

@abarth abarth commented Mar 3, 2017

Stack clips internally if it has visual overflow and Image never draws outside
its bounds.

@abarth
Copy link
Contributor Author

abarth commented Mar 3, 2017

@Hixie @HansMuller

@HansMuller
Copy link
Contributor

This change goes beyond just removing unneeded clip rects. The drawer demo had been set up to resemble the drawers in Google apps like GMail, Drive, Photos, etc. Although the new version is simpler, it doesn't demo how to code the dual-view drawer that appears in our products.

@HansMuller
Copy link
Contributor

The Stack dartdoc still doesn't mention clipping explicitly.

@abarth
Copy link
Contributor Author

abarth commented Mar 3, 2017

This change goes beyond just removing unneeded clip rects.

The diff might look confusing, but all I did was remove the clip.

@abarth
Copy link
Contributor Author

abarth commented Mar 3, 2017

Actually, now that I look at it more, I don't think we can remove that clip.

@HansMuller
Copy link
Contributor

Sorry about that, I have bad diff reading habits.

LGTM

Stack clips internally if it has visual overflow and Image never draws outside
its bounds.
@abarth
Copy link
Contributor Author

abarth commented Mar 3, 2017

Ok, now I think this patch is just wrong. I'm going to abandon it.

@abarth abarth closed this Mar 3, 2017
@abarth abarth deleted the rm_clip_rect branch March 3, 2017 20:55
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants