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
15 views

Copy canvas element from ThinVNC viewer as iFrame

I want to copy canvas element from within iFrame that shows virtual machine content. I saw that there was a lot of Q&A about "clone canvas from iFrame". Unfortunately, I'm not familiar with ...
1
vote
0answers
31 views

WPF, points are different to RenderTargetBitmap

My problem is that the Int32Rect points are different from the ones in my canvas. I attempted to use dpi as suggested as a solution to other problems but I could not figure out how to use it. private ...
1
vote
0answers
40 views

Rendering SVG images everywhere with Modernizr, CanVG and ExCanvas

The website I'm making (here) has all its images as SVG. But since SVGs aren't compatible everywhere (notably IE <9 and Android browser on versions 2.x), I needed to find a workaround. That ...
1
vote
0answers
48 views

Repainting a rectangle at different x, y position canvas

I have a canvas layered over a div and I am trying to paint a rectangle at position 0, 0 on load and move it to another position x, y when needed. The x, y positions I need are returning perfectly and ...
1
vote
0answers
52 views

Photo booth with props using face detection

i need some help creating a photo booth that allows a user to pick from a number of props that will use a jquery plugin to detected the user's face and superimpose said prop on it after which the user ...
1
vote
0answers
44 views

Determining position on an HTML5 canvas after zooming

This is a repost of stackoverflow.com/q/10626292 which is unanswered. I include sample code of the problem here: jsfiddle.net/jesusgarza/cxr6e/ Basically, after I scale the canvas the coordinates ...
1
vote
0answers
55 views

Canvas doesn't seem to rotate in Android

I'm having trouble to rotate my canvas. I drew a circle and an arc in it. I am trying to rotate in the direction to which phone camera is rotated. Code is as follows. ViewSearch.java public ...
1
vote
0answers
15 views

Html drag'n'drop (browsers real drag'n'drop) image quality for Retina

I set custom image on drag'n'drop start: var dt = e.dataTransfer; ///... dt.setDragImage(img, -20, -20); But image quality for Retina is not good. Usually, workaround of images quality for Retina ...
1
vote
0answers
73 views

Rendering divs containing html and svg elements to a canvas

I want to take a screenshot of a div(container) in my html page. The problem is that the container might contain both html elements as well as svg. I found several ways to render them to a canvas ...
1
vote
0answers
40 views

Drawing and Animation in iOS

My background is Processing and HTML5 Canvas. Now I want to write an iOS app, and include some kind of canvas, where I can draw shapes and images on, similar to a sketch in Processing (2D). What's ...
1
vote
0answers
210 views

AngularJS Binding to WebGL / Canvas

I'm very green to AngularJS. I'm wondering if it's possible to use it when your view is using HTML5 Canvas or WebGL? If so, are there any good tutorials on how you go about this? I've seen several ...
1
vote
0answers
94 views

Create viewport for map loaded from tiled Javascript

I have created a loader for tiled in the JSON format for my JavaScript game. The game is based on a 2048 x 1280 map and my canvas size is 704 x 608. So my predicament is how would i create a ...
1
vote
0answers
76 views

Javascript does not work in visual studio (Windows 8)

I am building a puzzle game. And When I run it in visual studio I get this msg 0x800a1391 - JavaScript runtime error: 'onCanvasClick' is undefined and I get the prb at this point in the code ...
1
vote
0answers
59 views

How do I resize a canvas when entering fullscreen with canvas.requestFullscreen()?

Alright, so I have this grid that I would like to have full-screen and draw on within the complete space of the resolution. But I can't get it to register for more than maybe 2/3 thirds of the ...
1
vote
0answers
85 views

How to get a 3D accordion effect on Android

