- use bbox_int() - changed colors of tracks
@@ -25,6 +25,14 @@ def bbox_round(src):
return res
def bbox_int(src):
res = ()
for s in src:
res += (int(s),)
def bbox_center(bbox):
x = bbox[0] + bbox[2]/2
y = bbox[1] + bbox[3]/2
The note is not visible to the blocked user.