From:             [EMAIL PROTECTED]
Operating system: Linux-i386
PHP version:      4.0 Latest CVS (15/04/2001)
PHP Bug Type:     Documentation problem
Bug description:  Incorrect paramters for pdf_setdash()

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.



-- 
Edit Bug report at: http://bugs.php.net/?id=10335&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to