blob: 18cd8296258a778c4862afbc239be725476f5bb8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# GIMP tool preset file
(icon-name "gimp-tool-eraser")
(name "Eraser Soft")
(tool-options "GimpEraserOptions"
(tool "gimp-eraser-tool")
(brush "2. Hardness 050")
(dynamics "Pressure Opacity")
(brush-size 80.000000))
(use-fg-bg no)
(use-brush yes)
(use-dynamics yes)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of GIMP tool preset file
|