From e355a34a170159a11d488dd82110720892744925 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Wed, 6 Jan 2010 19:57:32 -0500 Subject: [PATCH] svg to temp bitmap work --- Makefile | 4 +- classes/InputFilter.rb | 2 +- classes/SVGToTempBitmap.rb | 102 +++++++++++++++++++++++++++++++++++ minicomic-backend.rb | 96 --------------------------------- tests/TestSVGToTempBitmap.rb | 28 ++++++++++ 5 files changed, 134 insertions(+), 98 deletions(-) create mode 100644 classes/SVGToTempBitmap.rb create mode 100644 tests/TestSVGToTempBitmap.rb diff --git a/Makefile b/Makefile index aa7f871..3d80368 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,6 @@ test : testrb `find tests -name '*.rb'` test-coverage : - rcov -x '\/jruby\/lib\/' -x '\/tests\/data\/' `find tests -name '*.rb'` \ No newline at end of file + rcov -x '\/jruby\/lib\/' -x '\/tests\/data\/' `find tests -name '*.rb'` + sed 's#