-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig_example.yaml
75 lines (64 loc) · 1.45 KB
/
config_example.yaml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
---
# Example pen configuration for rm2pdf
#
# The file is keyed by layer name, with a list of pens under each. The
# "all" layer sets defaults for all layers. Other layers are indexed by
# the layer number (a string), 0 indexed.
#
# There are generally three pen weights: narrow, standard and broad
# (although this doesn't affect pens like the highlighter). If a pen is
# listed here but in standard weight and a narrow or broad weight is
# found, it is written using the factors set out in rmpdf/strok.Width
all:
- pen: pen
weight: standard
color: black
width : 2.0
opacity: 1
- pen: highlighter
weight: standard
color: blue
width : 15
opacity: 1
- pen: fineliner
weight: standard
color: blue
width : 1.0
opacity: 1
- pen: marker
weight: standard
color: black
width : 3.8
opacity: 1
- pen: marker
weight: standard
color: "rgba(68,68,68,0.8)"
width : 1.75
opacity: 0.8
- pen: pencil
weight: standard
color: black
width : 1.9
opacity: 1
- pen: mechanical pencil
weight: standard
color: black
width : 1.2
opacity: 0.7
- pen: paint
weight: standard
color: "rgba(55,55,55,0.7)" # dark grey
width : 1.2
opacity: 0.7
# first layer is layer 0
"0":
- pen: pen
weight: standard
width: 3
color: red
opacity: 0.5
- pen: fineliner
weight: narrow
width: 0.8
color: blue
opacity: 0.8