Right now you can do: ```ts segment.contract(0.25) ``` But it would be nice to be able to specify the contraction ratio for both the start and end points differently: ```ts segment.contract(0.1, 0.4) ``` With the default being the same for both.