diff options
Diffstat (limited to 'src/colors/radial_gradient.php')
-rw-r--r-- | src/colors/radial_gradient.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/colors/radial_gradient.php b/src/colors/radial_gradient.php index 65088e5..2b29863 100644 --- a/src/colors/radial_gradient.php +++ b/src/colors/radial_gradient.php @@ -169,7 +169,7 @@ class ezcGraphRadialGradient extends ezcGraphColor */ public function __toString() { - return sprintf( 'RadialGradient_%d_%d_%d_%d_%.2f_%02x%02x%02x%02x_%02x%02x%02x%02x', + return sprintf( 'RadialGradient_%d_%d_%d_%d_%.2F_%02x%02x%02x%02x_%02x%02x%02x%02x', $this->properties['center']->x, $this->properties['center']->y, $this->properties['width'], |