This commit is contained in:
Aakansha Doshi 2023-03-31 16:15:32 +05:30
parent bc5e5e1ef0
commit 99500fc255
3 changed files with 1 additions and 4 deletions

View file

@ -273,7 +273,6 @@ const drawElementOnCanvas = (
context.canvas.setAttribute("dir", rtl ? "rtl" : "ltr");
context.save();
context.font = getFontString(element);
context.fillStyle = element.strokeColor;
context.textAlign = element.textAlign as CanvasTextAlign;