File: patterns.svg.h

package info (click to toggle)
inkscape 0.47.0-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 122,072 kB
  • ctags: 46,938
  • sloc: cpp: 349,791; ansic: 31,306; python: 14,868; xml: 6,613; sh: 5,041; makefile: 1,773; perl: 1,486; asm: 675; ruby: 148
file content (43 lines) | stat: -rw-r--r-- 951 bytes parent folder | download | duplicates (3)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
char * stringlst = [
N_("Stripes 1:1"),
N_("Stripes 1:1 white"),
N_("Stripes 1:1.5"),
N_("Stripes 1:1.5 white"),
N_("Stripes 1:2"),
N_("Stripes 1:2 white"),
N_("Stripes 1:3"),
N_("Stripes 1:3 white"),
N_("Stripes 1:4"),
N_("Stripes 1:4 white"),
N_("Stripes 1:5"),
N_("Stripes 1:5 white"),
N_("Stripes 1:8"),
N_("Stripes 1:8 white"),
N_("Stripes 1:10"),
N_("Stripes 1:10 white"),
N_("Stripes 1:16"),
N_("Stripes 1:16 white"),
N_("Stripes 1:32"),
N_("Stripes 1:32 white"),
N_("Stripes 1:64"),
N_("Stripes 2:1"),
N_("Stripes 2:1 white"),
N_("Stripes 4:1"),
N_("Stripes 4:1 white"),
N_("Checkerboard"),
N_("Checkerboard white"),
N_("Packed circles"),
N_("Polka dots, small"),
N_("Polka dots, small white"),
N_("Polka dots, medium"),
N_("Polka dots, medium white"),
N_("Polka dots, large"),
N_("Polka dots, large white"),
N_("Wavy"),
N_("Wavy white"),
N_("Camouflage"),
N_("Ermine"),
N_("Sand (bitmap)"),
N_("Cloth (bitmap)"),
N_("Old paint (bitmap)"),
];