Hi,
With an image I try to load a svg via an url dynamically. If I use an url with an extension like "
http://demo.com/picture.svg" it does work. However, for the reports I'm making I need up to 200 svg images, I do not like to make and save all these files. What I want is to generate the svg images on the fly.
Problem : an url like "
http://demo.com/picture/100" or "
http://demo.com/picture.php?pic=100" does not work! It seems that the image uri checks on the extension "svg".
Any ideas how to fix this?
Thanks,
Herbert