[Webkit-unassigned] [Bug 113317] [GTK][AC] Use transform property of ClutterActor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 28 11:31:18 PDT 2013


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


Gustavo Noronha (kov) <gns at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #195590|review?, commit-queue?      |review-, commit-queue-
               Flag|                            |




--- Comment #9 from Gustavo Noronha (kov) <gns at gnome.org>  2013-03-28 11:29:29 PST ---
(From update of attachment 195590)
View in context: https://bugs.webkit.org/attachment.cgi?id=195590&action=review

r- so we can get this bug reported in clutter, thanks for explaining the problem, hopefully my suggested comment is easier to understand =)

>> Source/WebCore/platform/graphics/clutter/PlatformClutterAnimation.cpp:618
>> +    // https://developer.gnome.org/clutter/stable/ClutterActor.html#ClutterActor--transform-set
> 
> I don't understand this very well. So if the actor already has a transformation when the animation starts, the animation runs twice (as described in the previous comment)? Setting the matrix to NULL does indeed set transform-set to FALSE.

OK, so the problem is if there is an existing transform the animation does not happen. I think we should replace this whole comment with that description: "Work-around the fact that if there is a transform already set the animation fails to start." This is a bug in clutter so I think we should report it in bugzilla.gnome.org and add the bug URI to the comment as well.

-- 
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