angular-canvas-painter icon indicating copy to clipboard operation
angular-canvas-painter copied to clipboard

Angular.js directive to paint on a canvas on desktop or touch devices

Results 16 angular-canvas-painter issues
Sort by recently updated
recently updated
newest added

Hi. I'm just starting to deal with Angular. I want to add to your painter in my application. In a separate file, I have everything works as it should. If...

Hi, Thanks for the great directive. I use the directive in my project, but the error below appeared: GET http://localhost:63342/templates/canvas.html 404 (Not Found). Error: [$compile:tpload] http://errors.angularjs.org/1.4.3/$compile/tpload?p0=..%2Ftemplates%2Fcanvas.html&p1=404&p2=Not%20Found. The only difference with...

For users with a touchscreen-notebook the trackpad / mouse aren't working. I think this is because of line 229 of of [https://github.com/pwambach/angular-canvas-painter/blob/master/js/pwCanvas.js](https://github.com/pwambach/angular-canvas-painter/blob/master/js/pwCanvas.js) because it uses `if (!isTouch) {`, meaning if...

Angular 1.5.8 Webpack 1.13.2 I'm importing the lib as followed: ``` import angularCanvasPainter from 'angular-canvas-painter'; export default angular .module('projectName', [ // 3th party angularCanvasPainter, // application components, common, ]) .directive('app',...

Thank you for great library! I met the following problem. # Environments OSX 10.11.5 Chrome 46.0.2490.86 (64-bit) # Steps to reproduce 1. open DEMO page (URL: http://pwambach.github.io/angular-canvas-painter/) 2. draw a...

If the canvas is placed within a centrally aligned div (text-align: center) drawing on the canvas produces line that suddenly offset.

I'm having issues loading larger base64-encoded images into canvas background. I haven't been able to find anything related to a file size limit in the docs or source. Is there...

This will set the background image height and width to the size of canvas so that it will not show only a part a of the image if the image...