decrease exaggeration enthusiasm

This commit is contained in:
Motiejus Jakštys 2021-05-07 13:23:16 +03:00
parent 48a5dbdc01
commit f10776ce74

View File

@ -407,7 +407,7 @@ create function wm_exaggerate_bend(
desired_size float desired_size float
) as $$ ) as $$
declare declare
scale constant float default 2; -- per-step scaling factor scale constant float default 1.2; -- exaggeration enthusiasm
midpoint geometry; -- midpoint of the baseline midpoint geometry; -- midpoint of the baseline
splitbend geometry; -- bend split across its half splitbend geometry; -- bend split across its half
bendm geometry; -- bend with coefficients to prolong the lines bendm geometry; -- bend with coefficients to prolong the lines