summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/attributes.cpp')
-rw-r--r--src/attributes.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp
index 39163c010..541acfc0c 100644
--- a/src/attributes.cpp
+++ b/src/attributes.cpp
@@ -308,6 +308,10 @@ static SPStyleProp const props[] = {
{SP_PROP_STROKE_OPACITY, "stroke-opacity"},
{SP_PROP_STROKE_WIDTH, "stroke-width"},
{SP_PROP_TEXT_RENDERING, "text-rendering"},
+ /* Conditional */
+ {SP_PROP_SYSTEM_LANGUAGE, "systemLanguage"},
+ {SP_PROP_REQUIRED_FEATURES, "requiredFeatures"},
+ {SP_PROP_REQUIRED_EXTENSIONS, "requiredExtensions"},
};
#define n_attrs (sizeof(props) / sizeof(props[0]))