YakumoAoi
YakumoAoi
l use a random image in my pc to convert to CMYK, And it works well But when l use a image dataURL from svg exported by Adobe Illustrator l...
according to doc, linear-gradient is not supported. And fail to use linear-gradient in node's background color option and display black
``` const abortController = new AbortController() await fetchEventSource( `https://xxx/xx/xx/xx?query=${questionSended}&dialog_id=${this.currentDialogID}&is_stream=1`, { headers: { Authorization: userinfo.token }, signal: abortController.signal, openWhenHidden: true, onopen: async response => { console.log('onopen', response) if (response.status !== 200)...