June 29, 2015
4:38 p.m.
On 6/29/15, Stephan Eggermont <stephan@stack.nl> wrote:
On 29-06-15 14:38, Nicolai Hess wrote:
Yes, but clipping may be an issue, and any Morph with a slightly more advanded drawing method (like lists) may be more difficult. And you need a way to convert patterns/images to something that can be included in a svg file.
Clipping paths in svg seem easy to use. Embedding images is simple, according to SO. Base64 encoded. An issue is of course that you might want to have a different layout on-screen than in SVG.
Hannes: I assume you want SVG for display on a webpage? Yes, please.
Stephan