0
votes
1answer
21 views

Checking width of string in html canvas

Hello all I've tried relentlessly to write a script that will check the width of a string and if it is greater than a certain amount, lower the font size and draw it again. Except this is not working. ...
2
votes
0answers
37 views

How to sign and convert integers in Javascript, output to HTML canvas, and reverse process?

I'm attempting to convert images (using HTML canvas) from RGB to the YCoCg colour space, and save the output from canvas as a PNG, which can be converted back losslessly, based on code from here: ...
0
votes
2answers
34 views

Fitting element into table cell

I am trying to fit a canvas element into a table cell with no padding at all, i.e. I want no margins between my canvas and top/bottom of the cell. Therefore, I define row height as 20px and canvas ...
3
votes
4answers
71 views

Html over the Canvas?

Can someone clear up some some confusion on my part. Is it possible to have html over the top of a canvas? I keep reading that you can't have GUI elements such as Jquery with Canvas, but then I read ...
2
votes
2answers
42 views

Canvases in table, weird padding

Intro: I'm making a website and I want to make a <table/> with <canvas/>es in it. What I have done: I made a <table/> with some <canvas/>es in it so I can draw in them. ...
2
votes
1answer
44 views

HTML5 canvas clearing and redrawing with for loop

I'm playing around with JS and found a small HTML5 game tutorial that I thought would be cool to modify. (This is the outcome: http://www.lostdecadegames.com/demos...e_canvas_game/ ) So I modified it ...
1
vote
0answers
47 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 ...
-4
votes
0answers
31 views

Canvas Game - Key holding fails [closed]

There's a glitch in this game, when changing direction and holding key down the player stops for a second and then starts to move, why? Here's the game: http://shijupz.net46.net/ Do anyone know how ...
0
votes
1answer
49 views

Is it possible to take a screenshot of the entire web page using canvas? [duplicate]

This is my last piece of code: var canvas = document.getElementById('my-canvas'); var ctx = canvas.getContext("2d"); // Draw the window at the top left of canvas, width=100, height=200, white ...
0
votes
0answers
38 views

Canvas draw advanced circle with thorns on

I know how to make circles and circle shapes with the mathematical PI, but I don't know what I am going to do if I want to make something like this: http://imgur.com/jKh3nMq (a circle with five ...
0
votes
2answers
36 views

Library for drawing resizable vectors with Canvas? [closed]

I'm wanting to make a simple HTML5 drawing application. However, there are plenty of tutorials out there for doing just that. I have one other requirement I wish to pursue I want it so that for ...
-1
votes
0answers
29 views

Increase collision detection accuracy [closed]

I am working on a game using the HTML 5 canvas and JavaScript; I was wondering how I could make the collision detection more accurate. The current state of the website is here:Asteroid field Here is ...
0
votes
1answer
82 views

html2canvas - SecurityError: The operation is insecure

I have used html2canvas.js in my project for convert my element(body) into canvas and then convert canvas to image. My element contains images that load from cross domain. Canvas create from element ...
1
vote
3answers
37 views

Draw images on in the middle of a canvas

I'm making a photogallery, but all my images are painted in the origin (0,0). canvasContent.drawImage(arrPhoto[currentIndex], 0, 0); How can I make sure that my images are drawn in the middle on ...
2
votes
1answer
61 views

How can I make my HTML5 canvas arc less pixellated, or more anti-aliased?

The following arc is drawn in HTML5 canvas. How can I make the outside of the arc smoother and less pixelated, or more anti-aliased? This is the code used to create the arc above var canvas = ...
2
votes
1answer
45 views

Non-Canvas graphics in web pages

I am a complete novice at web development and I am wondering a few things about graphics rendering using JavaScript (not Flash or some other plugin). For example, is it possible to render arbitrary ...
0
votes
2answers
43 views

Set canvas as a “circle” - allow nothing to draw outside the circle

I've created a canvas element and set it's width and height. Then I've set the border-radius on the ID of the canvas so that the canvas looks like a circle. However, if I draw something outside the ...
1
vote
1answer
118 views

Basic Animation effect - should I use jQuery or HTML5 Canvas?

I'm currently working on a very basic animation for my web page at the moment. I'd like to move one element (.item1) from the bottom into a container. Once this move is completed, I would like to ...
0
votes
1answer
69 views

Send canvas with form, create PNG and name it

I am intending to send the canvas image along with the form information to the server. This will then save a PNG named with the information from the form. At the moment the PNG that is written can't ...
1
vote
2answers
64 views

HTML 5 Canvas - text to polygon

I need to create an array of points (polygon) that represent the outline of a string draw to a canvas in Javascript. Similar to the Java 2D Shape API, where you can create a Polygon object from text. ...
0
votes
1answer
96 views

Send canvas and form to server save image with custom name

