wPaint icon indicating copy to clipboard operation
wPaint copied to clipboard

Circles, Rectangles and Line go over the image limits

Open femosso opened this issue 11 years ago • 2 comments

Hi,

when creating an shape (circle, rectangles or lines) if I drag and drop over the canvas bound, the shape seems to be created outside the bound.. is it possible to forbid this to happen?

image1 image2

femosso avatar Mar 29 '13 13:03 femosso

Just put overflow:hidden on the bounding element.

On Fri, Mar 29, 2013 at 9:50 AM, femosso [email protected] wrote:

Hi,

when creating an shape (circle, rectangles or lines) if I drag and drop over the canvas bound, the shape seems to be created outside the bound.. is it possible to forbid this to happen?

[image: image1]https://f.cloud.github.com/assets/3494622/317563/a33c8a9c-9877-11e2-9767-3b092352d683.png [image: image2]https://f.cloud.github.com/assets/3494622/317564/a359b43c-9877-11e2-8742-efb8be55c4a3.png

— Reply to this email directly or view it on GitHubhttps://github.com/websanova/wPaint/issues/28 .

websanova avatar Mar 29 '13 14:03 websanova

wow! quite simple! thanks!

femosso avatar Apr 08 '13 21:04 femosso