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.
5
votes
0answers
510 views
Resolving KineticJS performance issues in FireFox
Am I the only one having really bad experiences with KineticJS in Firefox? I have tested v12 and v14.1, and they both have issues.
Trying to draw as little as possible, barely helps, and sometimes ...
3
votes
0answers
602 views
ios6 canvas high resolution y-value
I have an html5 webapp that recently was broken on iOS6. We take a high resolution jpeg image and render it on a canvas element. We first load a lower resolution thumbnail as a placeholder while the ...
3
votes
0answers
1k views
HTML5 Canvas access-control-allow-origin error
I'm getting the following javascript error when I try to get data from a canvas element:
Error: canvas.toDataURL() not supported. [Exception... "The operation is insecure." code: "18" nsresult: ...
3
votes
0answers
946 views
How to solve webkitRequestAnimationFrame giving extremely high FPS
Today I've been trying to get myself acquainted with anything new HTML5 has to offer, in particular the canvas. I came upon the site www.html5canvastutorials.com and began following some of the ...
3
votes
0answers
239 views
Using @font-face with VML (via excanvas)
I've been playing around with canvas & excanvas to try and get some text effects working nicely in IE (as its shadow filters are rendered horribly) and it all works except that it's not applying ...
3
votes
0answers
379 views
Canvas draws artifacts in Safari for animated, filled bezier curves
I created an animated HTML5 canvas that uses bezier curves to draw a filled pattern.
I have been testing it in Chrome for Mac. I only seem to see this on Safari for Mac.
For some reason, I see ...
2
votes
0answers
19 views
Can you put/restrict a canvas to a layout
I'm quite new to Android programming and I'm stuck on how to get this right.
My situation is I want to draw a rectangle inside a RelatativeLayout and be able to change the shape of the rectangle ...
2
votes
0answers
38 views
Loading images to specific coordinates in SCanvasView
I am creating an android application and am working with canvas bitmaps (specifically the Samsung SPen SDK). I currently have the functionality I want working working, but the way the loading is ...
2
votes
0answers
30 views
Using 2 different colors on the same paint, for the same canvas cause flickering
This is the code i'm using, it is running the heavy part on the Background, and it draws a growing circle, and while it is growing, the text that is inside the circle fades out, the problem is that ...
2
votes
0answers
53 views
Clip method in html5 canvas
I need to put an image on a canvas, then use the mouse to draw a random shape on the canvas, clip the region inside the shape and create another image from the clipped region so that I can apply som ...
2
votes
0answers
73 views
Simple canvas code misbehaving in IE10 and fine in Chrome--can you confirm?
[Edit: Sent bug report: received reply that closePath is required an arc-->circle drawings]
So IE requires closePath on arcs that form circles but Chrome/FF let you go without:
context.beginPath();
...
2
votes
0answers
46 views
Searching for a script to assist with fluid lines connecting multiple divs
I am in search of a script that would assist with making a fluid bezier line... if that is the correct way to word it.
In the examples below, the colorful lines would become shorter (and adjust) as ...
2
votes
0answers
48 views
How to save Canvas to Bitmap according to Path
I am working on an Image Cropper. User pass a bitmap and could use an oval to clip the bitmap.
My Code:
public class CropView extends View{
@Override
protected void onDraw(Canvas canvas) {
...
2
votes
0answers
47 views
How to avoid ghost collisions in box2dweb
I'm using box2dweb to create a game, but want to have an uneven ground in my game. However, box2dweb isn't up to date and doesn't contain edge chains to fix ghost collisions yet.
Currently, my ...
2
votes
0answers
89 views
Android Canvas not updated on invalidate
i have newgame.txt file in my asset folder. i read this file in character array (cboard) in loadboard() method. Then on the basis of values in cboard array i fill Pboard array (Pieces array, logical ...
2
votes
0answers
49 views
hardware acceleration in android unsharp pathes
I draw simple filled pathes with canvas. I use
canvas.scale(scalex, scaley);
to larger and smaller the shapes.
When I switch to Hardware acceleration ( AndroidManifest.xml )
...
2
votes
0answers
74 views
FabricJs: path area too big
I'm trying to use some SVG path with fabricjs. They render well but I've some problems:
The are positioned wrong. I don't why, but if I remove the size from the svg string they are positioned well ...
2
votes
0answers
154 views
Canvas animation stutters in FireFox but is perfect in Chrome
I recently got about doing some HTML5/Canvas stuff and was going about my business quite happily, testing stuff in Chrome, until I decided to try what I have been working on in Firefox... doesn't work ...
2
votes
0answers
156 views
WPF Canvas Performance Issues
First off let me mention that I have looked through many, many, many, many, many articles and forums on performance in WPF. I realize this is going to be close to a repost of another article, but ...
2
votes
0answers
140 views
How to properly draw and update (special) raw image data on canvas without duplication of data ? (html5)
I don't think the title is very accurate but I can't think of any better.
I'm working with medical images, in these kind of images there isn't definitive pixels values, you have to extract some ...
2
votes
0answers
260 views
Scanned and text PDF: parallel scrolling and selection in web application
I am currently developing an application to extract information from a 1950's Malaysian magazine written in Arabic script. In order to analyze the content and find links with some other documents, the ...
2
votes
0answers
98 views
smooth curves with canvas along 2d points
im trying to use a formular to make smooth lines along a 2d axis - using bezier curves AND Canvas.
What i have this - isnt quite working.
When u see my link - its soooo close - but the formular just ...
2
votes
0answers
327 views
Poor performance on IE9 for Html5 Three.js CanvasRenderer
I ran following sample on ie9 and Mozilla with hardware acceleration on.
http://mrdoob.github.com/three.js/examples/canvas_geometry_earth.html
I am getting 15 FPS on IE9 and 70 FPS on Mozilla. This ...
2
votes
0answers
314 views
Unexpected behaviour of JavaFX GraphicsContext.translate
While exploring the capabilities of the JavaFX Canvas component I encountered a very strange behaviour when I used the translate(double,double) method:
When I stroke or fill a path after I have ...
2
votes
0answers
79 views
Why is my Menu on the bar displaying below a JPanel in the container?
I'm in the position where I have to reuse and modify another persons code to create an image processing application. The following code is used to setup the frame and its GUI. The problem I'm having ...
2
votes
0answers
103 views
getLoginStatus not firing with calling from FB canvas
Attempting a client site authorization, and attempting to run within a canvas. If I access the my website directly http://mysite.com/ everything works. If I try to run via canvas ...
2
votes
0answers
208 views
Canvas drawImage in WebView not working with image reused
I'm trying to show the photo and rotate it for 90 degrees on the Android phone after each click. It works fine with smaller images, but for the photos of 8 megapixels after clicking for a while (e.g. ...
2
votes
0answers
144 views
How to include bezier curve while drawing on canvas
I have a plugin to draw on canvas element. But as i am noob with the functionality part of canvas element. I want to know where should i write bezier curve method to improve the curves drawn on ...
2
votes
0answers
203 views
Why saving an image from the canvas to the local system on Android doesn't work?
I have referenced this and this, but I still have questions why
the code here doesn't work?
var canvas;
$(document).ready(function(){
"use strict";
$(' #test_local_storage_btn ').bind('click', ...
2
votes
0answers
131 views
how to detect transparent area in our png image with java, android
I want to detect transparent area of the image and want to merge second image with that transparent area of first image..... with java part in android..
i have done coding of merge image but it is ...
2
votes
0answers
317 views
HTML5 Canvas line anti aliasing inconsistency
I have a situation where anti-aliasing is not perfect under Chrome and Firefox, but perfect in Internet Explorer 9.
The code, simplified is:
ctx.scale(zoom, zoom);
for (var i = 0; i <= 100; i++){
...
2
votes
0answers
234 views
iPad “3” HTML5 Canvas Drawing Resolution
I've been toying around with iPad and HTML5 but since the display is retina, the text on my screen seems to be of low resolution. As do lines drawn with lineTo/moveTo/stroke. Note the text is drawn ...
2
votes
0answers
40 views
how to check touch on a particular bitmap among multiple bitmaps drawn on a same canvas in android?
I need a help to check onTouch event on a particular bitmap among multiple bitmaps drawn onto same canvas...
I can move that bitmap among all but problem is that it is moving on touch of whole canvas ...
2
votes
0answers
183 views
GWT - Unexpected scrollbar appeared in GWT-DataGrid while using Canvas
I found a bug that there will be some unexpected scrollbars appeared in GWT-DataGrid when using Canvas in the same area. No matter what functions of Canvas I used, even if I just use Canvas to draw a ...
2
votes
0answers
524 views
Scrollbar now appearing in Firefox, not in any other browser. Just started July 5th
This is a firefox specific bug that just started today. IE and Chrome do not show any scrollbars. I'm making all the appropriate Facebook calls to autogrow the page.
I have in place
...
2
votes
0answers
205 views
Three.js canvas particles don't render with OrthographicCamera
If I take the Three.js canvas_lines demo and replace the perspective camera with an orthographic one:
- camera = new THREE.PerspectiveCamera( 75, window.innerWidth / window.innerHeight, 1, 10000 ...
2
votes
0answers
278 views
HTML5 Canvas optimization for a processingjs visualization
I wrote a processing.js visualization for displaying pair-wise information as a triangle-plot/heatmap.
Here is a working jsfiddle version: http://jsfiddle.net/timeu/uK6SB/
Performance is ...
2
votes
0answers
276 views
ExCanvas not working in IE7 and IE8 IFrame
I am using IFrame as a popup for IE7 and IE8 but am not able to make ExCanvas work on it. While I checked it out on the developers tools, I was able to see the changes in my canvas tags but was not ...
2
votes
0answers
138 views
How does ImageMagick perform under high load?
A small part of the app I am working on includes photo filters. I am currently in the research/mock up phase and have found the following options that seem to work well.
Server side processing with ...
2
votes
0answers
234 views
Django CSRF protection in Facebook Tab or Canvas App
Django's CSRF protection sets a cookie with the token on response and compares that to the token that is POSTed by the form. It appears in my Facebook Tab app that the csrf cookie is never being set ...
2
votes
0answers
278 views
drawing on rotated canvas (set diry regions)
I'm trying to create a custon ViewGroup that will display its child rotated. It seems to work fine, except not the whole canvas is being redrawn - it seems that only the part that was covered by ...
2
votes
0answers
240 views
Color of PorterDuffXfermode on Android Canvas
I'm using
mPaint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.CLEAR));
to erase Paint on my canvas and it works exactly as expected, although it draws a black path of where I'm erasing until ...
2
votes
0answers
225 views
Circular UI chooser with canvas
By touching and dragging a point in the circle, you should be allowed to choose certain values depending on the distance from the points Nx.
I'll explain in the first image you have a point P is at ...
2
votes
0answers
700 views
Camera on HTML 5 Canvas
first time poster here,
I have looked for a solution to this for days to no avail, if this has been asked I beg you to link me as I could not find it. Anyways, here goes:
I am working on a tile ...
2
votes
0answers
2k views
Using font-face fonts with canvas fillText
EDIT: Well, it seems that the font is loaded once it's used by an element on the DOM, so I just used a hidden Div with a text using the font-face font and it's working now... :)
I'm using this code ...
1
vote
0answers
22 views
How to add labels into Chart.js canvas plugin?
I'm using the awesome plugin Chart.js, and I'm trying to find the way of display labels within each percentage. So I googled it, and I found this pull: https://github.com/nnnick/Chart.js/pull/35
I ...
1
vote
0answers
10 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
29 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
42 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
42 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 ...

