blob: c8fe183324bd9ef3ea9033ed2767d7503c496ee2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# GIMP tool preset file
(icon-name "gimp-tool-ellipse-select")
(name "Circle 200px")
(tool-options "GimpRectangleSelectOptions"
(aspect-denominator 200.000000)
(aspect-numerator 200.000000)
(desired-fixed-size-height 200.000000)
(desired-fixed-size-width 200.000000)
(fixed-rule size)
(fixed-rule-active yes)
(overridden-fixed-size yes)
(tool "gimp-ellipse-select-tool")
(operation add))
(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
|