[webkit-reviews] review denied: [Bug 26426] rotation of 'no-repeat' pattern is weird : [Attachment 31322] Patch v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 18 01:36:32 PDT 2009


Oliver Hunt <oliver at apple.com> has denied Shinichiro Hamaji
<hamaji at chromium.org>'s request for review:
Bug 26426: rotation of 'no-repeat' pattern is weird
https://bugs.webkit.org/show_bug.cgi?id=26426

Attachment 31322: Patch v1
https://bugs.webkit.org/attachment.cgi?id=31322&action=review

------- Additional Comments from Oliver Hunt <oliver at apple.com>
For completeness can you replaced float xStep/yStep with CGFloat xStep/yStep,
and i think we want the largest number possible so i think (1 << 23 - 1) rather
than 1 << 21.


More information about the webkit-reviews mailing list