Bug 65939
Summary: | [CHROMIUM] getBBox() on a SVGPathElement with curves incorrectly includes control points | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tim Horton <thorton> |
Component: | SVG | Assignee: | 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 |
Tim Horton
Cloning https://bugs.webkit.org/show_bug.cgi?id=53512 as the problem separately appears on Chromium/Linux.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Tim Horton
This causes svg/custom/getBBox-path.svg to fail.
david dailey
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.
Stephen Chenney
https://code.google.com/p/chromium/issues/detail?id=230599
Santiago Aguiar
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.
Tim Horton
(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.