summaryrefslogtreecommitdiff
path: root/dviware/dvisvgm/src/SVGElement.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'dviware/dvisvgm/src/SVGElement.hpp')
-rw-r--r--dviware/dvisvgm/src/SVGElement.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/dviware/dvisvgm/src/SVGElement.hpp b/dviware/dvisvgm/src/SVGElement.hpp
index 632b6a4a84..3197cfc115 100644
--- a/dviware/dvisvgm/src/SVGElement.hpp
+++ b/dviware/dvisvgm/src/SVGElement.hpp
@@ -58,6 +58,9 @@ class SVGElement : public XMLElement {
void setStrokeWidth (double width);
void setStrokeMiterLimit (double limit);
void setTransform (const Matrix &matrix);
+
+ static bool USE_CURRENTCOLOR; ///< if true, apply color value "currentColor"
+ static Color CURRENTCOLOR; ///< color to be replaced with "currentColor"
};
#endif