Spaces:
Runtime error
Runtime error
Update hand.py
Browse files
hand.py
CHANGED
@@ -113,7 +113,7 @@ class Hand(object):
|
|
113 |
stroke_widths = stroke_widths or [4]*len(lines) # Increased default from 2 to 4
|
114 |
|
115 |
line_height = 80 # Increased from 60 to 80
|
116 |
-
view_width =
|
117 |
view_height = line_height*(len(strokes) + 1)
|
118 |
|
119 |
dwg = svgwrite.Drawing(filename=filename)
|
|
|
113 |
stroke_widths = stroke_widths or [4]*len(lines) # Increased default from 2 to 4
|
114 |
|
115 |
line_height = 80 # Increased from 60 to 80
|
116 |
+
view_width = 600 # Reduced from 1000 to 800
|
117 |
view_height = line_height*(len(strokes) + 1)
|
118 |
|
119 |
dwg = svgwrite.Drawing(filename=filename)
|