View Single Post
Good question !

What you copy is not what you see ...

If you create this shape,


and run this script,
Code:
tell application id "OGfl"
	tell canvas of front window
		tell text of first shape
			set last word to "fool"
		end tell
	end tell
end tell
And then copy and paste the apparently unchanged shape, you get a potentially baffling result:


Copy as Applescript also gets something at variance with what you see ...

--
Attached Thumbnails
Click image for larger version

Name:	Gaon.png
Views:	952
Size:	8.1 KB
ID:	2251   Click image for larger version

Name:	CopyPaste.png
Views:	972
Size:	11.9 KB
ID:	2252