Initial checkin of Pika from heckimp
This commit is contained in:
23
data/tool-presets/Selection/Circle-200px.gtp
Normal file
23
data/tool-presets/Selection/Circle-200px.gtp
Normal file
@ -0,0 +1,23 @@
|
||||
# PIKA tool preset file
|
||||
|
||||
(icon-name "pika-tool-ellipse-select")
|
||||
(name "Circle 200px")
|
||||
(tool-options "PikaRectangleSelectOptions"
|
||||
(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 "pika-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 PIKA tool preset file
|
22
data/tool-presets/Selection/Feathered-Selection.gtp
Normal file
22
data/tool-presets/Selection/Feathered-Selection.gtp
Normal file
@ -0,0 +1,22 @@
|
||||
# PIKA tool preset file
|
||||
|
||||
(icon-name "pika-tool-rect-select")
|
||||
(name "Feathered Selection")
|
||||
(tool-options "PikaRectangleSelectOptions"
|
||||
(aspect-denominator 424.483617)
|
||||
(aspect-numerator 453.543307)
|
||||
(guide center-lines)
|
||||
(tool "pika-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 PIKA tool preset file
|
4
data/tool-presets/Selection/meson.build
Normal file
4
data/tool-presets/Selection/meson.build
Normal file
@ -0,0 +1,4 @@
|
||||
tool_presets = files(
|
||||
'Circle-200px.gtp',
|
||||
'Feathered-Selection.gtp',
|
||||
)
|
Reference in New Issue
Block a user