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:
Alx Sa 2025-01-24 13:26:51 +00:00
parent eb8076526d
commit 4ceec875c9

View file

@ -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))