I am planning to port the great 3D accordion effect found on iOS (https://github.com/xyfeng/XYOrigami) on Android. so far I have something pretty close, here is a screenshot with "pinch-to-fold" to ...
1
vote
0answers
60 views

fabrics on image editor mobile device

I want to make a simple image editor (drag, rotate, resize) in javascript. It has to work at tablet and mobile phones. Fabric seems to be very fast. The only problem is that rotating / resizing don't ...
1
vote
0answers
18 views

Lagging in zoom Map

I have problem with app lagging when I have big zoom. I have maps with markers and area, when I make zoom biger the map is lagging. I was looking for solution, but I don't find. Please help me with ...
1
vote
0answers
91 views

change window center and window width of canvas image Html5

I have jpg images(from DICOM file) that I getting from server. I use these files to set canvas image data. Now I want to change window center and window width of images but don't know what and how to ...
1
vote
0answers
67 views

Speed of Thousands of Rectangles (with a Stroke!!!) in a WPF Canvas

this is my fist question here, but I didn't find a real answer to my question. I work on a visualization program and use C# and WPF. I need to draw a treemap. I actually create Rectangle objects ...
1
vote
0answers
130 views

excanvas drawimage doesn't work on IE8

Hi I have managed to make excanvas work in IE8 for simple examples however I couldn't make the following canvas example which contain drawimage work at IE8. Does anyone have any experience with ...
1
vote
0answers
77 views

Fill space between walls (separate divs)

I'm working on a roomplanner in jQuery. Users can drag walls (every single wall is a separate div) and drag furniture into the room. Take a look at the screenshot: The half-transparent white div ...
1
vote
0answers
76 views

excanvas IE8, Unexpected call to method or property access

Hi I am getting an error on IE8 which is "Unexpected call to method or property access." at the line "foo.appendChild(canvas);" My codes are as follows. <canvas id="foo" class="canvasstyle" ...
1
vote
0answers
96 views

HTML5 canvas scrolling on iOS

I am writing an HTML5 page using the canvas element that will allow users to scroll a large image with their finger using the touch API. I want to prevent the user from being able to scroll beyond ...
1
vote
0answers
75 views

Getting SVGDocument of an SVG inside a canvas?

I'm trying to find a way to change the fill of elements within an SVG file, that is then drawn to a canvas via JavaScript. The only way I've managed to actually draw a .svg file to a canvas is by ...
1
vote
0answers
31 views

drawText without horizontal space

I get a little Problem drawing a Text on a Canvas. I set paint.setTextSize() to the given float textSize. Then draw the text on a Canvas : canvasdrawText(text, 0,textSize, paint). Or in Code: String ...
1
vote
0answers
160 views

(HTML5) Making animations with multiple png sprite, which will overlap with each other

I am very new to html5 game making. Recently I am making a game which includes some animations using png sprite. http://i.imgur.com/MZrpq9j.png I have a background and I try to use this sprite to ...
1
vote
0answers
361 views

Save Canvas with Phonegap Screenshot Plugin

Am currently inmplementing a photo-editing app with the Html5 canvas in phonegap for android.I would love to use the phonegap screenshot plugin found here : ...
1
vote
0answers
110 views

SVG to Canvas with Canvg - line filled in and background lines dropped?

I am attempting to convert a SVG to Canvas using Canvg. Right out of the box is pretty good. Original SVG Graph Canvas Render I am having a hard time figuring out: Why is the line "getting ...
1
vote
0answers
43 views

How to draw scrollbar at particular position in a surfaceview in android

I am taking a surfaceview in xml file and drawing text,rectangle on the surfaceview by overriding ondraw() method and I want to make some part as a scrollable at surfaceview. for reference-- ...
1
vote
0answers
181 views

canvas draw image and touch event?

I am trying to wrote an app using phonegap and jquerymobile. My app draw 4 image from a Image array and when i touch on 1 image, 1 page is called to display the image in full screen, but it's dont ...
1
vote
0answers
61 views

node-canvas and jpeg build dependencies on OSX

I'm using node canvas to generate PNG images of HTML5 generated canvas (using fabric.js). I installed it using: $ PKG_CONFIG_PATH=/usr/X11/lib/pkgconfig npm install canvas When the canvas contains ...
1
vote
0answers
44 views

add labels inside canvas context in dygraphs

Instead of having x and y labels outside the canvas as html elements I want to add them to the canvas. I try to do this by adding the required code for drawing the label into the canvas to the ...
1
vote
0answers
27 views

How to prevent colors mixing on Android

I have two Paint-objects. First(1) I use to draw semi-tranpsarent background, second(2) - for painting with finger. Everything is OK except one thing - color of (2) becomes darker when I finish ...
1
vote
0answers
40 views

Changing bitmaps on a canvas

I have a view class and and activity and the view class in linked in with the XML. The view class starts by drawing a bitmap of the letter a. In the activity there are next and previous buttons to ...
1
vote
0answers
66 views

How to rotate a drawable on canvas in android

Lets say i place mutile drawables on a canvas at different places. I am willing to rotate each image in a form (certain angle of degree). So i need code for rotating drawable over canvas. The thing is ...
1
vote
0answers
106 views

HTML5 canvas saving image on tablet doesn't seem to work

So I'm working on a HTML5 drawing app using canvas and am using canvas.toDataURL("image/png") to save the image. It works perfectly fine on Desktop but on Ipad it won't work at all. It seems like ...
1
vote
0answers
664 views

HTML5 Canvas zoom to point & move image

I've a work in progress zoom&panning picture in html5. The first time it works good, but after that It just get crazy, I know is something related with the scalePoint (described as ...
1
vote
0answers
101 views

How to select child elements after using groupSVGElements

I am loading an svg into Fabric which has child elements. I'm grouping them using groupSVGElements(). I need to be able select each child element - that is an onclick event that allows me to select a ...
1
vote
0answers
57 views

ImageMapster text overlay

How to achieve text overlay in ImageMapster? ImageMapster seems to be a very popular plugin and I am doing research in order to decide whether to use it in my project. In the application that I am ...
1
vote
0answers
144 views

canvas game low performance on ipad good on iphone

(french guy scuse my english ;) ) I have finished a javascript space shoot game using a html5 full canvas after 6 month of development on chrome firefox safari and recently on mobile device using ...
1
vote
0answers
44 views

