[webkit-reviews] review requested: [Bug 34477] [Qt] Canvas createPattern with no-repeat not working : [Attachment 50495] fix bug 34477 (canvas fillRect with "repeat")

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 11 06:33:12 PST 2010


qi <qi.2.zhang at nokia.com> has asked  for review:
Bug 34477: [Qt] Canvas createPattern with no-repeat not working
https://bugs.webkit.org/show_bug.cgi?id=34477

Attachment 50495: fix bug 34477 (canvas fillRect with "repeat")
https://bugs.webkit.org/attachment.cgi?id=50495&action=review

------- Additional Comments from qi <qi.2.zhang at nokia.com>
1. create the new patch to replace old one for ChangeLog style issue.
2. Qt brush do not support "norepeat" or "repeatx" or "repeaty", it only
support "repeat". This fix handle the "repeat" information at
GraphicsContextQt.
3. To get the "repeat" information from Pattern (Since it is a private
information), I create new API to expose the "repeat" information for Qt.


More information about the webkit-reviews mailing list