canvg / canvg

JavaScript SVG parser and renderer on Canvas
https://canvg.js.org
MIT License
3.61k stars 608 forks source link

Support data uri / external xlink:href references #673

Open gabelerner opened 5 years ago

gabelerner commented 5 years ago

this is the main thread for data uri and external xlink:href support

several issues have been centered around supporting data: within url() and external loading of xlink:href. they have all been grouped here for somebody to implement if desired.

exodussystem commented 4 years ago

Any update on this issue? I have page with lot of icons rendered from 'href'ed SVGs. Thanks alot

gabelerner commented 4 years ago

No updates - anybody can come in and implement this in a PR with proper tests and we will gladly review/merge it!

ebanDev commented 2 months ago

Hi ! Any update ? Or does anyone know any alternative to canvg that would support this?