AlivePDF
AlivePDF copied to clipboard
Problem with drawcircle function corrected
What steps will reproduce the problem?
1. Create a pdf file
2. Use the method drawCircle
3. Generate pdf file
What is the expected output? What do you see instead?
An error occured when I attempt to open file
What version of the product are you using? On what operating system?
Flash develop, Flash Pro CS5.5, alivepdf 0.1.5 RC
In pdf.as line 1828, I've replace :
var k:Number = k;
by :
var k:Number = this.k;
And it works.
Original issue reported on code.google.com by sebastien.dete on 14 May 2012 at 10:20
Unable to reproduce. Can you post a testcase.
Original comment by [email protected] on 28 Feb 2015 at 3:28