Skip to content

Commit

Permalink
Revert "[DisplayList] Add support for clipOval to leverage Impeller o…
Browse files Browse the repository at this point in the history
…ptimization" (#53629)

Reverts #53622

There were some golden changes which might be minor, but they weren't expected. Also, I noticed a problem in reducing drawPath down to drawRect and drawOval - that should not be done if the path has the inverse fill flag set...
  • Loading branch information
flar authored Jun 28, 2024
1 parent dcc909d commit e514e59
Show file tree
Hide file tree
Showing 23 changed files with 73 additions and 675 deletions.
2 changes: 0 additions & 2 deletions display_list/display_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,9 @@ namespace flutter {
V(TransformReset) \
\
V(ClipIntersectRect) \
V(ClipIntersectOval) \
V(ClipIntersectRRect) \
V(ClipIntersectPath) \
V(ClipDifferenceRect) \
V(ClipDifferenceOval) \
V(ClipDifferenceRRect) \
V(ClipDifferencePath) \
\
Expand Down
Loading

0 comments on commit e514e59

Please sign in to comment.