Sha256: 8e9a36aa283bc14605ad15506baa16463d91ba580bbb0caa07070ea66e106026
Contents?: true
Size: 1.9 KB
Versions: 1
Compression:
Stored size: 1.9 KB
Contents
= XRVG -- X Ruby Vector Graphics Supporting XRVG version: 0.0.1 This package contains XRVG, a Ruby vector graphic programming library. == Download The latest version of XRVG can be found at * http://rubyforge.org/projects/xrvg/ == Installation === GEM Installation Download and install XRVG with the following. gem install xrvg === Running the XRVG Test Suite XRVG comes with a Rakefile. To launch XRVG tests, simply go into XRVG install directory, and executes rake test == Online Resources === XRVG Reference * XRVG API Documentation http://xrvg.rubyforge.org/rdoc/index.html === Tutorials * http://xrvg.rubyforge.org/XRVGTutorials.html === Road Map TO BE DEFINED == Simple Example To be put in a .rb file require 'xrvg' render = SVGRender[ :filename, "test.svg" ] render.add( Circle[] ) render.end == License XRVG is available under an MIT-style license. :include: LICENCE == Support The XRVG homepage is http://xrvg.rubyforge.org. You can find the XRVG RubyForge page at http://rubyforge.org/projects/xrvg. Feel free to submit commits or feature requests. If you send a patch, remember to update the corresponding unit tests. In fact, I prefer new feature to be submitted in the form of new unit tests. For other information, feel free to ask on the ruby-talk mailing list (which is mirrored to comp.lang.ruby) or contact mailto:jblondinet@nospam@yahoo.com. = Other stuff == Credits Thanks for Rake project, whose README file has been adapted to do this one. == Summary Author:: Julien Léonard <jblondinet@nospam@yahoo.com> Requires:: Ruby 1.8.0 or later (but not compatible with 1.9.0) License:: Copyright 2008 by Julien Léonard. Released under an MIT-style license. == Warranty This software is provided "as is" and without any express or implied warranties, including, without limitation, the implied warranties of merchantibility and fitness for a particular purpose.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xrvg-0.0.1 | README |