Re: [webkit-dev] Box shadow

2017-09-28 Thread Michael Catanzaro
On Thu, Sep 28, 2017 at 7:41 AM, Nagendra K wrote: Hi, I am using a WebKit which is of 2010 on my embedded device, now I want to upgrade the WebKit, the platform supports opengl es 1.x for rendering. I want to first test some basic new features like box shadow, so

Re: [webkit-dev] Box shadow

2007-01-10 Thread Mike Reed
Gotcha. Perhaps in the future we can push that implementation-necessity down to the porting layer, rather than forcing that detail to be in the portable layer. Again, I'm just looking for a way to have round-rects look antialiased (and therefore not clipped). On 1/9/07, David Hyatt [EMAIL

Re: [webkit-dev] Box shadow

2007-01-09 Thread Allan Sandfeld Jensen
On Tuesday 09 January 2007 16:04, 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... The