Beginnings of TOP project

This commit is contained in:
Grant Sanderson
2016-04-23 23:36:05 -07:00
parent 2c17488fb2
commit af1ea057ad
12 changed files with 579 additions and 70 deletions

View File

@ -114,7 +114,7 @@ class Camera(object):
def get_pen_and_fill(self, vmobject):
pen = aggdraw.Pen(
vmobject.get_stroke_color().get_hex_l(),
vmobject.stroke_width
max(vmobject.stroke_width, 0)
)
fill = aggdraw.Brush(
vmobject.get_fill_color().get_hex_l(),