squib/spec/graphics
Andy Meneely 7c69cad506 Text: outline a string with a color or gradient
Fill color is still the same with 'color' (i.e. can be overridden by markup still), but now there's a stroke_width and a stroke_color option that, when stroke_width > 0, will draw an outline below the text. Since this isn't a Pango feature, we can't do markup for outlines. (Maybe make that a feature request to Pango if you want it.)

Implements #51
2015-04-28 22:27:26 -04:00
..
cairo_context_wrapper_spec.rb Added support for linear and radial gradients 2015-01-26 22:22:09 -05:00
graphics_images_spec.rb Redesigning how config files are read, stored, and delegated 2015-04-28 20:31:53 -04:00
graphics_save_doc_spec.rb Fix PDF scaling issue 2015-04-13 22:59:34 -04:00
graphics_shapes_spec.rb Redesigning how config files are read, stored, and delegated 2015-04-28 20:31:53 -04:00
graphics_text_spec.rb Text: outline a string with a color or gradient 2015-04-28 22:27:26 -04:00