Bug 22660 - SVG elements that are moved are nor fully invalidated/earsed
Summary: SVG elements that are moved are nor fully invalidated/earsed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-04 14:04 PST by Yoah Bar-David
Modified: 2009-01-19 08:51 PST (History)
2 users (show)

See Also:


Attachments
Sample file. Click the "click here" to see the bug, refresh page to repeat (733 bytes, text/xml)
2008-12-04 14:05 PST, Yoah Bar-David
no flags Details
First attempt (19.96 KB, patch)
2008-12-06 10:46 PST, Rob Buis
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yoah Bar-David 2008-12-04 14:04:18 PST
See attached example, click the "Click here" label. The red ball is moved but about half of it is still shown on the previous position. Repeated also in Google Chrome.
Comment 1 Yoah Bar-David 2008-12-04 14:05:40 PST
Created attachment 25752 [details]
Sample file. Click the "click here" to see the bug, refresh page to repeat
Comment 2 Rob Buis 2008-12-06 10:46:47 PST
Created attachment 25816 [details]
First attempt

Here is my fix for this problem. I am afraid a pixel test is needed to really expose this bug.
Cheers,

Rob.
Comment 3 Eric Seidel (no email) 2008-12-08 12:54:42 PST
Mitz or Hyatt could better tell if this is right.
Comment 4 Darin Adler 2009-01-02 10:54:06 PST
Comment on attachment 25816 [details]
First attempt

r=me
Comment 5 Rob Buis 2009-01-04 09:37:18 PST
Landed in r39574.