summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2006-04-02 20:54:27 +0000
committerjoncruz <joncruz@users.sourceforge.net>2006-04-02 20:54:27 +0000
commit956bde7b424ecbd8ab839ffb29738ce48caeaec3 (patch)
treec32c48f01d6c90fe24292b11a9b99d6aaaaaf9aa /src/attributes.cpp
parentFixed warnings (diff)
downloadinkscape-956bde7b424ecbd8ab839ffb29738ce48caeaec3.tar.gz
inkscape-956bde7b424ecbd8ab839ffb29738ce48caeaec3.zip
Adding support for <color-profile> element
(bzr r401)
Diffstat (limited to 'src/attributes.cpp')
-rw-r--r--src/attributes.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp
index 10b33e178..39163c010 100644
--- a/src/attributes.cpp
+++ b/src/attributes.cpp
@@ -103,6 +103,10 @@ static SPStyleProp const props[] = {
{SP_ATTR_INKSCAPE_CURRENT_LAYER, "inkscape:current-layer"},
{SP_ATTR_INKSCAPE_DOCUMENT_UNITS, "inkscape:document-units"},
{SP_ATTR_INKSCAPE_CONNECTOR_SPACING, "inkscape:connector-spacing"},
+ /* SPColorProfile */
+ {SP_ATTR_LOCAL, "local"},
+ {SP_ATTR_NAME, "name"},
+ {SP_ATTR_RENDERING_INTENT, "rendering-intent"},
/* SPGuide */
{SP_ATTR_ORIENTATION, "orientation"},
{SP_ATTR_POSITION, "position"},