Skip to content

applyPaintTransform() doesn't work in cross-coordinate-system situations #207

@FlutterIssues

Description

@FlutterIssues

Issue by Hixie
Sunday Oct 18, 2015 at 00:48 GMT
Originally opened as https://github.com/flutter/engine/issues/1659


The contract for RenderBox is that the parent manages the position. Thus, no RenderBox should ever access its own parentData's position.

Unfortunately, applyPaintTransform() does exactly this.

Instead, we should pass the child to the parent's applyPaintTransform, and the parent should be responsible for doing the calculation.

Metadata

Metadata

Assignees

Labels

frameworkflutter/packages/flutter repository. See also f: labels.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions