On 05 Apr 2015, at 20:16, kilon alios <kilon.alios@gmail.com> wrote:
Thank you for trying to help me understand :)
You're welcome.
It was important for me to understand this because I want to import a lot of SVG data into the image and I was not sure if I should use just SVG files or instead use methods that return SVG strings. I would be using methods since it will make my distribution much simpler and easier to version control too.
SVG is human readable (XML based), no ? If they are not too large, it might even be quite useful to store them as strings in the image, although I do agree this is not scalable in the end. (But Seaside uses this mechanism to store real images in the image, and that works very well during development, in the sense that it is convenient).