diff --git a/typo3/sysext/frontend/Classes/Imaging/GifBuilder.php b/typo3/sysext/frontend/Classes/Imaging/GifBuilder.php
index 0a3b60fa017af23c30dbb8078b34ed4d8f740031..c98f695a760e3ea1dfa9179c107d2b23306dfc97 100644
--- a/typo3/sysext/frontend/Classes/Imaging/GifBuilder.php
+++ b/typo3/sysext/frontend/Classes/Imaging/GifBuilder.php
@@ -1390,8 +1390,10 @@ class GifBuilder
             array_keys($this->setup),
             $filePrefix,
             $this->im,
+            $this->XY,
             $this->w,
             $this->h,
+            $this->OFFSET,
             $this->workArea,
             $this->combinedTextStrings,
             $this->combinedFileNames,