tsayen / dom-to-image

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

Resolves an issue where the background image does not appear in some cases #440

Open 15759928829 opened 1 year ago

15759928829 commented 1 year ago

line 573 old var URL_REGEX = /url(['"]?([^'"]+?)['"]?)/g; new var URL_REGEX = /url(['"]?([^'"]+?)['"])/g;

If the background-image name contains (), regular matching results in incomplete URLs