tsayen / dom-to-image

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

fix: Capture the url type error #285

Closed CG-man closed 3 years ago

CG-man commented 5 years ago

if the url is like: 'https://www.xxx.com/chem/test/11ff1508-0af7-7b6a-2cd4-70220d09af23.svg?75d126a1-21ab-4021-c6c4-13625372c042' that will return 'svg?75d126a1-21ab-4021-c6c4-13625372c042', not 'svg'

IDisposable commented 5 years ago

I have merged this into https://github.com/1904labs/dom-to-image-more/commit/96fceffd823d00e43c22bbc27738327165b5bb25 and will release ASAP

IDisposable commented 5 years ago

Released in https://github.com/1904labs/dom-to-image-more v2.8.0