Browse Source
This change will discard trailing space adjustments in TJ/showSpacedText() for the purposes of calculating the text width for text selection. In pathological cases, a PDF may write one character and then move the text matrix back to the beginning of the character within one TJ invocation. This would add up to a canvasWidth of 0, so the text selection <div> would be scaled to zero pixels wide, even though the character was drawn normally. With this change, canvasWidth will not include any adjustments made after the last character was written. Normal use of TJ will result in the same text selection behavior, whereas pathological use of TJ will result in the text selection layer matching the actual width of the characters displayed. For an example of such pathological behavior, see http://www.tycovalves-usa.com/ld/CROMC-0297-US.pdf#page=48
1 changed files with 6 additions and 3 deletions
Loading…
Reference in new issue