Bug 65939

Summary: [CHROMIUM] getBBox() on a SVGPathElement with curves incorrectly includes control points
Product: WebKit Reporter: Tim Horton <thorton>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: david.dailey, santiago.aguiar, schenney, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Linux   

Description Tim Horton 2011-08-09 13:48:06 PDT
Cloning https://bugs.webkit.org/show_bug.cgi?id=53512 as the problem separately appears on Chromium/Linux.
Comment 1 Tim Horton 2011-08-09 13:49:02 PDT
This causes svg/custom/getBBox-path.svg to fail.
Comment 2 david dailey 2012-06-21 07:33:11 PDT
Same bug seems to occur in Windows -- see  http://granite.sru.edu/~ddailey/svg/B/bbox2.3.svg as compared to performance in Opera, IE9, FF.
Comment 4 Santiago Aguiar 2013-05-20 09:09:48 PDT
Any reasons this is marked as WONTFIX? Is is a problem in a third party lib or something? I'm having to use javascript for getting the bbox for paths under webkit, which is less than optimal, because of this.
Comment 5 Tim Horton 2013-05-20 09:10:24 PDT
(In reply to comment #4)
> Any reasons this is marked as WONTFIX? Is is a problem in a third party lib or something? I'm having to use javascript for getting the bbox for paths under webkit, which is less than optimal, because of this.

Please track the Blink bug instead.