orh
orh
[DouBao](https://www.volcengine.com/product/doubao) is without headers
The following code can run normally with the comments ```js // node_modules/konva/lib/shapes/Text.js _getContextFont() { return (this.fontStyle() + SPACE + // this.fontVariant() + // SPACE + (this.fontSize() + PX_SPACE) + normalizeFontFamily(this.fontFamily()));...
Demo: ```js import { Canvas } from 'skia-canvas'; const canvas = new Canvas(); const ctx = canvas.getContext('2d') // not supported ctx.font = 'italic normal 80px Arial' // supported ctx.font =...