Draw Smaller moveable Images on big image loaed on Kinectjs canvas

I loaded a big image on to a kinectjs canvas. Code below: <div id ="imgarea" ></div> var imageToCanvas = function(){ var stages = new Kinetic.Stage({ container: "imgarea", ...
1
vote
0answers
222 views

Eraser with PorterDuff.Mode.CLEAR always draws a black line, where i want to delete

Can i make it draw the path, where I move my finger to delete with a transparent line, or not draw at all? This is how i instantiate my eraser: OnClickListener eraseListener = new OnClickListener() ...
1
vote
0answers
64 views

Manipulate an UIElementcollection in canvas

I'm drawing on a canvas panel some shapes that i have in a xml file. But when i'm doing it, i'm drawing line by line. I would like to know if it is possible to use an UIElementCollection instead. I ...
1
vote
0answers
26 views

How does Chrome's glyph cache work?

Thanks to the new Chrome experimental profiler, I'm getting some more information about a Canvas2D app I'm developing. The glyph cache memory usage is massive, as you can see below : I suspect that ...
1
vote
0answers
135 views

HTML5 Canvas - fading/drawing in a dashed line animation

I'm new to the HTML5 canvas, and I was wondering how I could replicate the following animation which is done in flash: http://www.machinas.com/wip/esprit/games/2013_Spring_game As you can see it ...
1
vote
0answers
58 views

Canvas is not maximize when window maximized

There is border out side canvas Tag, Now I want to maximize the size of canvas according to window maximized <ScrollViewer x:Name="scrollViewer" VerticalScrollBarVisibility="Auto" ...
1
vote
0answers
28 views

Translate to image in jCanvascript

I apply jcanvaScript (JavaScript library) on the canvas element there are some images how it is possible to trade places images (after a click a mouse for example)? function start(){ // Add ...
1
vote
0answers
80 views

Smooth rotation issue with javascript

I have searched all over for a solution to my problem on smooth rotation. I can get it 99% working however there is one small issue that keeps messing with me. The rotations works fine except when ...
1
vote
0answers
94 views

Canvas 'tainted' after drawing SVG

Similar questions have been asked, and the REASON for the problem is well understood, what I'm asking for is alternatives or work-arounds: What I'd like to do is get a data-URL out of a canvas that ...
1
vote
0answers
151 views

FabricJS - Canvas won't re-render after object:hover event

I have used 'piggyback' to be able to catch object:hover events mentioned here: https://github.com/kangax/fabric.js/wiki/Working-with-events Assume standard setup and these events: ...

1 2 3 4 5 42