On Feb 22, 12:38 pm, Jeremy Chase <[email protected]> wrote: > Hello, > > I'm working on a site that needs to allow a user to draw something using > their mouse. I'm looking for something similar to MS-Paint, but in browser. > I need the app to be able to use the image after they are done. > > Lightweight and simple are the most important things; can anyone recommend > something that will work well with Rails? >
Could you use a canvas element? You'd have to write some javascript to allow people to draw on it obviously. Fred -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

