- From: Ramsey Gurley <ramsey@xeotech.com>
- Date: Tue, 26 Jan 2010 10:05:21 -0500
- To: www-svg@w3.org
I did not see this on the known issues page. The reference image on
the test found here
http://www.w3.org/Graphics/SVG/Test/20061213/htmlObjectHarness/full-styling-css-04-f.html
should have solid borders for C3 and D3 according to the blow-by-blow
description found here
http://www.w3.org/Graphics/SVG/Test/styling-css-04-f/blow-by-blow.html
Note that for C3 and D3, the rectangles render with a solid stroke not
a dashed one; the presentation attributes have specificity zero while
the following rule has a higher specificity of one:
3. rect {stroke:black; stroke-dasharray:none;} /* 1 */
Thanks,
Ramsey
Received on Tuesday, 26 January 2010 15:12:40 UTC