Bug 65939 - [CHROMIUM] getBBox() on a SVGPathElement with curves incorrectly includes control points
Summary: [CHROMIUM] getBBox() on a SVGPathElement with curves incorrectly includes con...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-09 13:48 PDT by Tim Horton
Modified: 2013-05-20 09:10 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.