tsayen / dom-to-image

Generates an image from a DOM node using HTML5 canvas
Other
10.34k stars 1.68k forks source link

background-clip: text (-webkit-background-clip) not working #354

Open nurulalamador opened 4 years ago

nurulalamador commented 4 years ago

background-clip: text is not working which is needed for create gradien text. Please tell me anyone if there is any sollution for it. Here is some screenshot.

In browser: image

On created image of dom-to-image: image

Quang-Khoa commented 4 years ago

+1

Quang-Khoa commented 4 years ago
-webkit-background-clip: text;
background-clip: text;
/* -webkit-text-fill-color: transparent;

firefox ok , but not chorme.

qiangqiang-id commented 3 years ago

Is there a solution in chorme ?

krapnikkk commented 3 years ago

see this issue