diff options
author | Kore Nordmann <mail@kore-nordmann.de> | 2013-12-21 10:42:52 +0100 |
---|---|---|
committer | Kore Nordmann <mail@kore-nordmann.de> | 2013-12-21 10:42:52 +0100 |
commit | 9657eef0ec32d2e2e80a8453e4954d76ebdda7fc (patch) | |
tree | c413326e9260f274b737e0aa73b2a060092983dc /src/colors | |
parent | ddea34cb8ab9325adbe6a7de9acd3d500e38ebcb (diff) | |
download | zetacomponents-graph-9657eef0ec32d2e2e80a8453e4954d76ebdda7fc.zip zetacomponents-graph-9657eef0ec32d2e2e80a8453e4954d76ebdda7fc.tar.gz |
Use non-local-aware number printing everywhere
Diffstat (limited to 'src/colors')
-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'], |