Re: hit testing and retained graphics

Doug seems to be proposing a few different things:
1) a canvas-like object that reimplements the canvas 2D context API to
output an SVG DOM subtree instead
2) attaching canvas buffers to SVG elements so you can draw into them as if
they're canvases
3) some way to get SVG elements into the canvas shadow tree and have them be
rendered as well

I don't understand #3 very well, partly because it's not specified how those
elements would participate in rendering. Why not just put the SVG elements
over or under the canvas? They'll be rendered and accessible.

#2 could be addressed by extending SVG stroke and fill values to include
arbitrary CSS image values, and using the element() image value to refer to
a canvas. I think that feature would be useful in many ways, and I'd be
interested in supporting it.

I think #1 can be quite easily implemented as a JS library. I'm not
convinced it would be necessary to provide direct browser support.

Rob
-- 
"If we claim to be without sin, we deceive ourselves and the truth is not in
us. If we confess our sins, he is faithful and just and will forgive us our
sins and purify us from all unrighteousness. If we claim we have not sinned,
we make him out to be a liar and his word is not in us." [1 John 1:8-10]

Received on Tuesday, 12 July 2011 03:52:55 UTC