dear colleagues and mentors,
i am drawing rectangles on a stage (canvas) using mouse events (mousedown, up and move) having draggable true. (kineticjs)
when i am dragging the shape on right and bottom side of the stage, shape's colors are releasing to show a shade of that color on right and botton side of the stage (not on left and top side).
this is not effecting the stage itself. but it is very awkward for user who will drag the shape and will get shape color displaying on stage (on right and botton boundaries). (its like shading the stage right and botton side using shape color by dragging
the shap.) very unexpected
surprisingly when i applied click event on stage then that specific part of the stage is not responding the event but the rest go well. when i tried to draw line using mouse events
" the mouse donot go to this area when i am holding the mouse button to draw line on that area."
i dont know why ...
Go to the complete details ...