- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Oct 2007 08:23:55 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/dev/tests In directory hutz:/tmp/cvs-serv6379 Modified Files: 3663-svg-10-doctypeless.svg Log Message: adding version for first svg 1.0 test Index: 3663-svg-10-doctypeless.svg =================================================================== RCS file: /sources/public/validator/htdocs/dev/tests/3663-svg-10-doctypeless.svg,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- 3663-svg-10-doctypeless.svg 3 Oct 2007 07:39:54 -0000 1.1 +++ 3663-svg-10-doctypeless.svg 3 Oct 2007 08:23:53 -0000 1.2 @@ -1,7 +1,7 @@ <?xml version="1.0" standalone="no"?> -<svg width="5cm" height="4cm" +<svg width="5cm" height="4cm" version="1.0" xmlns="http://www.w3.org/2000/svg"> - <desc>Four separate rectangles + <desc>This SVG document has no doctype, but uses the version attribute on root svg element to specify its SVG version </desc> <rect x="0.5cm" y="0.5cm" width="2cm" height="1cm"/> <rect x="0.5cm" y="2cm" width="1cm" height="1.5cm"/>
Received on Wednesday, 3 October 2007 08:24:03 UTC