diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-01-26 05:16:27 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-01-26 05:16:27 +0000 |
| commit | 90a6b629aaf293036b653cdffde88ff54544f65f (patch) | |
| tree | adfe143b91502b85c3c876ee66a26ad16f147687 /src/attributes.cpp | |
| parent | Change to the way timestamps are used. Should now be more efficient. (diff) | |
| download | inkscape-90a6b629aaf293036b653cdffde88ff54544f65f.tar.gz inkscape-90a6b629aaf293036b653cdffde88ff54544f65f.zip | |
remember rotation centers, correctly this time (by johncliff and me)
(bzr r28)
Diffstat (limited to 'src/attributes.cpp')
| -rw-r--r-- | src/attributes.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp index ce9c0e105..10b33e178 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -36,6 +36,8 @@ static SPStyleProp const props[] = { {SP_ATTR_SODIPODI_NONPRINTABLE, "sodipodi:nonprintable"}, {SP_ATTR_CONNECTOR_AVOID, "inkscape:connector-avoid"}, {SP_ATTR_STYLE, "style"}, + {SP_ATTR_TRANSFORM_CENTER_X, "inkscape:transform-center-x"}, + {SP_ATTR_TRANSFORM_CENTER_Y, "inkscape:transform-center-y"}, /* SPAnchor */ {SP_ATTR_XLINK_HREF, "xlink:href"}, {SP_ATTR_XLINK_TYPE, "xlink:type"}, |
