Code

limit the smallest exponent in transforms; anything smaller is written as 0
[inkscape.git] / src / attributes.cpp
index 39163c010f812a79671134f64fa9757bd7d0da25..541acfc0cfda10c5752e77a823001e270fe489dd 100644 (file)
@@ -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]))