diff options
| author | Andrius Ramanauskas <knutux@gmail.com> | 2006-04-20 16:06:59 +0000 |
|---|---|---|
| committer | knutux <knutux@users.sourceforge.net> | 2006-04-20 16:06:59 +0000 |
| commit | 59f47a0c4156ad31d8c685ccac2c02ac83c658c6 (patch) | |
| tree | ca2bc01c578b9b70fe4bd9e9c2a40c648f81f971 /src/attributes.cpp | |
| parent | disabling rendering optimization for dashed strokes (until optimization is tw... (diff) | |
| download | inkscape-59f47a0c4156ad31d8c685ccac2c02ac83c658c6.tar.gz inkscape-59f47a0c4156ad31d8c685ccac2c02ac83c658c6.zip | |
SVG 1.1 Conditional Processing Module rendering support (<switch> element, requiredReatures/requiredExtensions/systemLanguage attributes).
Two more W3C SVG Test Suite testes pass after this change.
(bzr r556)
Diffstat (limited to 'src/attributes.cpp')
| -rw-r--r-- | src/attributes.cpp | 4 |
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])) |
