Automattic / Automattic/node-canvas

Font rendering problem

Open
#1,315 8 comments 0 reactions 0 assignees View on GitHub
Text & Fonts
Dominant language
JavaScript
Stars
10.7k
Forks
1.2k
Avg merge
4d 8h
Merged PRs (30d)
1

Description

## Issue or Feature

Render effect under browser:
20181130223823
20181130223907

CreatePNGStream is called on the server to output the image effect:
20181130223811
20181130223858

Dockerfile
`
RUN sudo yum install -y pixman cairo-devel libjpeg-turbo-devel libpng-devel pango-devel freetype-devel fontconfig-devel
ADD fonts.tgz /usr/share
RUN cd /usr/share/fonts/ && sudo fc-cache -fv
`

locale -a
`
hi_IN
hi_IN.utf8
thai
th_TH
th_TH.tis620
th_TH.utf8
`
So it should not be the lack of language packs that causes the problem

## Environment
* Version of node-canvas@1.6.12
* Environment node v8.9.4 on centos 7
* pango-devel@1.36.8
* cairo-devel@1.14.2

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.