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
This prints no text, however, if I add it from the canvas, it works fine:
// Set text stylectx.font="bold 120px Verdana";ctx.textAlign="center";ctx.fillStyle="white";ctx.textBaseline='middle';letcenterX=canvas.width/2;letcenterY=canvas.height/2;ctx.fillText('Test',centerX,centerY);
How do I get the SVG text to work?
J
The text was updated successfully, but these errors were encountered:
I'm loading an SVG with Text like so:
This prints no text, however, if I add it from the canvas, it works fine:
How do I get the SVG text to work?
J
The text was updated successfully, but these errors were encountered: