Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ability to Use Color Class #796

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 25, 2014

  1. Add Ability to Use Color Class

    Add the ability to set fill_color, stroke_color, etc. with something
    other than a string. This class should have a method color_str that
    returns a hex string representing the color.
    slabounty committed Oct 25, 2014
    Configuration menu
    Copy the full SHA
    2f125ae View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2014

  1. Removed Space in Stabby Lambda

    Apparently, in ruby 1.9.3 the stabby lambda, at least when used as a
    when in a case statement, can't have a space before the parenthesis.
    slabounty committed Oct 26, 2014
    Configuration menu
    Copy the full SHA
    c2e3904 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2014

  1. Add New Color Classes.

    Add the new color classes and a factory for them. Modify existing code
    to use them.
    slabounty committed Nov 9, 2014
    Configuration menu
    Copy the full SHA
    de72ba8 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2014

  1. Add Color Classes

    Add color classes. Modify prawn to use them internally. Make all specs
    work.
    slabounty committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    fffe25b View commit details
    Browse the repository at this point in the history
  2. Add utf-i Encoding Line

    slabounty committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    688c75e View commit details
    Browse the repository at this point in the history