diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2006-04-02 20:54:27 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2006-04-02 20:54:27 +0000 |
| commit | 956bde7b424ecbd8ab839ffb29738ce48caeaec3 (patch) | |
| tree | c32c48f01d6c90fe24292b11a9b99d6aaaaaf9aa /src/attributes.h | |
| parent | Fixed warnings (diff) | |
| download | inkscape-956bde7b424ecbd8ab839ffb29738ce48caeaec3.tar.gz inkscape-956bde7b424ecbd8ab839ffb29738ce48caeaec3.zip | |
Adding support for <color-profile> element
(bzr r401)
Diffstat (limited to 'src/attributes.h')
| -rw-r--r-- | src/attributes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/attributes.h b/src/attributes.h index b36cf2557..897656845 100644 --- a/src/attributes.h +++ b/src/attributes.h @@ -104,6 +104,10 @@ enum SPAttributeEnum { SP_ATTR_INKSCAPE_CURRENT_LAYER, SP_ATTR_INKSCAPE_DOCUMENT_UNITS, SP_ATTR_INKSCAPE_CONNECTOR_SPACING, + /* SPColorProfile */ + SP_ATTR_LOCAL, + SP_ATTR_NAME, + SP_ATTR_RENDERING_INTENT, /* SPGuide */ SP_ATTR_ORIENTATION, SP_ATTR_POSITION, |
