XRVG -- X Ruby Vector Graphics

Supporting XRVG version: 0.0.6

This package contains XRVG, a Ruby vector graphic programming library.

Download

The latest version of XRVG can be found at

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

Tutorials

Road Map

See CHANGES

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 xrvg.rubyforge.org. You can find the XRVG RubyForge page at 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 julien.leonard@[email protected].

Other stuff

Credits

Thanks for Rake project, whose README file has been adapted to do this one.

Summary

Author

Julien L?onard <julien.leonard@[email protected]>

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.