[Webkit-unassigned] [Bug 9192] New: SVG needs "TimeContainer" class for animation support
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Wed May 31 10:54:30 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=9192
Summary: SVG needs "TimeContainer" class for animation support
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: normal
Priority: P2
Component: SVG
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: macdome at opendarwin.org
SVG needs "TimeContainer" class for animation support
SVG 1.2 has the concept of "time containers". In SVG 1.1 the only time
container is the SVGSVGElement. Long term we'll need a TimeContainer class to
abstract away this.
http://www.w3.org/TR/SVGMobile12/svgudom.html#smil::ElementTimeControl
As part of this, we will need to wire all of these
ElementTimeControl/TimeContainers into a single central timer. Including the
ability to pause/unpause a single container at a time, and register activation
events such a mouse clicks, etc. We may want to use CFRunLoop on OS X, or hook
into the single shared WebCore timer.
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list