blob: c9779aae92bcdbddd464f8a2235484addea07954 (
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-rect-select")
(name "Feathered Selection")
(tool-options "GimpRectangleSelectOptions"
(aspect-denominator 424.483617)
(aspect-numerator 453.543307)
(guide center-lines)
(tool "gimp-rect-select-tool")
(feather yes)
(feather-radius 25.000000)
(round-corners yes)
(corner-radius 50.000000))
(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
|