On Apr 11, 8:34 am, Ahmed Eldawy <[email protected]> wrote: > You can use Rasemhttps://github.com/aseldawy/rasem > to generate SVG images from your ruby source code. Check it out. It's > still in Alpha release but it looks good. At least, you can use it now > for simple images. >
You didn't mention what your application was, but if you're looking for SVG for the purpose of generating a graph, and not just general drawing, you might take a look at ruby-graphviz (https://github.com/ glejeune/Ruby-Graphviz/), which is an interface to graphviz, which will output SVG. It has less flexibility, but it does handle the layout of the graph, which would otherwise be tedious if you had to write it. \Peter -- 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.

