File: simple-text.svg

package info (click to toggle)
darktable 5.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 64,644 kB
  • sloc: ansic: 367,957; cpp: 102,838; xml: 20,091; lisp: 15,092; sh: 3,767; javascript: 3,264; perl: 1,925; python: 1,551; ruby: 975; makefile: 543; asm: 46; sql: 38; awk: 21
file content (13 lines) | stat: -rw-r--r-- 420 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg"
     x="0"
     y="0">

  <text x="0" y="5px" text-anchor="start"
        xml:space="preserve"
        fill="$(WATERMARK_COLOR)"
        font-family="$(WATERMARK_FONT_FAMILY)"
        font-style="$(WATERMARK_FONT_STYLE)"
        font-weight="$(WATERMARK_FONT_WEIGHT)"
        font-size="10px">$(WATERMARK_TEXT)</text>
</svg>