- From: Doug Schepers <doug@schepers.cc>
- Date: Thu, 5 Feb 2004 15:15:57 -0500
- To: <www-svg@w3.org>
Hi, Rui- I have the same environment as you (WnXP-SP1/IE 6.0/ASV3.0), and the polygon renders just fine for me. I'd suggest you try what Andreas suggested. By the way, the W3C list (this one) is meant to discuss issues with the SVG Spec; if you want to ask questions about development details and such, there is a very active, friendly, and helpful list called SVG-Developers: http://groups.yahoo.com/group/svg-developers No harm done, of course, but you'll get much more response there. Hope that helps- -Doug Rui Tavares wrote: 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 15:16:17 UTC