Skip to content

Conversation

@abarth
Copy link
Contributor

@abarth abarth commented Nov 19, 2015

This pattern breaks when using compositing because we need to lift those
operations into the compositing tree. This patch removes all the ones I could
find and adds an assert to help prevent more from getting introduced.

Fixes #191

This pattern breaks when using compositing because we need to lift those
operations into the compositing tree. This patch removes all the ones I could
find and adds an assert to help prevent more from getting introduced.

Fixes flutter#191
@Hixie
Copy link
Contributor

Hixie commented Nov 19, 2015

LGTM

abarth added a commit that referenced this pull request Nov 19, 2015
Some paint functions were using canvas.save/restore around children
@abarth abarth merged commit fd1dd7f into flutter:master Nov 19, 2015
@abarth abarth deleted the push_layer branch November 19, 2015 20:48
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 17, 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.

Paint functions use save/restore around children

2 participants