mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 18:25:37 +02:00
Enable OPS.setHScale in the SVG backend
This commit is contained in:
parent
ac5d1fbb2d
commit
989eac2f1e
1 changed files with 3 additions and 0 deletions
|
@ -518,6 +518,9 @@ var SVGGraphics = (function SVGGraphicsClosure() {
|
||||||
case OPS.setWordSpacing:
|
case OPS.setWordSpacing:
|
||||||
this.setWordSpacing(args[0]);
|
this.setWordSpacing(args[0]);
|
||||||
break;
|
break;
|
||||||
|
case OPS.setHScale:
|
||||||
|
this.setHScale(args[0]);
|
||||||
|
break;
|
||||||
case OPS.setTextMatrix:
|
case OPS.setTextMatrix:
|
||||||
this.setTextMatrix(args[0], args[1], args[2],
|
this.setTextMatrix(args[0], args[1], args[2],
|
||||||
args[3], args[4], args[5]);
|
args[3], args[4], args[5]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue