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

works fine on my mac (MacOSX, ASV3, any browser).

I really don't see any reason why it should not work on Windows?

Do you have another Windows Machine to reproduce that it does not work on Windows?

Andreas


Quoting Rui Tavares <rmt@uninova.pt>:

> 
> 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 
> 
> 
> 



--
How many worries simply flow away when you decide
to be somebody instead of just something ...
-- Coco Chanel

----------------------------------------------
Andreas Neumann - Department of Cartography
Swiss Federal Institute of Technology (ETH)
ETH Hoenggerberg, CH-8093  Zurich, Switzerland
Phone: ++41-1-633 3031, Fax: ++41-1-633 1153
e-mail: neumann@karto.baug.ethz.ch
www: http://www.karto.ethz.ch/neumann/
SVG.Open: http://www.svgopen.org/
Carto.net: http://www.carto.net/

Received on Thursday, 5 February 2004 15:06:41 UTC