summaryrefslogtreecommitdiffstats
path: root/src/driver
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-01-31 15:01:35 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-01-31 15:01:35 +0000
commit70151cd3ac52bb8ea3b854adcc7bfc38524d0b36 (patch)
tree035ac8fdc0c2cb1947572e1ab85aa78a2a15f2b6 /src/driver
parent8b7560a0a67c8c742b771b9c30878cb623e38270 (diff)
downloadzetacomponents-graph-70151cd3ac52bb8ea3b854adcc7bfc38524d0b36.zip
zetacomponents-graph-70151cd3ac52bb8ea3b854adcc7bfc38524d0b36.tar.gz
- Temporary removed polygon size reducement from flash driver, too
Diffstat (limited to 'src/driver')
-rw-r--r--src/driver/flash.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/flash.php b/src/driver/flash.php
index 4c438fa..07fa2bd 100644
--- a/src/driver/flash.php
+++ b/src/driver/flash.php
@@ -194,7 +194,7 @@ class ezcGraphFlashDriver extends ezcGraphDriver
{
// The middle of the border is on the outline of a polygon in ming,
// fix that:
- $points = $this->reducePolygonSize( $points, $thickness / 2 );
+ // $points = $this->reducePolygonSize( $points, $thickness / 2 );
}
$shape = new SWFShape();
OpenPOWER on IntegriCloud