diff -r 3957157b7f96 -r 1e51d638e7ea src/js/widgets/segmentsWidget.js --- a/src/js/widgets/segmentsWidget.js Mon Dec 19 08:59:45 2011 +0100 +++ b/src/js/widgets/segmentsWidget.js Mon Dec 19 10:53:34 2011 +0100 @@ -58,7 +58,7 @@ var end = Math.round((+ annotation.end) / 1000); var duration = this._serializer.currentMedia().meta["dc:duration"] / 1000; var id = annotation.id; - var startPourcent = IriSP.timeToPourcent(begin, duration); + var startPourcent = IriSP.timeToPourcent(begin, duration) + onePxPercent; /* some sort of collapsing occurs, so we only have to substract one pixel to each box instead of two