> Now I want to obtain  the absolute coordinates of  <img> in the webkit,
>
> Through code how to achieve

Hint: have a look at RenderImage::paintReplaced() function. If you get the 
render object for that <img>, which is a RenderImage instance, then you are 
set.

Regards,

-- 
Ariya Hidayat, Software Engineer
Qt Software, Nokia Devices R&D
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to