On 02/05/2015 06:29 AM, Sean P. DeNigris wrote:
I had both translation and scale working in a spike by translating with FormCanvas>>#translateBy:during: and then magifying with "canvas form magnifyBy: 0.5", but I want to do this in my morph's drawing method, so I want to do both with the canvas.
"(morph transformedBy: t)openInWorld." obviously works as expected. but judging from your question, doing a "self transformedBy:" somewhere later in your morphs code wouldnt work?
werner