mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Change the kExecutionTime value to 15. In theory, this should give 60FPS rendering.
This commit is contained in:
parent
c8d7d88d0a
commit
25cfebfd71
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ function addContextCurrentTransform(ctx) {
|
|||
var CanvasGraphics = (function CanvasGraphicsClosure() {
|
||||
// Defines the time the executeIRQueue is going to be executing
|
||||
// before it stops and shedules a continue of execution.
|
||||
var kExecutionTime = 50;
|
||||
var kExecutionTime = 15;
|
||||
|
||||
function CanvasGraphics(canvasCtx, objs, textLayer) {
|
||||
this.ctx = canvasCtx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue