Bug 110442 - [Qt] newly added svg/as-background-image/svg-transformed-background.html fails
Summary: [Qt] newly added svg/as-background-image/svg-transformed-background.html fails
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 87008 110295
  Show dependency treegraph
 
Reported: 2013-02-21 01:58 PST by Zoltan Arvai
Modified: 2014-02-03 03:25 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltan Arvai 2013-02-21 01:58:33 PST
Test added in http://trac.webkit.org/changeset/143541 fails.
The circles has no sharp edges, it seems like a very low resolution circle.

http://build.webkit.sed.hu/results/x86-64%20Linux%20Qt%20Release/r143573%20%2848385%29/svg/as-background-image/svg-transformed-background-diffs.html
Comment 1 Philip Rogers 2013-02-21 12:58:49 PST
Thanks for filing this Zoltan.

This is the core change that was made:
http://trac.webkit.org/changeset/143541/trunk/Source/WebCore/svg/graphics/SVGImage.cpp

I'm wondering if the context's CTM is different on Cario?
Comment 2 Philip Rogers 2013-02-21 13:58:02 PST
Apologies to the Qt port! Qt uses QPainter, not Cairo.

It looks like Skia and CG use the total transform in Image->drawPattern whereas ImageQT only uses the pattern transform. This seems different, if nothing else.
http://trac.webkit.org/browser/trunk/Source/WebCore/platform/graphics/qt/ImageQt.cpp#L134

QT port maintainers: is this a known difference in the drawPattern code?
Comment 3 Jocelyn Turcotte 2014-02-03 03:25:09 PST
=== Bulk closing of Qt bugs ===

If you believe that this bug report is still relevant for a non-Qt port of webkit.org, please re-open it and remove [Qt] from the summary.

If you believe that this is still an important QtWebKit bug, please fill a new report at https://bugreports.qt-project.org and add a link to this issue. See http://qt-project.org/wiki/ReportingBugsInQt for additional guidelines.