Code

(sp_svg_write_color): Use CSS/XHTML/SVG Basic named colours (the 16 colours white...
[inkscape.git] / src / fill-or-stroke.h
1 #ifndef SEEN_FILL_OR_STROKE_H
2 #define SEEN_FILL_OR_STROKE_H
4 /** \file Definition of the FillOrStroke enum. */
6 /** \post STROKE == 0, FILL != 0. */
7 enum FillOrStroke { STROKE = 0, FILL = 1 };
9 #endif /* !SEEN_FILL_OR_STROKE_H */