I am trying to send the canvas image to the server. Hi everyone I know this has been asked a lot. (I've already asked it once before) The form data is sent too and this is used to name the file sent ...
0
votes
0answers
23 views

If two shape overlaps, how are the pixel determined in this html canvas jsfiddle

Here is the fiddle http://jsfiddle.net/DV9Bw/526/ there is 2 strokeRect, one red other blue, at the part where it overlaps, if you do a mouse over, the pixel at the overlapped coordination is ...
0
votes
1answer
30 views

I cant find a way to change the canvas size

I found this amazing code (props to the creator) online and i have been playing with it but i cant find how to change the canvas size. Like the width and length of it. Can anybody help please? Thank ...
0
votes
1answer
47 views

CanvasJS Multiple Charts

Im working with a quiet nice little js tool called CanvasJS. It works perfectly fine until I needed it to display more than one Chart at once. Right now it just displays the last entry. Enerything ...
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 ...
0
votes
0answers
29 views

Canvas is not scrolling on Mac (Chrome and FireFox)

I have a canvas as follows: <div id="parent-div" style="position: fixed; height: 596px; overflow: scroll;"> <div class="second-div"> <canvas tabindex="1" style="position: ...
0
votes
1answer
82 views

Flot graph tick label

I am trying to rotate the label on my X-Axis on my flot graph in a similar way a user asked here - Rotate Flot Tick Labels The problem I am facing is that it looks like the CSS selector for the ...
-1
votes
1answer
74 views

How to get data from HTML form and use it in HTML canvas script

I'm doing a game using HTML canvas and I put on the HTML page several input boxes inside a form in which the user is to put the level's password so he can go on to the next one. But the problem is ...
0
votes
1answer
24 views

Canvas.doDataUrl not working when image on canvas

I understood it will work only for local images. Can anyone post working code that does this? I've tried the following - var base_image = new Image(); base_image.src = ...
1
vote
1answer
49 views

HTML5 canvas perform inconsistent when difine its width and height using ID selector

My html file is very simple: <body> <canvas id="canvas" width="900" height="400"></canvas> <button onclick="DrawSVG()">Draw SVG</button> </body> When click the ...
0
votes
0answers
86 views

Canvas - Fade out speed based on remaining time in setTimeout

I have a canvas which loops through a series of images. The canvas is hidden after a set time determined by how fast the images loop using a setTimeout. However between the last image and the time the ...
0
votes
1answer
79 views

Loop through folder images in Canvas

I'm trying to have the canvas element on my page loop through a set of images within a folder. I've figured out how to set the image on the canvas but im not sure how to do multiple images one after ...
0
votes
2answers
38 views

Getting the Canvas element to Cover my header/nav

Im trying to get my canvas to cover my header and navigation panel but it's just stacking on top even though it's got a greater Z-index. Is I use position absolute, it goes over the elements I want ...
2
votes
1answer
49 views

Div containing canvas have got a strange bottom margin of 5px

I'm facing a strange problem. in short : When we put a canvas in a div and set the size of the canvas, the div is automatically 5px bigger than the canvas whereas I expect it to get the exact same ...
1
vote
0answers
76 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 ...
3
votes
2answers
68 views

Drawing image on canvas - larger than real

I want to draw an image from jpg file on canvas. My code: var canvas = document.getElementById('my_canvas'); var ctx = canvas.getContext('2d'); var imageObj = new Image(); imageObj.onload = ...
0
votes
1answer
114 views

If/Then Javascript to Display HTML Code

I have some html5 and javascript code to create a spinning roulette wheel. It is split up into 14 outcomes. My question is, how can I get some unique HTML code to display per each outcome of the ...
0
votes
1answer
74 views

canvas image size in html5

var canvas = document.getElementById("canvasPnl"); var context = canvas.getContext('2d'); var locationtxt = "Latitude: " + position.coords.latitude + ", Longitude: " + position.coords.longitude; var ...
2
votes
3answers
69 views

Cut through a canvas element with text/no images

I want to make an element where the text is transparent and the rest of the div is solid, so that if it's fixed position, you can see through the text to the background. I'd normally just use an ...
2
votes
3answers
49 views

Recommended way to redraw an html canvas from inside a loop using setTimeout [duplicate]

I have researched a lot, mostly in SO, about setTimeout being "not blocking", and so being not suitable to be used inside a for loop, since the loop keeps going on and one while the function calls ...
0
votes
3answers
87 views

Calling function from external JS

I am trying to call a function from an external .js file but the console is returning errors and the function is not being called. How do I correct my code and be able to call the function properly. ...
-1
votes
1answer
57 views

phonegap zoom in can't slide to other part of zooming

I have add the follow following code to enable zooming in my jquery apps. <meta name="viewport" content="user-scalable=yes" /> Below is my code for in body: <div id="header" ...
1
vote
3answers
179 views

How to set canvas on top of image in html

Say I have a index.html with a canvas in it: <html> <head> </head> <body style="text-align: center;background: #f2f6f8;"> <div style="display:inline-block;width:auto; ...
0
votes
1answer
55 views

Canvas: Click event on line

Please take a look at this little example. The clickhandler only works if you click in the middle of the line. It seems that the method isPointInPath does not consider the width of the line. Is there ...
0
votes
2answers
218 views

Canvas: Mouse Events

I know it is not possible to add eventhandlers to specific circles or rectangles in canvas. But there are some nice frameworks like EaselJS, KineticJS, Paper.js, Fabric.js that support the ...
1
vote
1answer
49 views

Canvas selectable over div

I have a HTML5 canvas on which I perform some actions and catch some events. On the canvas(over) I have 4 divs. Is it possible to see the div's and the content of the divs but make them act invisible. ...
0
votes
1answer
37 views

I want to draw a line from the center of the bottom from a div to the center of the top from another div?

Ok I know! It sounds a little bit weird (probably cause of my english which isnt perfect, but I hope you guys understand me so far) but I want to draw a line (with HTML5) from a div to another div. ...
0
votes
3answers
360 views

Preload font HTML5, JS, Kinetic.js?

I have a custom font (*.ttf), that I am using to write text on the HTML canvas using Kinetic.js. Unfortunately, on the first loading of the page it is not using my custom font, when reloading the ...
1
vote
2answers
117 views

Can you load an img tag's src inside javascript file and then draw it to the canvas?

index.html <html lang="en-US"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=8" /> <title>DCView</title> <script ...
0
votes
1answer
33 views

How to get x and y from canvas in center of window

I have been unsuccessful at trying to get the mouse coords on a canvas that sits in a div with auto margin. I have a fiddle set up and Im hoping that someone can see what the problem is. The logic ...

1 2 3 4 5 11