summaryrefslogtreecommitdiffstats
path: root/src/driver/svg.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-02-01 12:20:16 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-02-01 12:20:16 +0000
commit7e18888cdaecb26c650ba19f504079fdec7f74a5 (patch)
treeb64556e2260fbeda389fbb5d9e497366d372d515 /src/driver/svg.php
parentfbe8284433d09070d388c226d07d024f63fa6464 (diff)
downloadzetacomponents-graph-7e18888cdaecb26c650ba19f504079fdec7f74a5.zip
zetacomponents-graph-7e18888cdaecb26c650ba19f504079fdec7f74a5.tar.gz
- Correctly fixed polygon size reducement
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 ec3b9c8..3511967 100644
--- a/src/driver/svg.php
+++ b/src/driver/svg.php
@@ -332,7 +332,7 @@ class ezcGraphSvgDriver extends ezcGraphDriver
{
// The middle of the border is on the outline of a polygon in SVG,
// fix that:
- // $points = $this->reducePolygonSize( $points, $thickness / 2 );
+ $points = $this->reducePolygonSize( $points, $thickness / 2 );
}
$lastPoint = end( $points );
OpenPOWER on IntegriCloud