~danieljabailey/inkscape/arc_node_editor

« back to all changes in this revision

Viewing changes to src/conditions.h

  • Committer: knutux
  • Date: 2006-04-20 16:06:59 UTC
  • Revision ID: knutux@users.sourceforge.net-20060420160659-vyt0xz1up0dcl9yb
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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef CONDITIONS_H_
 
2
#define CONDITIONS_H_
 
3
 
 
4
#include "sp-item.h"
 
5
 
 
6
bool sp_item_evaluate(SPItem const *item);
 
7
 
 
8
#endif /*CONDITIONS_H_*/