Re: [Ann] DragPanels: Floating palette windows with drag-and-drop in Morphic
Posted by
Hannes Hirzel on
Jun 29, 2015; 4:16pm
URL: https://forum.world.st/Ann-DragPanels-Floating-palette-windows-with-drag-and-drop-in-Morphic-tp4834283p4834642.html
On 6/29/15, Stephan Eggermont <
[hidden email]> 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
>
>
>