i am using clip to define drawing area on canvas . when user moves inside object in out defined area then element are not visible but when i save canvas as image they are coming in picture . how can i avoid overflowing ? or restric elements move ??
page screen shot:
Saved image ::
This can be done using two ways:
1) Clipping the the canvas area within a Rectangle
2) Restrict objects to a rectangular boundary
We have used these in a tshirt application live - http://www.riaxe.com/html5-tshirt-designer-application/
Hope this helps :)