Difference between revisions of "SpecSVGAnimation"

From Inkscape Wiki
Jump to navigation Jump to search
Line 21: Line 21:
* Is the Inkscape canvas fast enough for fast animation ?
* Is the Inkscape canvas fast enough for fast animation ?
* A complex UI like the timeline widget could benefit from a canvas API (e.g. goocanvas). But hey Inkscape already sports a canvas ! So does the Inkscape canvas could also be used for a custom GtkWidget ?
* A complex UI like the timeline widget could benefit from a canvas API (e.g. goocanvas). But hey Inkscape already sports a canvas ! So does the Inkscape canvas could also be used for a custom GtkWidget ?
* Keep in mind the refactoring effort that should start this summer.
* Keep in mind the coming [[0.47_Refactoring_Plan |refactoring effort]]

Revision as of 19:03, 14 March 2008

specification for an initial implementation of SVG animation features.

launchpad blueprint:

inkscape-devel discussion

Summary

Rationale

Design

Document Handling

User Interface

Deliverables

Discussion

  • Is the Inkscape canvas fast enough for fast animation ?
  • A complex UI like the timeline widget could benefit from a canvas API (e.g. goocanvas). But hey Inkscape already sports a canvas ! So does the Inkscape canvas could also be used for a custom GtkWidget ?
  • Keep in mind the coming refactoring effort