SVG:Home Page: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
m (SVGDev:Home Page moved to SVG:Home Page: killing SVGDev)
(killing SVGDev)
Line 3: Line 3:
== Discussion and Planning ==
== Discussion and Planning ==


Developer discussion on [[SVGDev:Animation]].
Developer discussion on [[SVG:Animation]].


Discussion on [[SVGDev:use|svg:use]].
Discussion on [[SVG:use|svg:use]].


== Notes on Source Files ==
== Notes on Source Files ==
Line 13: Line 13:
== Additional Notes ==
== Additional Notes ==


Some notes on macros that are used in the SVG code can be found at [[SVGDev:Macros]].
Some notes on macros that are used in the SVG code can be found at [[SVG:Macros]].

Revision as of 13:27, 14 May 2006

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 SVG section of MDC or THE SVG Wiki.

Discussion and Planning

Developer discussion on SVG:Animation.

Discussion on 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.