PHP Bugs  
php.net | support | documentation | report a bug | advanced search | search howto | statistics | login

go to bug id or search bugs for  

Bug #10335 Incorrect paramters for pdf_setdash()
Submitted:15 Apr 2001 10:15am UTC Modified: 21 May 2001 5:39am UTC
From:graeme at inetix dot com dot au Assigned to:
Status:Closed Category:Documentation problem
Version:4.0 Latest CVS (15/04/2001) OS:Linux-i386
View/Vote Developer Edit Submission

Welcome! If you don't have a SVN account, you can't do anything here. You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
SVN Username: SVN Password:
Quick Fix:
Status: Assign to:
Category:
Summary:
From: graeme at inetix dot com dot au
New email:
Version: OS:
New/Additional Comment:

[15 Apr 2001 10:15am UTC] graeme at inetix dot com dot au
Function description is currently
void PDF_setdash (int pdf object, double w, double b)

Should be
void PDF_setdash (int pdf object, double b, double w)

The proto description in the source is wrong (bug report filed).

PDFlib docs says function as
void PDF_setdash(PDF *p,float b,float w)

Experimentation with the function will prove this to be true.
[21 May 2001 5:39am UTC] danbeck@php.net
Corrected in latest phpdoc cvs.

RSS feed | show source 

PHP Copyright © 2001-2009 The PHP Group
All rights reserved.
Last updated: Sat Nov 21 10:30:49 2009 UTC