summaryrefslogtreecommitdiffstats
path: root/tests/data/compare/ezcGraphToolsTest_testPieChartImageMap.html
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-03-08 12:01:24 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-03-08 12:01:24 +0000
commitb08ae56b53938333b051b91b0a1f912428864950 (patch)
tree68f089c05feab87cbaf0c3cfcd36407b3cce755f /tests/data/compare/ezcGraphToolsTest_testPieChartImageMap.html
parenteff7a30681180181dc22b9500e6db45a7a916183 (diff)
downloadzetacomponents-graph-b08ae56b53938333b051b91b0a1f912428864950.zip
zetacomponents-graph-b08ae56b53938333b051b91b0a1f912428864950.tar.gz
- Added feature #9511: Added helper functions to create image maps an link SVG
images in ezcGraphTools
Diffstat (limited to 'tests/data/compare/ezcGraphToolsTest_testPieChartImageMap.html')
-rw-r--r--tests/data/compare/ezcGraphToolsTest_testPieChartImageMap.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/data/compare/ezcGraphToolsTest_testPieChartImageMap.html b/tests/data/compare/ezcGraphToolsTest_testPieChartImageMap.html
new file mode 100644
index 0000000..6c1981e
--- /dev/null
+++ b/tests/data/compare/ezcGraphToolsTest_testPieChartImageMap.html
@@ -0,0 +1,22 @@
+<map name="ezcGraphImageMap">
+ <area shape="poly" coords="2,2,16,2,16,16,2,16" href="http://example.org/browsers/mozilla" alt="Mozilla" />
+ <area shape="poly" coords="17,2,98,2,98,16,17,16" href="http://example.org/browsers/mozilla" alt="Mozilla" />
+ <area shape="poly" coords="2,20,16,20,16,34,2,34" href="http://example.org/browsers" alt="IE" />
+ <area shape="poly" coords="17,20,98,20,98,34,17,34" href="http://example.org/browsers" alt="IE" />
+ <area shape="poly" coords="2,38,16,38,16,52,2,52" href="http://example.org/browsers" alt="Opera" />
+ <area shape="poly" coords="17,38,98,38,98,52,17,52" href="http://example.org/browsers" alt="Opera" />
+ <area shape="poly" coords="2,56,16,56,16,70,2,70" href="http://example.org/browsers" alt="wget" />
+ <area shape="poly" coords="17,56,98,56,98,70,17,70" href="http://example.org/browsers" alt="wget" />
+ <area shape="poly" coords="2,74,16,74,16,88,2,88" href="http://example.org/browsers" alt="Safari" />
+ <area shape="poly" coords="17,74,98,74,98,88,17,88" href="http://example.org/browsers" alt="Safari" />
+ <area shape="poly" coords="300,100,390,100,388,115,384,130,377,145,368,157,357,168,345,177,330,184,315,188,300,190,284,188,269,184,255,177,242,168,231,157,222,145,215,130,211,115,210,100,211,84,215,69,222,55,231,42,231,41" href="http://example.org/browsers/mozilla" alt="Mozilla" />
+ <area shape="poly" coords="100,180,244,180,244,200,100,200" href="http://example.org/browsers/mozilla" alt="Mozilla" />
+ <area shape="poly" coords="300,100,231,41,242,30,252,23" href="http://example.org/browsers" alt="IE" />
+ <area shape="poly" coords="100,20,216,20,216,40,100,40" href="http://example.org/browsers" alt="IE" />
+ <area shape="poly" coords="299,90,251,13,265,6,280,1,296,0,312,0,327,4,341,10,342,10" href="http://example.org/browsers" alt="Opera" />
+ <area shape="poly" coords="100,0,244,0,244,20,100,20" href="http://example.org/browsers" alt="Opera" />
+ <area shape="poly" coords="300,100,343,20,356,29,358,31" href="http://example.org/browsers" alt="wget" />
+ <area shape="poly" coords="367,7,500,7,500,27,367,27" href="http://example.org/browsers" alt="wget" />
+ <area shape="poly" coords="300,100,358,31,369,42,378,55,384,69,388,84,390,99" href="http://example.org/browsers" alt="Safari" />
+ <area shape="poly" coords="402,47,500,47,500,67,402,67" href="http://example.org/browsers" alt="Safari" />
+</map>
OpenPOWER on IntegriCloud