svg_validator_bug?

Hi,
 
I use the SVG validator to validate large SVG files that consist of several graphics that are nested within the main file. Each file within the main file was tested separately and no error or warning was reported. As soon as the smaller files are assembled to produce the large file, over a hundred warning messages are reported, all referring to 'rx' and 'ry' attributes of rectangles, for example:
 
warning #129: line: 1384
The 'ry' attribute of the <rect> element is greater than half of the height of the rectangle: the user agent will process the <rect> element with the effective value for 'ry' as half of the height of the rectangle.
 
All warnings refer to rectangles, some of which are not even present in the given line.. In addition, the 'rx' and the 'ry' attributes in no way exceed half of the heigth of the respective rectangle. For example, this statement gets a warning:
<rect x="22" y="22" width="360" height="200" rx="15" ry="15" />
This is o.k.:
<rect x="22" y="22" width="360" height="200" rx="10" ry="10" />
What's wrong? I am looking forward to your answer. Thanks for your time.
 
Ewald Schmidt

"Jetzt Handykosten senken mit klarmobil - 14 Ct./Min.! Hier klicken"
http://www.klarmobil.de/index.html?pid=73025

Received on Thursday, 11 January 2007 16:01:44 UTC