Re: [webkit-dev] Box shadow

2007-01-10 Thread Mike Reed
. dave On Jan 9, 2007, at 7:04 AM, Mike Reed wrote: Do we need to use clips for round-rects? In my implementation these are always hard-edged (no antialiasing). Is that true for Qt as well? CG? I would prefer being asked to draw round-rects (filled or stroked) directly with no clipping... On 1

[webkit-dev] CanvasRenderingContext2D.cpp

2006-12-21 Thread Mike Reed
We're all excited to make canvas work on our port. However, it looks like the portable part of the implementation does not call through to the platform version of GraphicsContext, but it still has #if PLATFORM(CG) around all the good stuff. Is that a gut feel for when this will be made more

Re: [webkit-dev] CanvasRenderingContext2D.cpp

2006-12-21 Thread Mike Reed
This is good to know. If it is not on your immediate todo list, I will see what I can do at my end, and submit it if I get something that looks good. On 12/21/06, Darin Adler [EMAIL PROTECTED] wrote: On Dec 21, 2006, at 7:57 AM, Mike Reed wrote: We're all excited to make canvas work on our

Re: [webkit-dev] Changes to GraphicsContext

2006-12-19 Thread Mike Reed
Thanks David. I am one of those working on a non CG/Qt port, and I greatly appreciate this sort of notification/documentation. mike On 12/19/06, David Hyatt [EMAIL PROTECTED] wrote: I changed how the graphics context works today to avoid updating CoreGraphics's fill and stroke colors in every