Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with drawcircle function corrected #356

Open
GoogleCodeExporter opened this issue Oct 22, 2015 · 1 comment
Open

Problem with drawcircle function corrected #356

GoogleCodeExporter opened this issue Oct 22, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

Unable to reproduce. Can you post a testcase.

Original comment by [email protected] on 28 Feb 2015 at 3:28

@GhaziTriki GhaziTriki added Bug and removed Type-Defect labels Feb 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants