blob: 9b0ff1ee8153080ae0b8e89c8af22d7c9543c78c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# GIMP tool preset file
(icon-name "gimp-tool-ink")
(name "Ink Thin")
(tool-options "GimpInkOptions"
(tool "gimp-ink-tool")
(foreground (color-rgb 0.102075 0.183901 0.594317))
(brush-size 400.000000)
(size 10.000000)
(tilt-angle 5.000000)
(vel-sensitivity 1.000000)
(tilt-sensitivity 0.000000)
(blob-angle 1.107149))
(use-fg-bg no)
(use-brush no)
(use-dynamics no)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of GIMP tool preset file
|