SVG:Home Page: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
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 in the following locations. Please do not use the wiki as a substitute for properly commenting the source - use it to augment those comments.  


* [[IDL Files]] - IDL interface definitions for the SVG DOM
* [[SVGDev:IDL Files]] - IDL interface definitions for the SVG DOM
* [[Content Files]] - The implementations of the SVG interfaces
* [[SVGDev:Content Files]] - The implementations of the SVG interfaces
* [[Layout Files]] - The implementations of the SVG 'frames'
* [[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.
SVG code contained within other Mozilla files can be found by grepping for '#ifdef MOZ_SVG / #endif' statements.

Revision as of 11:24, 20 January 2005

Mozilla SVG Developers Wiki

This wiki is for use by the hackers working on Mozilla's SVG project. If you are looking for the wiki for SVG content authors please see the SVG authors' wiki.

See the wiki formatting rules for information on writing content for this wiki.

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.

SVG code contained within other Mozilla files can be found by grepping for '#ifdef MOZ_SVG / #endif' statements.

Notes on SVG:Macros

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