-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Update the Val::evaluate function to support viewport coordinates #9535
Copy link
Copy link
Closed
Labels
A-UIGraphical user interfaces, styles, layouts, and widgetsGraphical user interfaces, styles, layouts, and widgetsC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behavior
Description
What problem does this solve or what need does it fill?
The evaluate method of Val needs to be updated to support Val's viewport variants.
What solution would you like?
Val evaluate and all of Val's _with_size functions that use evaluate will need a viewport size parameter.
Viewport coordinates are explained here.
The tests also need to be updated and expanded to cover the viewport variants.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-UIGraphical user interfaces, styles, layouts, and widgetsGraphical user interfaces, styles, layouts, and widgetsC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behavior