File: layercontents.plist

package info (click to toggle)
python-booleanoperations 0.9.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 684 kB
  • sloc: python: 1,249; makefile: 5
file content (26 lines) | stat: -rw-r--r-- 663 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
  <array>
    <array>
      <string>foreground</string>
      <string>glyphs</string>
    </array>
    <array>
      <string>union</string>
      <string>glyphs.union</string>
    </array>
    <array>
      <string>xor</string>
      <string>glyphs.xor</string>
    </array>
    <array>
      <string>difference</string>
      <string>glyphs.difference</string>
    </array>
    <array>
      <string>intersection</string>
      <string>glyphs.intersection</string>
    </array>
  </array>
</plist>