~ubuntu-branches/ubuntu/utopic/gimp/utopic

« back to all changes in this revision

Viewing changes to data/tool-presets/Paint/Paintbrush-Color-From-Gradient.gtp

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-08-29 12:48:19 UTC
  • mfrom: (1.1.29) (0.4.20 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130829124819-r4mliaiddrgv5x4g
Tags: 2.8.6-1ubuntu1
* Synchronize with Debian (LP: #1207734). Remaining changes:
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    + Update some strings for Ubuntu
  - debian/control:
    + Update description
  - debian/rules:
    + Set gettext domain and update translation templates

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# GIMP tool preset file
 
2
 
 
3
(stock-id "gimp-tool-paintbrush")
 
4
(name "Paintbrush (Color From Gradient)")
 
5
(tool-options "GimpPaintOptions"
 
6
    (tool "gimp-paintbrush-tool")
 
7
    (foreground (color-rgb 0.572549 0.363737 0.363737))
 
8
    (brush "2. Hardness 050")
 
9
    (dynamics "Color From Gradient")
 
10
    (gradient "Default")
 
11
    (palette "Default")
 
12
    (brush-size 500.000000)
 
13
    (jitter-amount 9.170000)
 
14
    (dynamics-expanded yes)
 
15
    (fade-repeat triangular))
 
16
(use-fg-bg no)
 
17
(use-brush no)
 
18
(use-dynamics yes)
 
19
(use-gradient no)
 
20
(use-pattern no)
 
21
(use-palette no)
 
22
(use-font no)
 
23
 
 
24
# end of GIMP tool preset file