From: buliabyak Date: Sat, 29 Apr 2006 02:33:38 +0000 (+0000) Subject: reset center on stamping X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=632d86fab41e4e40033cfcc6822937ad96d39c43;p=inkscape.git reset center on stamping --- diff --git a/src/seltrans.cpp b/src/seltrans.cpp index ec6ca8ba2..0c478edaa 100644 --- a/src/seltrans.cpp +++ b/src/seltrans.cpp @@ -422,6 +422,10 @@ void Inkscape::SelTrans::stamp() sp_item_write_transform(copy_item, copy_repr, *new_affine); + if (copy_item->isCenterSet()) { + copy_item->setCenter(_center * _current); + } + Inkscape::GC::release(copy_repr); l = l->next; }