Hi all,

I have a test html page having HTML5 canvas tag like <canvas id="canvas_id"
width="..." height="...">.
After getting the pointer to a Document object, I tried to get the pointer
to a particular HTML5 canvas element by using:

Element *element = document->getElementById(AtomicString("canvas_id"));

But element gets 0. Is there problem in the code? I already confirmed that
document is correct (from document->title()).

Regards,
Won
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to