Skip to content

Instantly share code, notes, and snippets.

@topfunky
Created August 21, 2008 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save topfunky/6606 to your computer and use it in GitHub Desktop.
Save topfunky/6606 to your computer and use it in GitHub Desktop.
g = Gruff::Line.new(400)
g.title = "Transparent Background"
g.theme = {
:colors => ['black', 'grey', 'red', '#ff43a7'],
:marker_color => 'grey',
:font_color => 'black',
:background_colors => 'transparent'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment