From 77164b43d94618e02f7a1c89708baca72758ca3d Mon Sep 17 00:00:00 2001 From: Kore Nordmann Date: Wed, 4 Oct 2006 12:32:58 +0000 Subject: - Added text shadow to font options - Added text shadow support in SVG and GD driver --- ...raphGdDriverTest_testDrawTextWithCustomTextShadow.png | Bin 0 -> 4829 bytes .../ezcGraphGdDriverTest_testDrawTextWithTextShadow.png | Bin 0 -> 4581 bytes ...aphSvgDriverTest_testDrawTextWithCustomTextShadow.svg | 2 ++ .../ezcGraphSvgDriverTest_testDrawTextWithTextShadow.svg | 2 ++ 4 files changed, 4 insertions(+) create mode 100644 tests/data/compare/ezcGraphGdDriverTest_testDrawTextWithCustomTextShadow.png create mode 100644 tests/data/compare/ezcGraphGdDriverTest_testDrawTextWithTextShadow.png create mode 100644 tests/data/compare/ezcGraphSvgDriverTest_testDrawTextWithCustomTextShadow.svg create mode 100644 tests/data/compare/ezcGraphSvgDriverTest_testDrawTextWithTextShadow.svg (limited to 'tests/data') diff --git a/tests/data/compare/ezcGraphGdDriverTest_testDrawTextWithCustomTextShadow.png b/tests/data/compare/ezcGraphGdDriverTest_testDrawTextWithCustomTextShadow.png new file mode 100644 index 0000000..3d7e335 Binary files /dev/null and b/tests/data/compare/ezcGraphGdDriverTest_testDrawTextWithCustomTextShadow.png differ diff --git a/tests/data/compare/ezcGraphGdDriverTest_testDrawTextWithTextShadow.png b/tests/data/compare/ezcGraphGdDriverTest_testDrawTextWithTextShadow.png new file mode 100644 index 0000000..125b2ed Binary files /dev/null and b/tests/data/compare/ezcGraphGdDriverTest_testDrawTextWithTextShadow.png differ diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextWithCustomTextShadow.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextWithCustomTextShadow.svg new file mode 100644 index 0000000..8599398 --- /dev/null +++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextWithCustomTextShadow.svg @@ -0,0 +1,2 @@ + +Some test stringSome test string diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextWithTextShadow.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextWithTextShadow.svg new file mode 100644 index 0000000..cda5e53 --- /dev/null +++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextWithTextShadow.svg @@ -0,0 +1,2 @@ + +Some test stringSome test string -- cgit v1.1