summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp
diff options
context:
space:
mode:
authorGeoff Lankow <geoff@darktrojan.net>2015-07-07 09:22:31 +0000
committerGeoff Lankow <geoff@darktrojan.net>2015-07-07 09:22:31 +0000
commit43f80e25517651b82754e3b05303dacff0c03a10 (patch)
treeb6be78397c84152c8eee77a6129a5f91cff6df1a /src/attributes.cpp
parentFix compilation failure in make check (diff)
downloadinkscape-43f80e25517651b82754e3b05303dacff0c03a10.tar.gz
inkscape-43f80e25517651b82754e3b05303dacff0c03a10.zip
Read inkscape:color attribute on guides
(bzr r14228.1.1)
Diffstat (limited to 'src/attributes.cpp')
-rw-r--r--src/attributes.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp
index af19360c1..991834cb2 100644
--- a/src/attributes.cpp
+++ b/src/attributes.cpp
@@ -125,6 +125,7 @@ static SPStyleProp const props[] = {
/* SPGuide */
{SP_ATTR_ORIENTATION, "orientation"},
{SP_ATTR_POSITION, "position"},
+ {SP_ATTR_INKSCAPE_COLOR, "inkscape:color"},
/* SPImage */
{SP_ATTR_X, "x"},
{SP_ATTR_Y, "y"},