diff options
| author | Geoff Lankow <geoff@darktrojan.net> | 2015-07-07 09:22:31 +0000 |
|---|---|---|
| committer | Geoff Lankow <geoff@darktrojan.net> | 2015-07-07 09:22:31 +0000 |
| commit | 43f80e25517651b82754e3b05303dacff0c03a10 (patch) | |
| tree | b6be78397c84152c8eee77a6129a5f91cff6df1a /src/attributes.cpp | |
| parent | Fix compilation failure in make check (diff) | |
| download | inkscape-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.cpp | 1 |
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"}, |
