summaryrefslogtreecommitdiffstats
path: root/src/driver/gd.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/gd.php')
-rw-r--r--src/driver/gd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/gd.php b/src/driver/gd.php
index cc87824..2f8da21 100644
--- a/src/driver/gd.php
+++ b/src/driver/gd.php
@@ -603,7 +603,7 @@ class ezcGraphGdDriver extends ezcGraphDriver
{
$this->preProcessImages[] = array(
'file' => $file,
- 'position' => $position,
+ 'position' => clone $position,
'width' => $width,
'height' => $height,
);
OpenPOWER on IntegriCloud