* Fix typos in the yaml documentation.
* Fix keyword params deprecation warning.
.../squib/lib/squib/api/data.rb:42: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
/Users/blinks/.rvm/rubies/ruby-2.7.0/lib/ruby/2.7.0/csv.rb:679: warning: The called method `parse' is defined here
* PoC font autosize feature
* Take enumerables or 'auto' keyword for autoscaling
* Allo enumerables of font_size per card, where the largest font size that does not ellipsize is chosen
* Use ellipsize: :autoscale keyword to determine font autosizing
* Use binary search to find the correct font size
* Consider new ellipsize option in testcase
* Document ellipsize: :autoscale option
* Add ellipsize: :autoscale sample to text sample
* Fix double multiplication with Pango::SCALE
* Scale embedded images with text when autoscaling
* Remove stray semicolon
* Return dummy value for FontDescription.size in mock_cairo
* Update regression test data for autoscale feature.
* Add ellipsize: :autoscale example to existing font_autoscale sample
* Add missing :autoscale to list of options in documentation
One of the things I used for a current project was a switch to change the color schemes quickly. I added the snippet in [Specifying Colors & Gradients](https://squib.readthedocs.io/en/latest/colors.html) and in the wiki: https://github.com/andymeneely/squib/wiki/Switch-card-background-or-invert-theme.
* Add sample for color switch in colors docs
* Update docs/colors.rst
Co-Authored-By: Andy Meneely <andy.meneely@gmail.com>
* Update docs/colors.rst
Co-Authored-By: Andy Meneely <andy.meneely@gmail.com>
* Update docs/colors.rst
Co-Authored-By: Andy Meneely <andy.meneely@gmail.com>
* Update docs/colors.rst
Co-Authored-By: Andy Meneely <andy.meneely@gmail.com>
* Update docs/colors.rst
Co-Authored-By: Andy Meneely <andy.meneely@gmail.com>
* Update docs/colors.rst
Co-Authored-By: Andy Meneely <andy.meneely@gmail.com>
* Add color switch sample and update docs
* Add color switch sample and update docs