summaryrefslogtreecommitdiffstats
path: root/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleNonFilled.svg
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-01-24 16:55:32 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-01-24 16:55:32 +0000
commitfe04d7e0bf5409422364a1fb80870dc724719dad (patch)
treeece3cd291c93d885be6f4ae5c21e5e8d63c9386d /tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleNonFilled.svg
parentc8a76997f44fdf4e9f219ec5edc450b6bebdc919 (diff)
downloadzetacomponents-graph-fe04d7e0bf5409422364a1fb80870dc724719dad.zip
zetacomponents-graph-fe04d7e0bf5409422364a1fb80870dc724719dad.tar.gz
- Partly fixed issue #9765
# Circles are now drawn at the right position. This does not resolve the # bug, because ellipses segments are still broken. # Small visual difference in some files, due to the nature of this bug.
Diffstat (limited to 'tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleNonFilled.svg')
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleNonFilled.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleNonFilled.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleNonFilled.svg
index 36613f5..ef04665 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleNonFilled.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleNonFilled.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="ezcGraphChart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><ellipse cx="100" cy="50" rx="40" ry="20" style="fill: none; stroke: #3465a4; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircle_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"><ellipse cx="100" cy="50" rx="39.5" ry="19.5" style="fill: none; stroke: #3465a4; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircle_1"/></g></svg>
OpenPOWER on IntegriCloud