summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-01-26 05:16:27 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-01-26 05:16:27 +0000
commit90a6b629aaf293036b653cdffde88ff54544f65f (patch)
treeadfe143b91502b85c3c876ee66a26ad16f147687 /src/attributes.cpp
parentChange to the way timestamps are used. Should now be more efficient. (diff)
downloadinkscape-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.cpp2
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"},