Errata

Perl Graphics Programming

Errata for Perl Graphics Programming

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 103
in the Draw template at the top of the page and in the examples for Bezier & Circle

The template uses the parameter "strokewidth". The examples use the parameter "linewidth", which
is not listed in the template.

Which one's correct?

Anonymous   
Printed Page 273
2nd paragraph

change "cubic Bezier" to "quadratic Bezier"

Anonymous   
Printed Page 336, 344
Example 12-3, line #16: my $img = $pdf->image('scotty.jpg'); # Read a JPEG image

Page 336, example 12-3, line #16:
=================================
my $img = $pdf->image('scotty.jpg'); # Read a JPEG image

The script gave an error message:

Can't locate object method "image" via package "PDF::API2" at example12-3.pl line 16.

Page 344:
=========
image() doesn't exist in PDF::API2 module (version 0.62)

Anonymous