RESOLVED FIXED 12436
repaint issue when scrolling in html file with svg embedded: raster image embedded in SVG doesn't always correctly repaint
https://bugs.webkit.org/show_bug.cgi?id=12436
Summary repaint issue when scrolling in html file with svg embedded: raster image emb...
Andreas Neumann
Reported 2007-01-27 03:52:21 PST
This bug is perhaps not reproducable every time. I would appreciate if someone else would have a look at this well. When I scroll in the given HTML (where an SVG map is embedded, which has a png image embedded) and I scroll as far as down that the SVG file is still partly visible and then I scroll up again, parts of the relief aren't repainted. See screenshot here: http://www.carto.net/neumann/webkitsvgbugs/screenshot_repaint_problem_when_scrolling.png It seems like the vector part of the map is correctly repainted, but the raster part isn't. Thank you for having a look at the issue!
Attachments
Eric Seidel (no email)
Comment 1 2007-01-31 05:20:05 PST
this seems to be an <image> invalidation issue. I thought we had fixed all those, but I guess not. Probably confusion due to RenderSVGImage inheriting from RenderImage.
Rob Buis
Comment 2 2007-04-30 07:28:09 PDT
Hi, (In reply to comment #0) > This bug is perhaps not reproducable every time. I would appreciate if someone > else would have a look at this well. > > When I scroll in the given HTML (where an SVG map is embedded, which has a png > image embedded) and I scroll as far as down that the SVG file is still partly > visible and then I scroll up again, parts of the relief aren't repainted. See > screenshot here: > http://www.carto.net/neumann/webkitsvgbugs/screenshot_repaint_problem_when_scrolling.png > > It seems like the vector part of the map is correctly repainted, but the raster > part isn't. > > Thank you for having a look at the issue! I can't reproduce it using ToT. Hopefully it is fixed by now? Cheers, Rob.
Andreas Neumann
Comment 3 2007-05-01 01:49:49 PDT
yes, it seems to work fine in the current trunk - you can close this bug I checked with both Intel and PowerPC versions Thanks, Andreas
David Kilzer (:ddkilzer)
Comment 4 2007-05-01 07:35:35 PDT
Closing as FIXED per Comment #3.
Note You need to log in before you can comment on or make changes to this bug.