WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 99471
71766
[Qt] svg/custom/getBBox-path.svg fails
https://bugs.webkit.org/show_bug.cgi?id=71766
Summary
[Qt] svg/custom/getBBox-path.svg fails
Csaba Osztrogonác
Reported
2011-11-07 22:23:17 PST
svg/custom/getBBox-path.svg introduced in
http://trac.webkit.org/changeset/99460
, but fails on Qt: --- /ramdisk/qt-linux-64-release/build/layout-test-results/svg/custom/getBBox-path-expected.txt +++ /ramdisk/qt-linux-64-release/build/layout-test-results/svg/custom/getBBox-path-actual.txt @@ -1,1 +1,1 @@ -100 37.5 PASS +100 50 FAIL
Attachments
Add attachment
proposed patch, testcase, etc.
Rob Buis
Comment 1
2012-04-30 14:58:23 PDT
This is because QPainterPath::controlPointRect() is used instead of QPainterPath::boundingRect()
Csaba Osztrogonác
Comment 2
2012-05-02 01:22:29 PDT
(In reply to
comment #1
)
> This is because QPainterPath::controlPointRect() is used instead of QPainterPath::boundingRect()
Reni, Zoltán, could fix it?
Allan Sandfeld Jensen
Comment 3
2012-10-16 09:35:36 PDT
I accidentally created a new bug for the patch to this problem. See
bug #99471
*** This bug has been marked as a duplicate of
bug 99471
***
Csaba Osztrogonác
Comment 4
2012-10-16 11:38:53 PDT
(In reply to
comment #3
)
> I accidentally created a new bug for the patch to this problem. See
bug #99471
> > *** This bug has been marked as a duplicate of
bug 99471
***
I unskipped the test -
r131480
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug