summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f949270)
raw | patch | inline | side by side (parent: f949270)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Tue, 28 Mar 2006 04:19:47 +0000 (04:19 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Tue, 28 Mar 2006 04:19:47 +0000 (04:19 +0000) |
src/path-chemistry.cpp | patch | blob | history |
diff --git a/src/path-chemistry.cpp b/src/path-chemistry.cpp
index 70a30c18526322036f4975f627eb5a6fd8b51237..663cd6da4031b2542dac0399a274f1f3beabe924 100644 (file)
--- a/src/path-chemistry.cpp
+++ b/src/path-chemistry.cpp
SP_OBJECT_STYLE(SP_OBJECT_PARENT(item)));
repr->setAttribute("style", style_str);
g_free(style_str);
+ /* Rotation center */
+ sp_repr_set_attr(repr, "inkscape:transform-center-x", SP_OBJECT_REPR(item)->attribute("inkscape:transform-center-x"));
+ sp_repr_set_attr(repr, "inkscape:transform-center-y", SP_OBJECT_REPR(item)->attribute("inkscape:transform-center-y"));
/* Definition */
gchar *def_str = sp_svg_write_path(curve->bpath);