|
|
Line 1: |
Line 1: |
| = Mozilla SVG Developers Wiki =
| | #REDIRECT [[SVG:Home Page]] |
| | |
| 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 [http://wiki.mozilla.org/SVG SVG authors' wiki].
| |
| | |
| See the [http://www.usemod.com/cgi-bin/wiki.pl?TextFormattingRules text 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.
| |
| | |
| * [[SVGDev:IDL Files|IDL Files]] - IDL interface definitions for the SVG DOM
| |
| * [[SVGDev:Content Files|Content Files]] - The implementations of the SVG interfaces
| |
| * [[SVGDev:Layout Files|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.
| |
| | |
| == Notes on Macros ==
| |
| | |
| Some notes on macros that are used in the SVG code can be found here: [[SVGDev:Macros|Macros]].
| |