summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/style.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/style.cpp b/src/style.cpp
index 4ee979387..e3642fdb2 100644
--- a/src/style.cpp
+++ b/src/style.cpp
@@ -180,6 +180,9 @@ class SPStylePropHelper {
REGISTER_PROPERTY(SP_PROP_TEXT_RENDERING, text_rendering, "text-rendering");
REGISTER_PROPERTY(SP_PROP_ENABLE_BACKGROUND, enable_background, "enable-background");
+
+ REGISTER_PROPERTY(SP_PROP_STOP_COLOR, stop_color, "stop-color");
+ REGISTER_PROPERTY(SP_PROP_STOP_OPACITY, stop_opacity, "stop-opacity");
}
// this is a singleton, copy not allowed