Simply added self.stem attribute to Arrow

This commit is contained in:
Grant Sanderson
2018-05-15 13:54:04 -07:00
parent 90da42e034
commit bf4bac1371

View File

@ -550,6 +550,7 @@ class Arrow(Line):
start - perp_vect * width / 2,
tip_base - perp_vect * width / 2,
])
self.stem = self.rect # Alternate name
return self
def set_tip_points(