You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
sebastien.dete
on 14 May 2012 at 10:20The text was updated successfully, but these errors were encountered: