summaryrefslogtreecommitdiffstats
path: root/src/driver/svg.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-01-31 14:55:20 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-01-31 14:55:20 +0000
commitdeabee7a6b914f958e1eaca69784bac0eb480fbe (patch)
tree33d4c1f0a1bf0f0216886efb8f5faf3159bc8089 /src/driver/svg.php
parentd2590482f69b98dc6200e02ec194ea14f81730a5 (diff)
downloadzetacomponents-graph-deabee7a6b914f958e1eaca69784bac0eb480fbe.zip
zetacomponents-graph-deabee7a6b914f958e1eaca69784bac0eb480fbe.tar.gz
- Commented out polygon size reducement
# Does not work properly in all cases
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 3511967..ec3b9c8 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