Bug 99471 - [Qt] Implement Path::fastBoundingRect vs. boundingRect distinction.
Summary: [Qt] Implement Path::fastBoundingRect vs. boundingRect distinction.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Allan Sandfeld Jensen
URL:
Keywords:
: 71766 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-10-16 09:30 PDT by Allan Sandfeld Jensen
Modified: 2012-10-16 10:45 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.15 KB, patch)
2012-10-16 09:32 PDT, Allan Sandfeld Jensen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Allan Sandfeld Jensen 2012-10-16 09:30:37 PDT
The patch for bug #53512 introduced a separation of Path::fastBoundingRect and Path::boundingRect which were necessary because some platforms had started to use faster less accurate boundingRect calculations. Unfortunately Qt has not yet been update to use the more accurate implementation for Path::boundingRect() yet.
Comment 1 Allan Sandfeld Jensen 2012-10-16 09:32:36 PDT
Created attachment 168961 [details]
Patch
Comment 2 Allan Sandfeld Jensen 2012-10-16 09:35:36 PDT
*** Bug 71766 has been marked as a duplicate of this bug. ***
Comment 3 WebKit Review Bot 2012-10-16 10:44:58 PDT
Comment on attachment 168961 [details]
Patch

Clearing flags on attachment: 168961

Committed r131474: <http://trac.webkit.org/changeset/131474>
Comment 4 WebKit Review Bot 2012-10-16 10:45:02 PDT
All reviewed patches have been landed.  Closing bug.