diff options
| author | Geoff Lankow <geoff@darktrojan.net> | 2015-08-25 11:43:55 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2015-08-25 11:43:55 +0000 |
| commit | 703fd33768ff03de18419571cdc4a15bc956261f (patch) | |
| tree | 952862fd3e010bcaf27d24acc75a7df1f784ce2f /src/attributes.cpp | |
| parent | Fix a big on apply on closed path Transform By two knots (diff) | |
| parent | Read inkscape:color attribute in more places (diff) | |
| download | inkscape-703fd33768ff03de18419571cdc4a15bc956261f.tar.gz inkscape-703fd33768ff03de18419571cdc4a15bc956261f.zip | |
Guides. Fix for bug #1374870 (Guide colour not rendered opening saved document)
Fixed bugs:
- https://launchpad.net/bugs/1374870
(bzr r14323)
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"}, |
