Subject: | flatness() method not working? |
Date: | Tue, 02 Sep 2014 11:06:31 -0400 |
To: | bug-PDF-API2 [...] rt.cpan.org |
From: | Phil M Perry <philperry [...] hvc.rr.com> |
PDF::API2 v2.022 Perl 5.16.3 Windows 7 severity: Important
In Content.pm, the flatness() method does not appear to have any effect
in test cases I've written. Can anyone confirm that it is in fact
working, and provide a test case or two that clearly demonstrates it?
The code itself does appear to produce the right PDF command: $flatness
i , and so passes the "t" test. However, there is no visible effect on
either an arc() or a curve() (Bezier cubic). Everything looks perfectly
smooth. I'm looking for test cases that demonstrate this for future
documentation of the product. Thank you!