ASP.net canvas server control

Posted by Pierreten on Stack Overflow See other posts from Stack Overflow or by Pierreten
Published on 2010-05-03T23:23:01Z Indexed on 2010/05/03 23:28 UTC
Read the original article Hit count: 267

Filed under:
|
|
|

I was wondering if anyone has come up with an ASP.net server tag for the HTML5 canvas? I was thinking of something where I could declaritively define paths, curves; etc in the aspx markup, and the control would deliver the js to do this (perhaps with support for browser detection, and delivery of an emulation script for IE browsers.)

Maybe a good idea for a Codeplex project for me to start up?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about html5