RE: <polygon ... /> problem/bug

Hi, 
I'm not sure whether this info is of any use but - 
I got the same problem as you until I put commas in the polygon
co-ordinates.

I am using Adobe SVG Viewer 6.0 Development Release 1, Build 38363. On Win
2000. IE 6.0.

Patrick Egan

-----Original Message-----
From: Rui Tavares [mailto:rmt@uninova.pt]
Sent: 05 February 2004 19:52
To: www-svg@w3.org
Subject: <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 


_____________________________________________________________________
This e-mail has been scanned for viruses by MCI's Internet Managed Scanning Services - powered by MessageLabs. For further information visit http://www.mci.com

Received on Friday, 6 February 2004 04:35:21 UTC