Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xrvg

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xrvg

  • 0.0.82
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= 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

  • 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

=== 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 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:julien.leonard@nospam@ensta.org.

= Other stuff

== Credits

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

== Summary

Author:: Julien L�onard <julien.leonard@nospam@ensta.org> 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.

FAQs

Package last updated on 25 Jul 2009

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc