If you're talking about rendering to a <canvas> instead of at least using the HTML DOM then you're not talking about a GUI toolkit really. You effectively just have a framebuffer and some primitives. That's not really what's being discussed here.
If I just need a canvas to draw into I use the SDL, not GTK or Qt.
If I just need a canvas to draw into I use the SDL, not GTK or Qt.