Hi,
I don't know where to post this since I couldn't find it any where.
I think this will be a good feature to this module.
Is there a way to import and display an .svg file? Let say, just import the already generated .svg files (100 files) and then using some kind of hook to call the file, manipulate it like colors, links, and then display it.
Many Thanks
Truyn
Comments
Comment #1
danielb commentedNo there isn't such a feature, I dare say quite a lot of work still needs to be done to shape up the module before such a feature would be created.
Comment #2
danielb commentedI've been working with the code of this module recently and I think deconstructing an SVG would be quite a monumental task. We don't even support everything that is possible to *generate* in an SVG. I think writing a full interpreter for the format is out of the question. It also isn't quite in line with the advertised functionality of the Drawing API which is to specify and generate the graphics.
I think if anyone is motivated to work on something like this it could be done in a separate project as I'm sure it will require a lot of attention and maintenance.