summaryrefslogtreecommitdiffstats
path: root/src/draw-context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/draw-context.cpp')
-rw-r--r--src/draw-context.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/draw-context.cpp b/src/draw-context.cpp
index 869c1ae39..51d8ca3cd 100644
--- a/src/draw-context.cpp
+++ b/src/draw-context.cpp
@@ -646,6 +646,7 @@ static void spdc_flush_white(SPDrawContext *dc, SPCurve *gc)
dc->selection->set(repr);
Inkscape::GC::release(repr);
item->transform = SP_ITEM(desktop->currentLayer())->i2doc_affine().inverse();
+ item->doWriteTransform(item->getRepr(), item->transform, NULL, true);
item->updateRepr();
}