On Wed, 28 Jun 2006, Kore Nordmann wrote:

>       */
>      public function drawPolygon( array $points, ezcGraphColor $color, 
> $filled = true, $thickness = 1 )
>      {
> -        
> +        $this->createDocument();
> +
> +             $lastPoint = end( $points );
> +             $pointString = sprintf( ' M %.4f,%.4f', 
> +            $lastPoint->x, 
> +            $lastPoint->y
> +        );

You seem to have some whitespace issues here...

regards,
Derick

-- 
Derick Rethans
eZ components Product Manager
eZ systems | http://ez.no
-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to