File: 2color.svg

package info (click to toggle)
libgtk3-imageview-perl 10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 228 kB
  • sloc: perl: 1,163; makefile: 4
file content (4 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (3)
1
2
3
4
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
	<rect fill="#0000ff" x="0" y="0" width="20" height="20" />
	<rect fill="#ff0000" x="5" y="5" width="10" height="10" />
</svg>