Environment
chrome-aws-lambda
Version: 2.0.1puppeteer
/puppeteer-core
Version: 2.0.0- OS: Amazon Linux 2
- Node.js Version: 10.x
- Lambda / GCF Runtime: nodejs10.x
Expected Behavior
Text lines are not overlapped. (This image is rendered from my PC which is running debian linux)
Current Behavior
Text lines are overlapped when running on aws lambda.
Possible Solution
N/A
Steps to Reproduce
Render text element on canvas with multiple lines separated by the new line character. For example: '7.1%\nFLR{sub|95}'
Note: These graphics are rendered from echarts charting library.