mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
script-fu: Fix parameter typo in chrome-it.scm
Resolved by @Nizhile
In 4bdb8792
, a patch porting chrome-it.scm to not rely on
removed brushes included an apparent typo. A decimal
was left off a curve point, resulting in incorrect outcomes.
This patch by @Nizhile fixes the problem.
This commit is contained in:
parent
eb8076526d
commit
4ceec875c9
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
|||
(set-pt a 3 0.375 0.9020)
|
||||
(set-pt a 4 0.5 0.0989)
|
||||
(set-pt a 5 0.625 0.9549)
|
||||
(set-pt a 6 0.75 00784)
|
||||
(set-pt a 6 0.75 0.0784)
|
||||
(set-pt a 7 0.875 0.9412)
|
||||
(set-pt a 8 1.0 0.1216)
|
||||
a))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue