From 90a6b629aaf293036b653cdffde88ff54544f65f Mon Sep 17 00:00:00 2001 From: bulia byak Date: Thu, 26 Jan 2006 05:16:27 +0000 Subject: remember rotation centers, correctly this time (by johncliff and me) (bzr r28) --- src/attributes.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/attributes.cpp') 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"}, -- cgit v1.2.3