Bug 82629

Summary: SVG getBBox does not update bound after path data change
Product: WebKit Reporter: Stephen Chenney <schenney>
Component: SVGAssignee: Florin Malita <fmalita>
Status: RESOLVED FIXED    
Severity: Normal CC: fmalita, pdr, rwlbuis, thorton, webkit.review.bot, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Repro case
none
Patch none

Description Stephen Chenney 2012-03-29 11:07:39 PDT
Created attachment 134620 [details]
Repro case

When the path data inside an SVG path element is modified in JS, then getBBox is called on the path, the result does not reflect the updated values.

This may be Chrome specific, but Safari trunk also appears to be failing. Safari 5.1.2 does not seem to be failing.
http://code.google.com/p/chromium/issues/detail?id=115336
Comment 1 Florin Malita 2012-07-16 14:27:45 PDT
This appears to be fixed now, but we should add a test for it.
Comment 2 Florin Malita 2012-07-17 12:52:57 PDT
Created attachment 152809 [details]
Patch
Comment 3 WebKit Review Bot 2012-07-17 13:44:53 PDT
Comment on attachment 152809 [details]
Patch

Clearing flags on attachment: 152809

Committed r122872: <http://trac.webkit.org/changeset/122872>
Comment 4 WebKit Review Bot 2012-07-17 13:44:57 PDT
All reviewed patches have been landed.  Closing bug.