Skip to content

Commit

Permalink
Don't resize text group children past intrinsic bounds (#4202)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruggi authored Sep 21, 2023
1 parent ec6fd82 commit a031db3
Show file tree
Hide file tree
Showing 10 changed files with 555 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ Object {
"position": "static",
"providesBoundsForAbsoluteChildren": false,
"renderedChildrenCount": 0,
"textBounds": null,
"textDecorationLine": null,
"usesParentBounds": false,
},
Expand Down Expand Up @@ -314,6 +315,7 @@ Object {
"position": "static",
"providesBoundsForAbsoluteChildren": false,
"renderedChildrenCount": 0,
"textBounds": null,
"textDecorationLine": null,
"usesParentBounds": false,
},
Expand Down
Loading

0 comments on commit a031db3

Please sign in to comment.