[webkit-reviews] review granted: [Bug 15289] WebKit does not respect clip paths of a 0x0 rect : [Attachment 17724] First attempt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 5 13:34:33 PST 2007


mitz at webkit.org has granted Rob Buis <rwlbuis at gmail.com>'s request for review:
Bug 15289: WebKit does not respect clip paths of a 0x0 rect
http://bugs.webkit.org/show_bug.cgi?id=15289

Attachment 17724: First attempt
http://bugs.webkit.org/attachment.cgi?id=17724&action=edit

------- Additional Comments from mitz at webkit.org
+	 pathData.addRect(FloatRect( 0, 0, 0, 0 ));

I think just FloatRect() should work.

Make sure it also does the right thing for for a 0 x n rect.

r=me


More information about the webkit-reviews mailing list