File: lib.svg

package info (click to toggle)
fpgatools 0.0%2B201212-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 1,176 kB
  • ctags: 2,562
  • sloc: ansic: 25,528; makefile: 284; sh: 119; awk: 75
file content (7 lines) | stat: -rw-r--r-- 273 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg">
  <svg id="IOB" width="1000" height="1000" viewBox="0 0 1000 1000">
    <rect x="100" y="100" width="800" height="800" style="fill:white;"/>
    <text x="200" y="200">hi</text>
  </svg>
</svg>