Enable OPS.setHScale in the SVG backend

This commit is contained in:
Tim van der Meij 2015-03-16 00:37:31 +01:00
parent ac5d1fbb2d
commit 989eac2f1e

View File

@ -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]);