File: 3663-svg-basic-11-doctypeless.svg

package info (click to toggle)
w3c-markup-validator 1.3%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,044 kB
  • ctags: 332
  • sloc: perl: 2,888; xml: 1,331; python: 427; sh: 216; makefile: 75
file content (6 lines) | stat: -rw-r--r-- 467 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="basic" id="svg-root" width="100%" height="100%" viewBox="0 0 480 360">
	<title id="test-title">color-prop-01-b</title>
	<desc id="test-desc">Test that viewer has the basic capability to process the color property</desc>
	<rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
</svg>