cagpie / node-canvas-with-twemoji

Draw text with Twemoji on node-canvas
MIT License
33 stars 12 forks source link

Not as expected maxwidth in node-canvas 2.8.x, 2.9.x, ..., 2.11.0 #8

Open cagpie opened 3 years ago

cagpie commented 3 years ago

node-canvas 2.6.x Untitled

node-canvas 2.8.x image

cagpie commented 3 years ago

このライブラリ特有の問題っぽい( I am left aligned の2段目はnode-canvasでそのまま描画したもの) image

cagpie commented 3 years ago

か、scaleの問題か?

cagpie commented 2 years ago

node-canvasの2.9系で確認してからマージする https://github.com/cagpie/node-canvas-with-twemoji/pull/14

cagpie commented 2 years ago

node-canvas v2.9.3 でも同様 image

context.scale context.setTransform がうまく動いてくれておらず、解決もしていない状態の模様 https://github.com/Automattic/node-canvas/issues/1544

cagpie commented 1 year ago

2.11.0でも同様のレンダリングになってしまう