NishilSB / alivepdf

Automatically exported from code.google.com/p/alivepdf
0 stars 1 forks source link

Problem with drawcircle function corrected #356

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
Unable to reproduce. Can you post a testcase.

Original comment by cgauth...@gmail.com on 28 Feb 2015 at 3:28