Thread
:
An algorithm to render PDF in small devices
View Single Post
06-05-2008, 01:09 AM
#
62
caritas
Enthusiast
Posts: 26
Karma: 161
Join Date: Feb 2008
Device: Sony PRS505
Yes. This is a bug.
You can fix this by changing line 58 of pi.py from
return sl[(len(sl)+1)/2]
to
return sl[len(sl)/2]
I will fix this in next version.
caritas
View Public Profile
Find More Posts by caritas
Track Posts by caritas via RSS