Login  Register

Re: [Ann] DragPanels: Floating palette windows with drag-and-drop in Morphic

Posted by Stephan Eggermont-3 on Jun 29, 2015; 1:08pm
URL: https://forum.world.st/Ann-DragPanels-Floating-palette-windows-with-drag-and-drop-in-Morphic-tp4834283p4834596.html

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?

Stephan