diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-01-31 14:55:20 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-01-31 14:55:20 +0000 |
commit | deabee7a6b914f958e1eaca69784bac0eb480fbe (patch) | |
tree | 33d4c1f0a1bf0f0216886efb8f5faf3159bc8089 /src/driver | |
parent | d2590482f69b98dc6200e02ec194ea14f81730a5 (diff) | |
download | zetacomponents-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')
-rw-r--r-- | src/driver/svg.php | 2 |
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 ); |