How to shrink or resize multiple lines

 From:  Michael Gibson
10882.5 In reply to 10882.4 
Hi Pilou,

re:
> Can we modify it for have any wished number of unities ?

Yes, the distance it uses can be changed on line number 4 of the ShrinkLines.js file:
code:
	var chop_amount = 5.0;

> It's only for lines, not also for curves ?

Correct, this particular script is only for processing lines.

- Michael