Author: Kore Nordmann Date: 2007-01-31 15:55:20 +0100 (Wed, 31 Jan 2007) New Revision: 4603
Log: - Commented out polygon size reducement # Does not work properly in all cases Modified: trunk/Graph/src/driver/svg.php Modified: trunk/Graph/src/driver/svg.php =================================================================== --- trunk/Graph/src/driver/svg.php 2007-01-31 13:43:19 UTC (rev 4602) +++ trunk/Graph/src/driver/svg.php 2007-01-31 14:55:20 UTC (rev 4603) @@ -332,7 +332,7 @@ { // 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 ); -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components