views:

256

answers:

1

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?

A: 

I made some asp.net html5 input controls http://www.catchytech.com/blog/html5controls/ , but not canvas. I will think about making it too.

CatchyTech