Hi David, I would guess that you should start looking in RenderObject::paintBoxShadow() and RenderObject::drawBorderArc(), although I'm not a rendering expert. (Maybe I will be after reading Hyatt's blog postings!)
http://webkit.org/blog/114/webcore-rendering-i-the-basics/ Also, if you're going to submit patches through the open source project, please consider filing a Bugzilla bug at <http://bugs.webkit.org/>. If there is a matching Radar for a bug, note that in a bug comment and add the "InRadar" keyword. Thanks! Dave David den Boer <[EMAIL PROTECTED]> wrote: > So I want to take a dip into the wekit render code for the first > time, mostly for my own knowledge, and also to fix the bug below : > > > (image) > > That is a div with a border-radius and a drop shadow, and it does not > work properly. There is another border-radius bug I found with > background colors too, and I feel that they are close to the same > thing. > > Can someone point me to the correct area of code to start investigating? > > Thanks, > David. _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-dev

