kopia lustrzana https://github.com/villares/sketch-a-day
Merge branch 'master' of https://github.com/villares/sketch-a-day
commit
3301909849
|
@ -80,7 +80,6 @@ class D_node(object):
|
|||
strokeWeight(self.s_weight)
|
||||
stroke(self.s_color(amt))
|
||||
for other in self.points_now(amt):
|
||||
|
||||
if self.is_arrow:
|
||||
seta(self.x, self.y, other.x, other.y,
|
||||
self.t_size, self.s_weight * 5,
|
||||
|
@ -157,4 +156,4 @@ def seta(x1, y1, x2, y2, shorter=0, head=None,
|
|||
strokeCap(SQUARE)
|
||||
line(0, offset, 0, L - offset)
|
||||
if tail_func and tail_size:
|
||||
tail_func(0, 0, tail_size, tail_size)
|
||||
tail_func(0, 0, tail_size, tail_size)
|
||||
|
|
Ładowanie…
Reference in New Issue