Questions tagged [eraser]

Eraser tool to clear the pixels (on touching the screen) as it is dragged over canvas.

Eraser tool to clear the pixels (on touching the screen) as it is dragged over canvas.

36 questions
0
votes
1 answer

How to Undo the eraser action for HTML5 Canvas Drawing App

I've created an HTML5 Drawing App that has basic functions that allow the user to select a color to draw with, change the size (radius) of the drawing tool, undo, redo, and completely clear the canvas. I recently added an Eraser tool using the…
CaraPilar
  • 41
  • 1
  • 1
  • 6
0
votes
1 answer

Undo and Erase features in a drawing app Android (Duplicate)

This Question has been asked many times like Android Drawing, Erasing and Undoing Action But no one has giving the proper solution for it. I am making a drawing app and everything was working fine until i added undo feature. After adding undo…
Fahid Nadeem
  • 412
  • 2
  • 7
  • 19
0
votes
4 answers

Android: Painting app with eraser not working

I am working on a painting app, with undo/redo function and would like to add eraser function. Code for MainActivity case R.id.undoBtn: doodleView.onClickUndo(); break; case R.id.redoBtn: …
pearmak
  • 4,979
  • 15
  • 64
  • 122
0
votes
1 answer

Creating an Eraser for an Android Drawing App

I'm working on a drawing application and am pretty close to release but I'm having issues with the eraser part of the app. I have 2 main screens (fragments) one is just a blank white canvas that the user can draw on with some options and so on. The…
Developer Paul
  • 1,502
  • 2
  • 13
  • 18
-1
votes
2 answers

Swift - why is my Eraser tool pixilated

There are numerous questions about creating an eraser tool in CoreGraphics. I cannot find one that matches "pixilated". Here's the situation. I'm playing with a simple drawing project. The pen tools work fine. The eraser tool is horribly pixilated.…
ICL1901
  • 7,632
  • 14
  • 90
  • 138
-1
votes
2 answers

Jquery Image Eraser plugin

I am looking for a jquery image eraser plugin that can erase parts of an actual image. For example, if a user uploads an image of a monkey and decides that he does not want the tail, then he should be able to move the mouse over the tail and erase…
itz_nsn
  • 648
  • 1
  • 8
  • 13
1 2
3