Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@mdebbar
Copy link
Contributor

@mdebbar mdebbar commented Dec 4, 2021

No description provided.

@mdebbar mdebbar added the platform-web Code specifically for the web engine label Dec 4, 2021
@mdebbar mdebbar requested a review from flar December 4, 2021 23:31
@google-cla google-cla bot added the cla: yes label Dec 4, 2021
test('foreground style (DOM)', () {
const Rect bounds = Rect.fromLTWH(0, 0, 300, 200);
final DomCanvas canvas = DomCanvas(domRenderer.createElement('flt-picture'));
final DomCanvas canvas = DomCanvas(html.document.createElement('flt-picture'));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not match the way that domRenderer was replaced in other fixes that I've seen. I am not familiar enough with this code to approve this fix.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This method was removed from domRenderer. Other fixes you've seen probably involve different methods that remained on the class.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes platform-web Code specifically for the web engine waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants