merge with master
diff --git a/player/js/utils/shapes/TrimModifier.js b/player/js/utils/shapes/TrimModifier.js
index d22ee2c..a5df938 100644
--- a/player/js/utils/shapes/TrimModifier.js
+++ b/player/js/utils/shapes/TrimModifier.js
@@ -91,8 +91,8 @@
             s = e;
             e = _s;
         }
-        s = Math.round(s*10000)/10000;
-        e = Math.round(e*10000)/10000;
+        s = Math.round(s * 10000) * 0.0001;
+        e = Math.round(e * 10000) * 0.0001;
         this.sValue = s;
         this.eValue = e;
     } else {