PyX - Gallery: Paths
Overview for this section
circles
Deforming paths
In this example, another type of stroke attributes is demonstrated, namely the deformers. They take an original curve and return a modified one. Here, the first deformer bends three arcs into spirals, the next one smooths the result a bit.
more ...
Paths with constant distance
The example shows how to create paths with constant distance. This is achieved with the aid of deformer.parallel, which has already been used in the above example.
more ...
