3morrrrr commited on
Commit
f94c6e7
·
verified ·
1 Parent(s): 772ccd1

Update hand.py

Browse files
Files changed (1) hide show
  1. hand.py +1 -1
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 = 800 # Reduced from 1000 to 800
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)