
svgweb - issue #329
in flash renderer, images get cropped if they are moved programmatically
What steps will reproduce the problem? 1. create an image 2. in an onclick event, update its "x", "y" attributes 3. see image gets cropped
See attached for details. (Click "Trigger problem" to see the problem)
- svgweb-image_move.html 1.18KB
- expected.png 5.17KB
- problem.png 5.58KB
Comment #1
Posted on Sep 29, 2009 by Helpful PandaComment deleted
Comment #2
Posted on Sep 29, 2009 by Helpful PandaI'm using latest SVN trunk and testing on FF3.5 and IE7. To run the sample, you'll need an image and modify the url in code.
Comment #3
Posted on Sep 29, 2009 by Massive HippoThis defect is blocking the following Dojo GFX test cases:
FAIL test_image1.html: picture shows, but move and transform has serious problem
Comment #4
Posted on Sep 30, 2009 by Grumpy DogFixed in r915.
Comment #5
Posted on Sep 30, 2009 by Helpful PandaVerified.
Comment #6
Posted on Sep 30, 2009 by Helpful PandaVerified.
Status: Fixed
Labels:
Type-Defect
Priority-Medium