Philip Rhoades wrote: > People, > > I am looking for very simple SVG drawing tool - mainly to draw circles - > but it has to be something written in Ruby. I don't really mind what > the GUI toolkit is - as long as it is easy to use and runs on Linux. > > Does something like this exist? If not, any suggestions about what to > use to write it myself? You might consider Batik with JRuby. I know others are using it for some crazy cool graphics stuff. It's not a full app (SVG library) but it works really, really well. - Charlie