<polygon ... /> problem/bug

Hi,

I’m trying to view a small SVG file with the following contents:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20001102//EN"
"http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd">
<svg height="1000000" width="1000000" viewBox="38500 734900 2000 300000"
preserveAspectRatio="xMinYMin meet">
	
	<circle cx="38782" cy="734923" r="1" />
	<circle cx="38523" cy="734923" r="1" />
	<circle cx="38523" cy="734919" r="1" />
	<circle cx="38530" cy="734919" r="1" />
	<circle cx="38530" cy="734913" r="1" />
	<circle cx="38782" cy="734913" r="1" />
	<circle cx="38782" cy="734923" r="1" />
		
	<polygon points="38782,734923 38523,734923 38523,734919 38530,734919
38530,734913 38782,734913 38782,734923" style="stroke:blue; fill:cyan;" />
	
</svg>


the browser only shows the 6 points (actually circles). It should print the
POLYGON element, too!

MY SETUP:
-------------------------
Windows XP SP1
IE 6.0
Adobe SVG Viewer 3.0


Does anybody knows what is wrong? Could you test it for me, if have a
different setup, please?! Or could give me some direction ... to solve the
problem.

Thanks in advance,
RT 

Received on Thursday, 5 February 2004 14:51:32 UTC