On Wed, 2006-06-28 at 16:02 +0200, Derick Rethans wrote:
> 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...Fixed. There left some \t in the code because I copied it from another project of mine. Nobody wants to do the research how circular arcs and circle elements can be drawn in SVG again .. ;). Full IP ensured :). -- Best regards / Med vennlig hilsen / Mit freundlichen Gruessen Kore Nordmann system developer / utvikler / Entwickler eZ systems GmbH Emil-Figge-Str. 76-80 44227 Dortmund Germany [EMAIL PROTECTED] | eZ systems | ez.no
signature.asc
Description: This is a digitally signed message part
