Code

Rearrange to enable code that does not directly rely on lcms.
[inkscape.git] / src / dom / svg.h
index 1d6e2df5d2df0694e8faf0e311631ffce143e6bd..5bf943cc6884439c8fdba9a36ac0ce25ff92558a 100644 (file)
@@ -35,6 +35,9 @@
  * This API follows:
  * http://www.w3.org/TR/SVG11/svgdom.html
  *
+ * This file defines the main SVG-DOM Node types.  Other non-Node types are
+ * defined in svgtypes.h.
+ *    
  */
 
 
@@ -59,6 +62,7 @@
 
 #include <math.h>
 
+#define SVG_NAMESPACE "http://www.w3.org/2000/svg"
 
 
 namespace org