Bug 106680
Summary: | TransformState::setQuad violates TransformState's contract | ||
---|---|---|---|
Product: | WebKit | Reporter: | Levi Weintraub <leviw> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | leviw, simon.fraser |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Levi Weintraub
The quad needs to be in the coordinate system of the current state and there cannot be a simultaneously tracked point or the result will be incorrect.
smfr: maybe setMappedThings(Quad, Point) would be more sensibel
smfr: or maybe even require making a new TransformState
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
setQuad() is really just doing a flatten(), then setting the quad (but, as you say, it ignores the point).
Simon Fraser (smfr)
Fixed this in r183274.