summaryrefslogtreecommitdiffstats
path: root/src/driver/svg.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-08-07 09:03:32 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-08-07 09:03:32 +0000
commitf6370bbce1ada87f830736958f4cd83eefa29572 (patch)
treee031ab837e2c403a125a295c20da10c88d4f8e97 /src/driver/svg.php
parentd5bea5137c89620edda8e2db60d64ac4b4cedcc8 (diff)
downloadzetacomponents-graph-f6370bbce1ada87f830736958f4cd83eefa29572.zip
zetacomponents-graph-f6370bbce1ada87f830736958f4cd83eefa29572.tar.gz
- Fixed bug #11233: Path for circular arcs in SVG driver may break because of
locale settings
Diffstat (limited to 'src/driver/svg.php')
-rw-r--r--src/driver/svg.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/svg.php b/src/driver/svg.php
index 00253db..805ff90 100644
--- a/src/driver/svg.php
+++ b/src/driver/svg.php
@@ -949,7 +949,7 @@ class ezcGraphSvgDriver extends ezcGraphDriver
if ( $filled === true )
{
$arc = $this->dom->createElement( 'path' );
- $arc->setAttribute( 'd', sprintf( 'M %.2F,%.2F A %.2F,%.2F 0 %d,0 %.2F,%.2F L %.2F,%.2F A %.2F,%2f 0 %d,1 %.2F,%.2F z',
+ $arc->setAttribute( 'd', sprintf( 'M %.2F,%.2F A %.2F,%.2F 0 %d,0 %.2F,%.2F L %.2F,%.2F A %.2F,%2F 0 %d,1 %.2F,%.2F z',
// Endpoint low
$Xend, $Yend + $size,
// Radius
OpenPOWER on IntegriCloud