- From: Robert Longson <longsonr@gmail.com>
- Date: Sun, 21 Mar 2010 09:47:16 +0000
- To: www-svg@w3.org
Hi,
paths-data-18-f.svg (which was paths-data-general-01-f.svg I think)
has the following markup...
<path d="M 20 100 H 40" stroke-width="3" stroke="red" />
<path d="M 20 100 H 40#90" stroke-width="3" stroke="black" />
It seems that the test expects this to result in a black line. Can
anyone explain why please? The # does not seem to be valid according
to http://dev.w3.org/SVG/profiles/1.1F2/publish/paths.html#PathDataBNF,
so unless I'm reading it wrong the path is in error and should not be
drawn resulting in a red line being shown.
Best regards
Robert.
Received on Sunday, 21 March 2010 09:47:49 UTC