diff options
| author | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-05-10 19:16:24 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-05-10 19:16:24 +0000 |
| commit | 4038de8b4763974c97aa8fcb9d87b83c1a5daac7 (patch) | |
| tree | ccad84e7516511ffd107c14688d8b4fb8a34f90d /src/attributes.cpp | |
| parent | Fix stubborn bug 1299948 (diff) | |
| download | inkscape-4038de8b4763974c97aa8fcb9d87b83c1a5daac7.tar.gz inkscape-4038de8b4763974c97aa8fcb9d87b83c1a5daac7.zip | |
Add selection sets
(bzr r13090.1.75)
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 4e39b648e..2dc0d8071 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -52,6 +52,7 @@ static SPStyleProp const props[] = { {SP_ATTR_XLINK_ACTUATE, "xlink:actuate"}, {SP_ATTR_TARGET, "target"}, {SP_ATTR_INKSCAPE_GROUPMODE, "inkscape:groupmode"}, + {SP_ATTR_INKSCAPE_EXPANDED, "inkscape:expanded"}, /* SPRoot */ {SP_ATTR_VERSION, "version"}, {SP_ATTR_WIDTH, "width"}, |
