We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3164e5b commit 1b81f7dCopy full SHA for 1b81f7d
src/Parse.js
@@ -285,7 +285,7 @@ _html2canvas.Parse = function ( images, options ) {
285
286
text_align = text_align.replace(["-webkit-auto"],["auto"]);
287
288
- if (options.letterRendering === false && /^(left|right|justify|auto)$/.test(text_align) && /^(normal|none)$/.test(letter_spacing)){
+ if (options.letterRendering === false && /^(left|right|justify|auto)$/.test(text_align) && /^(normal|none|0px)$/.test(letter_spacing)){
289
// this.setContextVariable(ctx,"textAlign",text_align);
290
renderList = textNode.nodeValue.split(/(\b| )/);
291
0 commit comments