Canvas is an drawing element introduced to web development with HTML5, but also exists in Android and WPF development. Use the more specific tags where possible.

learn more… | top users | synonyms

1
vote
0answers
428 views

Change cursor over HTML5 Canvas

I have a canvas in my site and an image rotation function. So I want to change the mouse cursor when I am trying to rotate the image. I tried this one for the beginning, <canvas id="draw" ...
1
vote
0answers
346 views

Best way to resize and position bitmaps in a canvas so they look the same in different devices?

I am developing a game using a surface panel. I've done a lot of research about how to properly scale and position drawables in the canvas for multiple devices and I came up with a solution that is ...
1
vote
0answers
272 views

Image upload with Canvas and Input file

So before I get started, I will let you know that I have read this question and mine is similar. Basically, i need to be able to have the user upload a file from the computer or take a picture from ...
1
vote
0answers
133 views

2D Game Developemt - Player Movement HTML5 Canvas

Simply Question. I am developing a HTML5 Game for mobile devices such as iphone 4. Now i want to make a good fluid charakter movement. By keyboard is it quite simple like: onkeyleft = function (){ ...
1
vote
0answers
475 views

KineticJS stage.toDataURL() works with mimeType png but not jpeg

I have a pretty simple app that I'm writing to customize the colors on a hockey glove and export it to JPEG. However the jpeg file format doesn't seem to be working, it only displays the bottom-left ...
1
vote
0answers
255 views

Drawing / Sketching widget that can be embedded in websites to be used as an online drawing tool

I am looking for a non-commercial or commercial online widget/tool written either in Java, Flash, HTML5 and JAVASCRIPT or any other way, that provides the following features: Can be embedded inside ...
1
vote
0answers
498 views

HTML5 drawImage slow on Chrome

I'm having some real difficulty with offscreen rendering with HTML5! The code I have written runs perfectly fine with Firefox, using drawImage on canvas elements draws smooth images and does so very ...
1
vote
0answers
206 views

How to allow cross-origin access to imgs and canvases?

I have problem with this code: var imgPixels = canvasContext.getImageData(0, 0, imgW, imgH); Error from Google Chrome console is: Unable to get image data from canvas because the canvas has been ...
1
vote
0answers
485 views

Facebook Tab App canvas stuck at 800px height

I am trying to develop and app and the canvas size is fixed at 800px. I would like it to extend further than the 800px height. All the content below it gets cut off. This code comes right after the ...
1
vote
0answers
69 views

HTML5 canvas draw blocking animations from running correctly

So I have a big huge dataset that I'm plotting on an HTML5 canvas, so plotting it takes about 3 seconds. So in those three seconds, I need to show a loading bar to communicate to the user that things ...
1
vote
0answers
320 views

How to draw the rect canvas on another view in android?

Hi I am new in android also new in Stackoverflow. I want create simple crop apps so I use the on image view and apply the on touch listener on this.when I touch on this. I draw simple and small ...
1
vote
0answers
48 views

Clashing EventListeners (?) Javascript DrawPad Unexpected Behaviour

I am making a small draw pad script using HTML5 canvas and JS. I encountered a problem which I think maybe be caused by using 2 'mouseup' event listeners but I am not certain - so I was wondering if ...
1
vote
0answers
666 views

How to change canvas height width at runtime( or dynamically)

i am using HTML5 and javascript. I am making canvas whenever i am drawing any shape. I have a canvas on which document is displaying. if i am drawing rectangle then i am adding a different canvas (as ...
1
vote
0answers
190 views

Grid of rearrangeable images

There may already be a question related to this, but I do not know where to start searching for an answer. I have a number of images (that the user drags onto a HTML5 drop zone), and I would like to ...
1
vote
0answers
297 views

How to make objects in canvas unselectable? [Fabric js]

I want to make all object in canvas unselectable. I've found selectable method but i didn't find the way to implement it to all objects.
1
vote
0answers
79 views

Text on latheGeometry

Here is a little example of what i'm trying to achieve: http://www.artlineatvb.it/test_3d/test_10 Now i don't know how to position the text correctly on the external surface, how to fill exactly ...
1
vote
0answers
178 views

Cannot Truncate TextView When Draw on Canvas By Set Ellipsize

I have a problem when draw a Textview on Canvas. I would like text will be truncated will overload height. I set textView.setEllipsize(TextUtils.TruncateAt.MIDDLE) but it doesn't work for me. That is ...
1
vote
0answers
256 views

Drawing SVG in <canvas>: simplest way to do it?

I'm attempting to draw an SVG image on a canvas element. Some sources I found suggest I should use a special library to convert SVG data to <canvas> strokes, while others say that I can just use ...
1
vote
0answers
162 views

Adding IDs to fabricjs elements

I am creating a 'map like' application in Canvas using the fabricjs library. I essentially put an image down and then lay circles on top of the image with the correct coordinates. The dot locations ...
1
vote
0answers
694 views

Multiple setInterval in a HTML5 Canvas game

I'm trying to achieve multiple animations in a game that I am creating using Canvas (it is a simple ping-pong game). This is my first game and I am new to canvas but have created a few experiments ...
1
vote
0answers
329 views

Exporting OpenLayers/GeoServer Image without Canvas

My application is dynamically creating KML files that are overlayed on a map using OpenLayers and GeoServer. I would like to export this combination map/overlay as a single image. Using Canvas as my ...
1
vote
0answers
48 views

Are all page changes in Facebook Canvas App suppose to first redirect to FacebookRedirect.axd

I have a Facebook Canvas app that works. It is a vb.net website using Facebook C# SDK. I noticed that when clicking a link to change from one .aspx page to the next it always redirects to ...
1
vote
0answers
113 views

Firefox strokeText jagged artifacts

having some issues with canvas rendering of strokeText() in FF. Whenever drawing outline text with the code: canvasCtx.font = '36px impact'; canvasCtx.strokeStyle = '#000'; ...
1
vote
0answers
310 views

overlapping radial gradients / “light source” effect in KineticJS

I'm looking to produce an effect of light sources in KineticJS. I'm trying to accomplish this by having various objects in the background, and a layer of multiple low-alpha Rect objects filled with ...
1
vote
0answers
344 views

HTML5 Canvas issue with iOS Safari

I am trying to build a painting application in HTML5. I have an HTML5 Canvas in a div. This div is masked with an SVG file using -webkit-mask. On iOS Safari and in iBooks Fixed Layout: When you zoom ...
1
vote
0answers
169 views

FabricJS - Setting object position with pivot being top-left corner

I started using the quite awesome FabricJS framework, and noticed that object positioning works a bit different from CSS conventions. Where CSS places the positioning pivot on the top-left corner, ...
1
vote
0answers
474 views

Fabric-js object setWidth() and setHeight() issue

i have problem with Fabric.js (http://fabricjs.com) library that i cant solve for many hours... im trying programaticaly change dimensions of image with methods setWidth() and setHeight() ...
1
vote
0answers
340 views

HTML5 Canvas in Chrome suddenly stopped working. Why?

I've been working on this site for a while, and recently began working to replace my old animated Flash menu with a new animated HTML5 menu. So far all I have is a few colored orbs that wander around ...
1
vote
0answers
258 views

SDK similar to SPen SDK but runs on every phone

Is there any SDK that is similar to the SPen SDK by Samsung but lets you draw with normal stylus (the SPen SDK is meant for S Pen alone) ?
1
vote
0answers
134 views

JavaScript for loop and print like animation (Canvas)

I have question about my code. It is really working weird.... I have no clue why this happens but let me explain. (MY English is bad but I will try my best to explain and give you guys good picture ...
1
vote
0answers
192 views

Facebook wall post: Losing url params when redirecting to canvas app and requiring authentication -> mobile

This is a very specific case, but I wanted to see if others are experiencing the same behavior. I have a facebook app that has canvas and mobile counterparts. If I create a post on the user's wall ...
1
vote
0answers
227 views

Vertical scroll bar disappeared

The vertical scroll bar in my facebook application disappeared since this morning. The problem is that I have some pages which the content exceeds the page. So, without the scroll bar I can't see the ...
1
vote
0answers
95 views

handling collision in game android

I am doing a game . The game have: - A progress bar - A ball move in screen - A "blood" The ball will move in screen .When it collision with "blood" ,the progress bar will create a value and the blood ...
1
vote
0answers
404 views

Making a draggable, resizable image on canvas

I am reading this tutorial about making draggable and resizable rectangles http://simonsarris.com/blog/225-canvas-selecting-resizing-shape It is a good one and I want to create a similar one using ...
1
vote
0answers
211 views

HTML Canvas Zoom-in

I am designing a very basic animation with a few circles moving around in a HTML5 canvas. I'm currently using the jCanvaScript library to make it simplier (I need to group different shapes together ...
1
vote
0answers
321 views

Difference between “Canvas Visitors” and “Installed Canvas Visitors” in Insights

What is the difference between "Canvas Visitors" and "Installed Canvas Visitors" in Facebook Insights? As per my understanding, the latter gives me the number of "returning users" (in a sense) while ...
1
vote
0answers
248 views

Optimizing render of content in Html5 canvas

Im Developing a open-source library which uses the Html5 canvas's graphic context to render a hierarchy of views. However i would like to make some performance optimizing allowing faster rendering of ...
1
vote
0answers
678 views

How to handle HTML5 Canvas consuming pinch-to-zoom on tablet?

I have been doing a fair bit of research and reading into the following scenario: Scenario: User touches the screen in such a way as to pinch-to-zoom in on the canvas element. Canvas element now ...
1
vote
0answers
198 views

Canvas and SharePoint dropdown menu conflict in Chrome

I got a problem when I use canvas in SharePoint. In Chrome, when I open a new tab or a new instance of Chrome and if the current page contains one or more canvas, the dropdown menu of SharePoint ...
1
vote
0answers
276 views

Custom drawing background in Canvas

I want to create Program for drawing shapes. Something like this (http://www.codeproject.com/Articles/22952/WPF-Diagram-Designer-Part-1). To do this I consider use WPF and MVVM(PRISM). My ...
1
vote
0answers
109 views

How to render Bitmap[] to Canvas?

I may get an array or list of System.Drawing.Bitmap and I want to render them to a canvas(may one piece per second). How can I do it? Thanks!
1
vote
0answers
190 views

Chrome html5 canvas shadowBlur

The problem is in how Chrome is making the shadowBlur in HTML5 canvas. How it looks in Chrome: How it looks in Opera: I need it to look like in Opera, I mean the "smoothing" around it. Or, if ...
1
vote
0answers
110 views

Is it possible to expand the Canvas in Android?

I have a rotated TextView class whose Canvas I rotate in the onDraw method: @Override protected void onDraw(final Canvas canvas) { canvas.save(); canvas.rotate(-90); ...
1
vote
0answers
290 views

Current state of Canvas in IE(2012), what are the recommended alternatives?

This thread is 6 months old canvas animation to work in IE Was hoping there might be an update or recommended best practice in making sure canvas animations are viewable in most browsers including ...
1
vote
0answers
509 views

How do you set a cookie in a Facebook Tab or Canvas App?

I know that Firefox and Chrome handle this already and using a P3P header for IE will allow setting cookies from the server side. I want to know if there is anyway to set a cookie in the Facebook App ...
1
vote
0answers
467 views

Save canvas with an image as PNG works only in Firefox

I have an canvas on my site where the user can draw and can also add an image. By clicking a Save button I want the canvas to be saved as a PNG image. Everything works fine in Firefox, but in Chrome ...
1
vote
0answers
119 views

Uncaught Error: INDEX_SIZE_ERR on iPad ONLY

I'm doing some canvas drawing in an application and it all works great in every browser (except the obvious ie7/8) but I've also gotta make it work on the iPad. When I look at my debug console on the ...
1
vote
0answers
422 views

Using SVG path syntax in paper.js?

With the raphael.js library, paths are described using the SVG path syntax, (e.g. M98.36,214.208l2.186-1.093V210.2l-3.378,0.117l1.174,4.137L98.36,214.208z, which provides a very compact way to create ...
1
vote
0answers
522 views

Flot chart - how to fire event on line hover

I have written a plugin for jQuery Flot charts which allows you to dynamically add data points by clicking on the line of a chart, remove them by right clicking and also it allows the dragging of ...
1
vote
0answers
681 views

HTML5 with multiple off screen canvases affect performance?

I am using the following code to pre-render a series of images to use as an animation: var renderToCanvas = function (width, height, renderFunction) { var buffer = document.createElement('canvas'); ...

1 2 3 4 5 41