diff --git a/lib/fastimage.rb b/lib/fastimage.rb index 2e51766..d6d8671 100644 --- a/lib/fastimage.rb +++ b/lib/fastimage.rb @@ -547,7 +547,7 @@ class FastImage :webp if @stream.peek(12)[8..11] == "WEBP" when "Logo-Bw diff --git a/test/test.rb b/test/test.rb index 894fda2..f0c68a0 100644 --- a/test/test.rb +++ b/test/test.rb @@ -39,6 +39,7 @@ GoodFixtures = { "test2.svg" => [:svg, [366, 271]], "test3.svg" => [:svg, [255, 48]], "test4.svg" => [:svg, [271, 271]], + "test5.svg" => [:svg, [255, 48]], "orient_6.jpg"=>[:jpeg, [1250,2500]] }