Manuel Lemos - 2011-10-30 00:57:43 -
In reply to message 2 from Pablo Santiago Sánchez
Sure but the problem is that GTK+ or any other desktop GUI tolkit render the user interface using graphic directives using pixel level base graphic primitives like lines, poligon shapes, images and text fonts. That is why canvas is the most appropriate type of page element to render those UI elements defined by GTK+.
Of course it would be possible to try to emulate the render pixel level based graphics using DOM object tricks just to support old browsers, but supporting such browsers does not seem to be the focus of GTK+ developers.