~ubuntu-branches/ubuntu/saucy/gimp/saucy

« back to all changes in this revision

Viewing changes to data/tool-presets/Sketch/Blue-Pen.gtp

  • Committer: Package Import Robot
  • Author(s): Micah Gersten
  • Date: 2012-05-20 19:21:01 UTC
  • mfrom: (1.1.26) (0.4.16 sid)
  • Revision ID: package-import@ubuntu.com-20120520192101-bs7zetx8ffoq2nfv
Tags: 2.8.0-2ubuntu1
* Merge from Debian unstable (LP: #908472). 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
* Drop the following patches that were applied upstream:
  - debian/patches/ghost-cursor.patch: fix Wacom tablet cursor events
  - debian/patches/embed-page-setup-dialog.patch

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 "Blue Pen (Multiply)")
 
5
(tool-options "GimpPaintOptions"
 
6
    (tool "gimp-paintbrush-tool")
 
7
    (foreground (color-rgb 0.102075 0.183901 0.594317))
 
8
    (opacity 0.750000)
 
9
    (paint-mode multiply-mode)
 
10
    (brush "2. Hardness 050")
 
11
    (dynamics "Pen Generic")
 
12
    (gradient "FG to BG (RGB)")
 
13
    (brush-size 15.000000)
 
14
    (application-mode incremental)
 
15
    (use-jitter yes)
 
16
    (jitter-amount 0.150000)
 
17
    (fade-length 138.000000)
 
18
    (fade-unit percent))
 
19
(use-fg-bg yes)
 
20
(use-brush yes)
 
21
(use-dynamics yes)
 
22
(use-gradient no)
 
23
(use-pattern no)
 
24
(use-palette no)
 
25
(use-font no)
 
26
 
 
27
# end of GIMP tool preset file