From 071f06bdc2c88078deeb29d29bb5ff59275fce1f Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Thu, 30 Apr 2015 14:38:32 -0400 Subject: [PATCH] Removing an old side-note. [skip ci] --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ca1453a..f093aa1 100644 --- a/README.md +++ b/README.md @@ -155,8 +155,6 @@ By default, Squib thinks in pixels. This decision was made so that we can have p {include:file:samples/units.rb} -Note: we do not support unit conversion on `save_pdf` and `Squib::Deck.new()`, [yet](https://github.com/andymeneely/squib/issues/21). We are also working on support for unit conversion within layout parsing, so using it as a part of `extends` is not yet supported. - ## Specifying Colors & Gradients Colors can be specified in a wide variety of ways, mostly in a hex-string. Take a look at the examples from `samples/colors.rb`, found [here](https://github.com/andymeneely/squib/tree/master/samples/colors.rb)