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
What is the recommended way to change the position where the bitmap is drawn on the canvas using draw2canvas()? I noticed that x and y are hardcoded to start at 0 in the function definition (below) and using context.moveTo() does not seem to have any effect.
What is the recommended way to change the position where the bitmap is drawn on the canvas using
draw2canvas()
? I noticed thatx
andy
are hardcoded to start at0
in the function definition (below) and usingcontext.moveTo()
does not seem to have any effect.bdfparser-js/src/bdfparser.ts
Lines 1796 to 1829 in 71a4ee3
The text was updated successfully, but these errors were encountered: