[Pkg-javascript-commits] [pdf.js] 59/72: Enable OPS.setHScale in	the SVG backend
    David Prévot 
    taffit at moszumanska.debian.org
       
    Wed Mar 18 20:16:00 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit 989eac2f1e5a76cd12ea789bbfe5f8c3fe197301
Author: Tim van der Meij <timvandermeij at gmail.com>
Date:   Mon Mar 16 00:37:31 2015 +0100
    Enable OPS.setHScale in the SVG backend
---
 src/display/svg.js | 3 +++
 1 file changed, 3 insertions(+)
diff --git a/src/display/svg.js b/src/display/svg.js
index 1a0ef67..bf984df 100644
--- a/src/display/svg.js
+++ b/src/display/svg.js
@@ -518,6 +518,9 @@ var SVGGraphics = (function SVGGraphicsClosure() {
           case OPS.setWordSpacing:
             this.setWordSpacing(args[0]);
             break;
+          case OPS.setHScale:
+            this.setHScale(args[0]);
+            break;
           case OPS.setTextMatrix:
             this.setTextMatrix(args[0], args[1], args[2],
                                args[3], args[4], args[5]);
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
    
    
More information about the Pkg-javascript-commits
mailing list