Jeff-Lewis / alivepdf

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

image position #106

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. put whatever flex component to the stage
2. move it to some coordinates, let's say (100,100)
3. use addImage and add it to pdf

What is the expected output? What do you see instead?
addImage(component, 0,0, component.width, component.height) should add the
image of the component to location (0,0) on the pdf page and instead it
adds the image of the component to location (component.x, component.y) on
the page.
Result is if i want the image in the upper left corner, i am using:

addImage(component, -component.x, -component.y, component.width.....)

What version of the product are you using? On what operating system?
latest svn

Please provide any additional information below.

Original issue reported on code.google.com by gregor....@gmail.com on 25 Feb 2009 at 12:10

GoogleCodeExporter commented 8 years ago
This is really a deal breaker - i can check the code and try to correct it but 
would
like to have a pointer in the right direction first if somebody has an idea?

Original comment by gregor....@gmail.com on 20 Mar 2009 at 9:57

GoogleCodeExporter commented 8 years ago
Hi gregor,

I understand your frustration. This issue was fixed in the latest builds since 
a few 
months. Check the latest version (0.1.5 C) from the SVN it should work smoothly.

best,

Thibault

Original comment by thibault.imbert on 24 Jan 2010 at 1:58