mirror of
https://github.com/yuukiwww/taiko-web.git
synced 2024-10-22 17:05:49 +02:00
Fix ura symbol
This commit is contained in:
parent
c72b5a742c
commit
a09709843d
@ -800,7 +800,7 @@
|
||||
}else if(action === "fillText"){
|
||||
ctx.strokeStyle = layer.fill
|
||||
ctx.lineWidth = 2.5 * mul
|
||||
ctx.fillText(symbol.text, currentX, currentY)
|
||||
ctx.fillText(symbol.text, currentX, currentY + (17 * mul))
|
||||
}
|
||||
ctx.stroke()
|
||||
}else{
|
||||
|
Loading…
Reference in New Issue
Block a user