|
|
| Line 1: |
Line 1: |
| This wiki is used by the developers working on Mozilla's SVG implementation to plan and document future development work. For documents on writing SVG content please see the [[mdc:SVG|SVG section of MDC]] or [http://wiki.svg.org/ THE SVG Wiki].
| |
|
| |
|
| == Planning for SMIL Animation ==
| |
|
| |
| * [[SVG:Cleanup|Cleanup]] - cleanup that has to happen first
| |
| * [[SVG:Animation]]
| |
| * [[SVG:Animation Model|Animation Model]]
| |
| * [[SVG:SMIL Model|SMIL Model]]
| |
| * [[SVG:Timing Model|Timing Model]]
| |
| * [[SVG:Animation_Controller|Animation Controller]]
| |
| * [[SVG:Notification Mechanisms|Notification Mechanisms]]
| |
| * [[SVG:Data Storage|Data Storage]]
| |
|
| |
| == Planning for SVG 'use' Element ==
| |
|
| |
| Discussion on [[SVG:use|svg:use]].
| |
|
| |
| == Notes on Source Files ==
| |
|
| |
| Most of the files containing the source-code for the SVG implementation are found under mozilla/content/svg, mozilla/layout/svg and mozilla/dom/public/idl/svg. SVG code contained within other Mozilla files can be found by grepping for '#ifdef MOZ_SVG / #endif' statements.
| |
|
| |
| == Additional Notes ==
| |
|
| |
| Some notes on macros that are used in the SVG code can be found at [[SVG:Macros]].
| |