SVG:Home Page: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
m (Rewrite the opening paragraph)
(Remove the section Notes on Source Files since we weren't using the linked docs)
Line 9: Line 9:
== Notes on Source Files ==
== Notes on Source Files ==


Most of the files containing the source-code for the SVG implementation are found in the following locations. Please do not use the wiki as a substitute for properly commenting the source - use it to augment those comments.
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.
 
* [[SVGDev:IDL Files]] - IDL interface definitions for the SVG DOM
* [[SVGDev:Content Files]] - The implementations of the SVG interfaces
* [[SVGDev:Layout Files]] - The implementations of the SVG 'frames'
 
SVG code contained within other Mozilla files can be found by grepping for '#ifdef MOZ_SVG / #endif' statements.


== 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 [[SVGDev:Macros]].

Revision as of 12:01, 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 SVGDev: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 SVGDev:Macros.