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/Makefile_insert | |
| 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/Makefile_insert')
| -rw-r--r-- | src/Makefile_insert | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile_insert b/src/Makefile_insert index a9c565af0..12b766bb3 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -45,6 +45,7 @@ libinkpre_a_SOURCES = \ color-rgba.h \ color-profile.cpp color-profile.h \ color-profile-fns.h \ + conditions.cpp conditions.h\ conn-avoid-ref.cpp conn-avoid-ref.h \ connector-context.cpp connector-context.h \ context-fns.cpp context-fns.h \ @@ -186,6 +187,7 @@ libinkpre_a_SOURCES = \ sp-stop.h \ sp-string.cpp sp-string.h \ sp-symbol.cpp sp-symbol.h \ + sp-switch.cpp sp-switch.h\ sp-text.cpp sp-text.h \ sp-textpath.h \ sp-tspan.cpp sp-tspan.h \ |
