-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/engine
#43752Closed
Copy link
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work liste: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requestsengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.team-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team
Description
For example, in the flutter/gallery the cards zoom in as they scale in. The scale is more or less arbitrary betwen 2 and 3 based on the user's gesture input: 2.321, 2.4123123, 2.51001.
So we end up churning through the atlas, to render slightly different or identical bitmaps. We should probably round this value, ideally as much as we can without affecting fidelity.
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work liste: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requestsengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.team-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team