[Webkit-unassigned] [Bug 19790] Canvas strokeRect() doesn't support gradients

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 27 09:29:25 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=19790





------- Comment #2 from vbs85 at gmx.de  2008-06-27 09:29 PDT -------
(In reply to comment #1)
> Created an attachment (id=21972)
 --> (https://bugs.webkit.org/attachment.cgi?id=21972&action=view) [edit]
> Gradients for strokeRect()
> 
> Transformed the Rectangle to a path and let stroke() render the content of
> strokeRect().
> 

I'm unsure about lineWidth. If we let stroke() render rectangles, do we still
need strokeRect(float, float, float, float, float) (5 floats)?
I believe it was used to let the rect render by GraphicsContext and isn't
usefull anymore with the changes above.
Otherwise we need to call setLineWidth().


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list