You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems there's an issue with characterSpacing, when using more then one within the same document:
// second one fails to apply character spacingdoc.text('12345.67',{width: 400,align: 'right',characterSpacing: 30});doc.text('12345.67',{width: 400,align: 'right',characterSpacing: 30});
Am I missing something here?
For my particular use case I was able to come up with a work around. However I couldn't figure out what's wrong with the above snippet. Any insights?
Btw - your lib absolutely rocks, probably one of my most favorite node modules ever! Keep up the great work.
The text was updated successfully, but these errors were encountered:
I noticed that it works when you change the characterSpacing on the second instance. It only doesn't work when you have the same characterSpacing twice.
Seems there's an issue with characterSpacing, when using more then one within the same document:
Am I missing something here?
For my particular use case I was able to come up with a work around. However I couldn't figure out what's wrong with the above snippet. Any insights?
Btw - your lib absolutely rocks, probably one of my most favorite node modules ever! Keep up the great work.
The text was updated successfully, but these errors were encountered: