diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-08-26 19:35:34 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-08-26 19:35:34 +0000 |
| commit | 8e2a1a4407a19fc9b794c2c29cc1e6eb41c83559 (patch) | |
| tree | 062e8e1f329373a873532a746c3ef2ca81d6fc94 /src/attributes.cpp | |
| parent | add 'little' comment (diff) | |
| parent | Prevent crash when "vector" doesn't exist (i.e. for mesh gradient). (diff) | |
| download | inkscape-8e2a1a4407a19fc9b794c2c29cc1e6eb41c83559.tar.gz inkscape-8e2a1a4407a19fc9b794c2c29cc1e6eb41c83559.zip | |
update to trunk
(bzr r13645.1.115)
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"}, |
