Drawing Library for Ruby.
draw.rectangle(x1, y1, x2, y2)
draw.polygon(x1, y1,...,xN, yN)
Source: By Pascal as answer to the question
This code snippet was collected from stackoverflow, and is licensed under CC BY-SA 3.0
Related code-snippets:
- When to use lambda and Proc.new?
- What is the best way to fix 'Unprocessed view path found' error with ExceptionNotifier plugin in rails 2.1?
- How can I modify a.xfdl file?
- How do I call shell commands in Ruby?
- How can I reverse DNS for Ruby?
- In Ruby, I can map multiple arrays and values from one array to the other.
- How do you run a Rake task?
- What are the pros and cons of using MySQL instead of SQLite for Rails web development?
- How do I update Ruby Gems from behind a proxy (ISA-NTLM)?
- How do I create a class using Singleton Design Pattern in Ruby?
- Center text output from Graphics.DrawString() Center text output from Graphics.Assumption()
- Why doesn't Ruby have a StringBuffer?
- How do I write a command line program?
- Ruby mixins and calling super methods. Ruby calls and super methods, Ruby calls and Ruby mixins and calls super methods. Ruby calls and super methods.
- What are some possible solutions for sqlite3-ruby-1.2.2 not working on OS X?