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

Hi

On Thu 2004-02-05 Rui Tavares wrote:
> 	<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!

It seems the commas are not commas, a validator can be helpful:

xmllint --valid --noout -
-:15: parser error : Input is not proper UTF-8, indicate encoding !
        <polygon points="38782,734923 38523,734923 38523,734919 38530,734919
                                     ^
Tobi

-- 
Vim users, don't forget to
   http://iccf-holland.org/donate.html

Received on Friday, 6 February 2004 05:12:54 UTC