From e2682463374aa0fcdbd7d2160bd07cf324089db0 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Mon, 13 Apr 2015 21:01:01 -0400 Subject: [PATCH] Allow specific gray and subpixel choices for antialiasing --- lib/squib/constants.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/squib/constants.rb b/lib/squib/constants.rb index 9ed0dc4..ded0be5 100644 --- a/lib/squib/constants.rb +++ b/lib/squib/constants.rb @@ -95,6 +95,8 @@ module Squib 'best' => 'subpixel', 'good' => 'gray', 'fast' => 'gray', + 'gray' => 'gray', + 'subpixel' => 'subpixel' } # These are parameters that are intended to be "expanded" across # range if they are singletons.