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/conditions.h | |
| 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/conditions.h')
| -rw-r--r-- | src/conditions.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/conditions.h b/src/conditions.h new file mode 100644 index 000000000..35a20ae4f --- /dev/null +++ b/src/conditions.h @@ -0,0 +1,8 @@ +#ifndef CONDITIONS_H_ +#define CONDITIONS_H_ + +#include "sp-item.h" + +bool sp_item_evaluate(SPItem const *item); + +#endif /*CONDITIONS_H_*/ |
