README: remove dead code from Offsetting Paths example
parent
8c93eb0f2f
commit
2a456b168d
|
@ -585,7 +585,6 @@ curve <https://en.wikipedia.org/wiki/Parallel_curve>`__ for a few paths.
|
||||||
of the 'parallel' offset curve."""
|
of the 'parallel' offset curve."""
|
||||||
nls = []
|
nls = []
|
||||||
for seg in path:
|
for seg in path:
|
||||||
ct = 1
|
|
||||||
for k in range(steps):
|
for k in range(steps):
|
||||||
t = k / float(steps)
|
t = k / float(steps)
|
||||||
offset_vector = offset_distance * seg.normal(t)
|
offset_vector = offset_distance * seg.normal(t)
|
||||||
|
|
Loading…
Reference in New Issue