Tagged Questions
1
vote
2answers
52 views
Chrome rendering SVG font on <canvas> with random characters
I'm doing a bit of work with html5 canvas, and I want to render text using an SVG font via CSS @font-face. Unfortunately Chrome seems to render SVG fonts on canvas as random strange characters. Using ...
0
votes
0answers
20 views
Canvas, images, patterns and Chrome
I'm using canvas for a graph.
I'm encountering several issues between canvas images and Chrome...
My first bug : I'm using an svg for a pattern. The svg is hosted in the same domain than the js ...
0
votes
0answers
26 views
Rendering of SVG as canvas pattern in Chrome
Well that's about it, I use an SVG image to create a pattern. The pattern displays in most browsers. Chrome however doesn't display the pattern.
if I put a png image as the source of my new Image() ...
0
votes
1answer
28 views
Why does the canvas context.fill(path) not work on Chrome?
This code would have worked on Chrome until recently.
var canvasB=document.getElementById('b');
var contextB=canvasB.getContext("2d");
contextB.width=50;
contextB.height=50;
...
0
votes
1answer
38 views
Uncaught TypeError: Object #<asteroid> has no method 'display'
its all in one file
its the start of a html5/javascript canvas game
it seems everyones solotion is linking libraries better (this is all one file)
or adding new when creating the object (which I ...
3
votes
4answers
94 views
anti-aliased large text in canvas
How can I make Chrome (left side) to use anti-alias like IE 10 (right side)?
I used this code so far. Do I need use a thin stroke?
0
votes
0answers
31 views
HTML5 / JavaScript Drag & Drop Issue in Firefox - Works fine in Chrome
I am using this drag and drop feature with the HTML5 canvas - works great in Chrome, but in FireFox it opens the dragged image in a new window instead of dropping it on the canvas. Any ...
0
votes
1answer
66 views
JavaScript Issue with Canvas - Fine in Chrome / Error in Firefox
Got some code that I am using to make a free draw tool on the HTML5 canvas. The code works great in Chrome, but in Firefox the mouse draws to a different point on the canvas. I have tried to research ...
2
votes
1answer
99 views
Image Preloading Canvas in Chrome
I have, to the best of my knowledge, preloaded all of my images successfully. In FireFox, everything renders just fine, but it refuses to show up in Chrome. I've already run into other random quirks ...
0
votes
1answer
369 views
Fabric.js canvas not catching mouse events on Google Chrome
Googled this a lot and didn't get any useful hint/solution.
I have this simple html page including some css styles, jquery, jquery-ui and obviously Fabric.js; on document.ready i launch an ajax call ...
0
votes
1answer
48 views
context.drawWindow in chrome equivalent
I know that only firefox extended the canvas object to include the context.drawWindow method, is there any known procedure for accomplishing what this method does in chrome?
1
vote
1answer
141 views
Draw images on canvas locally using Chrome
I have an HTML5 app that must be run locally. When I run the app and try to load image on the canvas, on Chrome I get the error message:
Unable to get image data from canvas because the canvas has ...
1
vote
1answer
78 views
Spawning large numbers of WebWorkers in Chrome/Firefox
I'm writing a simple JavaScript application that generates a Mandlebrot set fractal in an HTML5 canvas element. The algorithm to generate the graphic is easily parallelizable, so I'm using WebWorkers ...
0
votes
1answer
138 views
Performance Warning Processing.js
When I write Processing.js in the JavaScript-flavor I get a performance warning that I didn't get when I used Processing.js to parse Processing-Code. I've create a fairly simple sketch with 3d support ...
1
vote
0answers
25 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 ...
0
votes
0answers
133 views
ThreeCSG bug or the code is not valid? Three.js
(function() {
var start_time = (new Date()).getTime();
var arcShape = new THREE.Shape();
arcShape.moveTo( 50, 10 );
arcShape.absarc( 10, 10, 40, 0, Math.PI*2, false );
var geometry = new ...
1
vote
1answer
72 views
Google Chrome Frame & Big Canvas
I need to connect Google Chrome Frame to my project. It based on Canvas, a lot of big elemements.
Everything is all right, GHF works correctly, buy...
When square of canvas is greater than 216 it ...
0
votes
0answers
71 views
Left Border Error in Chrome with Canvas using Position Absolute
I've noticed that only recently the left-border on my Div is changing to be 1px smaller than it should be after I draw on the canvas underneath it. I've removed all extra code and files, and cut it ...
0
votes
0answers
91 views
Is there a workaround to Chrome's Canvas bug with missing pixels using lineTo
There is a known bug in Chrome's Canvas implementation where successive calls to lineTo will sometimes drop pixels at the corner: http://jsfiddle.net/rPJBr/2/
var cx = ...
0
votes
0answers
140 views
Canvas beginPath() issue (possible chrome bug)
For some time, I'm working on a canvas based drawing application however there is a problem I've encountered lately.
Some of the drawings look like there is a problem with their antialiasing. I know ...
3
votes
1answer
147 views
html5 canvas: maxWidth argument to fillText produces ugly results in Chrome
The maxWidth argument to fillText can be used to restrict the maximum width the text renders into, however, in chrome I sometimes get very odd results. Here is a particularly bad example where I need ...
0
votes
1answer
37 views
processing sketch not rendering in chrome..?
I'm using canvas for integrating processing sketch into webpage, it's working perfectly fine in firefox but not in chrome. Any idea what could have gone wrong.I'm simply using processing.js and canvas ...
4
votes
1answer
130 views
Can't draw on canvas of a certain size
For some reason, if the second canvas in the following code has a height of more than 526 pixels, nothing will draw to it in Chrome. It works fine as long as height < 527, and always works in ...
0
votes
2answers
141 views
HTML canvas fill difference on Firefox vs Chrome
Consider the snippet below - available on jsFiddle: http://jsfiddle.net/Xqu5U/2/
ctx = document.getElementById('canvas').getContext('2d');
ctx.beginPath();
ctx.fillStyle = '#FF0000';
for (var i = 0; ...
1
vote
1answer
150 views
Chrome HTML5 canvas scaling
From what I heard on S.O. and elsewhere, the ImageSmoothingEnabled option of the canvas context has been enabled in Chrome since v22.0. I can't seem to get chrome to respect this, or any other of the ...
0
votes
0answers
89 views
Can (Chrome's) HTML5 canvas display Adobe Typekit fonts?
I have a canvas that will display Verdana correctly, as long as I don't specify bold (in which case it defaults to Times. I would like to use Typekit fonts on the canvas, but it doesn't seem to be ...
0
votes
0answers
101 views
loadfromJSON not working properly when there are images in json string (fabric.js)
working on this for past hour.. I'm having problems with canvas.loadFromJSON when there are images in the JSON
the above image is from firebug console..
below are the 'a' and 'c' variables in the ...
-1
votes
1answer
219 views
Why is it taking so long to support hardware accelerated canvas (html) in Linux/Ubuntu? (Firefox/Chromium) [closed]
The Windows version of Firefox and Chrome have hardware accelerated canvas, how come this hasn't been done yet on Linux/Ubuntu? Is it Google/Mozilla's fault, or NVIDIA/ATI/Intel? What gives?
I can ...
0
votes
1answer
105 views
Converting local image to grayscale on canvas doesn't work on Chrome
I want to convert image to grayscale on canvas by using Kinetic.js. So I write the following code,
var stage = new Kinetic.Stage({
container: 'container',
width: 1000,
height: ...
6
votes
1answer
406 views
New HTML5 Canvas API support
I have found several posts about new functions in HTML5 Canvas API, like Path primitives or Hit Regions.
It seems that the current specification (4.8.11) has got these features:
...
0
votes
0answers
92 views
chrome 23 canvas issue when changing size
I'm trying to make a little canvas game, and i dont understand chrome behavior about canvas when resizing the canvas tag, let's see (get codes in MDN canvas documentation) :
http://jsbin.com/azisih
...
1
vote
1answer
85 views
Strange Chrome behaviour after create a new Canvas
After I created a new canvas, elements with absolute or relative position inside a div (also with relative or absolute) are not rendered correctly, including 'range' type inputs from chrome. Only ...
0
votes
1answer
229 views
Image drawn on canvas not displayed in Google Chrome
The following code with the 3 canvases works flawlessly with the latest IE and Mozilla FireFox. The third canvas (#drawingSurface3) fails on Google Chrome without any errors in the developer console. ...
2
votes
1answer
283 views
javascript canvas: chrome touch screen not working
I have a project created with canvas. This project works fine on every browser on my iMac (Safari, Chrome, Opera, IE, Mozilla). For this I have created a normal click function:
...
0
votes
0answers
97 views
putImageData doesnt working properly on Chrome for Android
I have an issue very strange with the method putImageData on a Canvas. If I call getImageData and then I call putImageData with the output of the first several times, the image gets blurry.
Here is ...
3
votes
0answers
963 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 ...
2
votes
1answer
895 views
screenshot canvas getUserMedia Chrome
I want to make a screnshot of the wecam video in Chrome beta.
The code only produces a screenshot of a small part of the video, what went wrong?
here the code:
http://jsfiddle.net/N9XKh/
0
votes
0answers
488 views
Unable to get complete image file from Canvas toDataUrl in chrome
I am trying to download image file(like save as) from server through a php file. On click of "Save button" in my html page I am using canvas' toDataUrl and sending it to the php file. I am able to ...
1
vote
1answer
73 views
Canvas drawing..strange behaviour
I have a problem with the canvas element. The code is really simple, but if I switch from my tab to another and after i go back, what happens is shown in the figure. Anyone has an explanation for ...
2
votes
1answer
221 views
How to create a lossless WebP image using toDataURL?
I'm trying out the WebP image format in Chrome using the canvas element. On MDN I saw that toDataURL accepts a second argument representing the quality of the resulting image.
I'd like to generate a ...
1
vote
1answer
1k views
Centering canvas-element in Google Chrome using KineticJS
In the following code sample I am using an image that is drawn onto the HTML5-canvas element. However, when testing this in Chrome it does not immediately center the image. IE doesn't have a problem ...
1
vote
1answer
1k views
Change cursor over HTML5 Canvas when dragging in Chrome
I was looking at how to change the cursor over an HTML5 canvas when dragging the mouse...
Came across this: Change cursor over HTML5 Canvas when dragging the mouse
seemed logical that an :active ...
4
votes
2answers
881 views
JavaScript freezing/crashing in Chrome
This is the fiddle: http://jsfiddle.net/36mdt/
After about 10-20 seconds, the display starts to freeze randomly and shortly after crashes. I cannot reproduce this in Firefox.
Profiling reveals ...
0
votes
1answer
398 views
Image not being displayed on first function call - HTML5/Canvas
The following code should display an image in a grid when I click the button. The issue is I have to click the button twice in order to see the images. I get the log output on both function calls, ...
1
vote
0answers
262 views
Yet another bug just happens in Chrome version 19 : Right clicking to “save image as” doesn't work when image src is in data-uri format [closed]
I have made cautious test and confirm that this won't happen in Chrome 18- and 20+ , but just happens in version 19! Everyone who is interested could generate an image whose src is in 'data-uri' ...
0
votes
0answers
174 views
HTML5 Canvas Cropping in Chrome (performance issue)
I'm rendering a map on HTML5 canvas running into an issue with Chrome. The performance is perfect in IE & Firefox but the map lags heavily in Chrome.
Unfortunately, each of the map pieces is 3000 ...
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
1answer
205 views
Canvas context “bezierCurveTo” has a bug under Chrome 16+ / Safari 5+
If stroking a bezier curve whose last control point overlaps first point, the curve shape won't display on canvas; The sample code is as
var cv = document.getElementById('cv'), cxt = ...
0
votes
0answers
348 views
HTML5 Canvas context fill doesn't work on Chrome
I have created a circular pattern generator using HTML5 canvas. I have used the arc to create circles and have placed them randomly on the canvas. Also, I have the circles filled with a random color ...
3
votes
1answer
431 views
canvas tag produces black block in chrome
This is very frustrating. If I don't set the height and width of the canvas, canvas draws just fine, but when I do set the height and width I get back a black box. I've stripped my code down to an ...

