wPaint icon indicating copy to clipboard operation
wPaint copied to clipboard

eraser size

Open sebastianbochan opened this issue 10 years ago • 0 comments

Seems that we cannot apply any other size than default (10).

Eraser options from: wpaint.menu.main.js -> function _prepareForDrawing are not adapted. I.e lineWidth / round etc

            this.ctxEraser.lineJoin = 'round';
            this.ctxEraser.lineCap = 'round';

            this.ctxEraser.strokeStyle = this.options.strokeStyle;
            this.ctxEraser.lineWidth = this.options.lineWidth;

Is it a buggy?

sebastianbochan avatar Dec 01 '14 21:12 sebastianbochan