Skip to content

Conversation

@apierr
Copy link
Owner

@apierr apierr commented Mar 26, 2019

This PR aims at generating a random temporary file name for Roassal plotter.

@apierr
Copy link
Owner Author

apierr commented Apr 1, 2019

I should render the image from the memory without generating the file in the file system.
Here is an example:

b := RTMondrian new.
b nodes: (1 to: 300).
b edges connectFrom: #yourself to: 15.
b layout grid.
b build.

canvas := b view canvas.
form := FormCanvas extent: canvas extent.
canvas buildMorph drawOn: form.
form

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant