summaryrefslogtreecommitdiffstats
path: root/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleSectorAcuteNonFilled.svg
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-09-12 14:17:01 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-09-12 14:17:01 +0000
commitb0e9cc69579d23ee01f9c98c2d8c508a244b8e5b (patch)
tree7cd5c10ce9bbcf6052077d083fbf19d38482ef24 /tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleSectorAcuteNonFilled.svg
parenta5d1b634ae6a69a57391695f020f3c7a742a24ac (diff)
downloadzetacomponents-graph-b0e9cc69579d23ee01f9c98c2d8c508a244b8e5b.zip
zetacomponents-graph-b0e9cc69579d23ee01f9c98c2d8c508a244b8e5b.tar.gz
- Made id prefix for svg elements customizeable
# This changes again all svg documents, because I added the missing prefix to # the group element.
Diffstat (limited to 'tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleSectorAcuteNonFilled.svg')
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleSectorAcuteNonFilled.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleSectorAcuteNonFilled.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleSectorAcuteNonFilled.svg
index cfd011e..a4e50ff 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleSectorAcuteNonFilled.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleSectorAcuteNonFilled.svg
@@ -1,2 +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="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d="M 100.00,50.00 L 139.05,54.33 A 40.00,20.00 0 0,1 128.28,64.14 z" style="fill: none; stroke: #3465a4; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_1"/></g></svg>
+<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 100.00,50.00 L 139.05,54.33 A 40.00,20.00 0 0,1 128.28,64.14 z" style="fill: none; stroke: #3465a4; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_1"/></g></svg>
OpenPOWER on IntegriCloud