diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2009-05-28 13:15:44 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2009-05-28 13:15:44 +0000 |
commit | b24c848560db8723e04cffe2d04c0a6f7089181e (patch) | |
tree | e073e825b7c976023782049b46193ee7bfccbffd /tests/data | |
parent | 0fea50370220204190e76b7e0758c2f8138a0de8 (diff) | |
download | zetacomponents-graph-b24c848560db8723e04cffe2d04c0a6f7089181e.zip zetacomponents-graph-b24c848560db8723e04cffe2d04c0a6f7089181e.tar.gz |
- Added test for UTF-8 umlauts in SVG driver
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/compare/ezcGraphSvgDriverTest_testDrawStringWithUtf8SpecialChars.svg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawStringWithUtf8SpecialChars.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawStringWithUtf8SpecialChars.svg new file mode 100644 index 0000000..54e6751 --- /dev/null +++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawStringWithUtf8SpecialChars.svg @@ -0,0 +1,2 @@ +<?xml version="1.0"?> +<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="ezcGraphChart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 99.0000,54.0000 L 47.0000,54.0000 L 47.0000,84.0000 L 99.0000,84.0000 L 99.0000,54.0000 z " style="fill: #dddddd; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><g id="ezcGraphTextBox_2"><path d=" M 46.5000,69.0000 L 46.5000,53.5000 L 99.9400,53.5000 L 99.9400,69.0000 L 46.5000,69.0000 z " style="fill: #ffffff; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_3"/><text id="ezcGraphTextBox_2_text" x="47.0000" text-length="51.9400px" y="65.9000" style="font-size: 14px; font-family: 'sans-serif'; fill: #000000; fill-opacity: 1.00; stroke: none;">ÄÖÜäöüß</text></g></g></svg> |