[Webkit-unassigned] [Bug 109037] [GTK][AC] Clutter required version up to 1.12

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 7 13:21:52 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=109037





--- Comment #7 from Gustavo Noronha (kov) <gns at gnome.org>  2013-02-07 13:24:00 PST ---
(In reply to comment #3)
> O.K. Let's deal with this in an another bug. Current implementations doesn't support page scaling, too.
> I think using adjusted* values is wrong here for clutterActor position. Actually, clutter coordinate system doesn't need to recalculate ajusted* value because it has a different coordinate system over mac port. Basically, the position of a CALayer(?) is specified in terms of the location of the layer's anchorPoint in mac port, so mac port need to recalculate the layer position after changing anchor position. See https://developer.apple.com/library/ios/#documentation/Cocoa/Conceptual/CoreAnimation_guide/CoreAnimationBasics/CoreAnimationBasics.html#//apple_ref/doc/uid/TP40004514-CH2-SW15

Makes sense. We used to use an anchor point as well, but Emanuele Aina has made it use clutter's new pivot point instead like you've done here. Let me know when you post the other patch!

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list