The canvas element is part of HTML5 and allows for dynamic, scriptable rendering of 2D shapes and bitmap images. It is a low level, procedural model that updates a bitmap and does not have a built-in scene graph.
0
votes
0answers
4 views
Raphael.js analytics - is it poss to show 2 charts on same page displayed vertically?
Is it possible to show 2 Raphael.js analytics charts with different data on the same page? Also is it possible to show the charts vertically instead of horizontally?
If anyone can point me to an ...
0
votes
0answers
9 views
How to scale elements and avoid height gap in the div
How can i rescale all the element inside a Raphael canvas on div change ?
considering the following code / DEMO if i re-size my window only div container scaled since i set its width to 50% of the ...
0
votes
0answers
5 views
is requestAnimationFrame needed when drawing to a hidden canvas?
I have code that paints to a hidden canvas style="visibility: hidden" and then plots this hidden canvas onto one that is visible on screen.
Now as far as I understand, with the hidden canvas drawing ...
0
votes
3answers
21 views
How to restore a canvas to status saved in another function?
I want to save the status of a canvas in a function draw1(), and restore it in another function draw2(). So I wrote following code. But it doesn't work.
<canvas id="canvas" style="width:500px; ...
-1
votes
1answer
14 views
Canvas Fireworks
I'm trying to customise this script so it initiates after the mouse has been clicked.
You can view the code here, it's a long one so it will be easier for you to see it here ...
0
votes
1answer
23 views
How to use Flot canvas plugin
I am building a Rails 3.2.11 app with Flot. I want to render my Flot charts in PDFs using Prawn. My Flot charts render in the browser fine. I can create Prawn PDFs fine (though not with chart images ...
0
votes
1answer
25 views
HTML5 Canvas - Mixing multiple translate() and scale() calls
I just wonder how do the Canvas transformations work. Lets say i have a canvas with a circle drawn somewhere inside of it, and i want to scale the circle, so its center point will not move.
So i ...
0
votes
1answer
28 views
Drawing video from plug-in to HTML5 Canvas
Through my research it seems clear to me that there isn't really a solution for playing a continuous h.264 video stream through the HTML5 video tag, and that a plug-in will be necessary to play the ...
3
votes
1answer
35 views
Load local image into canvas without using file API
I am creating a javascript application that is communicating with a REST web server, to add an image I have to convert it to base64. To convert the image to base64 I was going to use canvas ...
-1
votes
1answer
31 views
0
votes
1answer
25 views
Stop canvas flicker on re-render
I have written a jQuery plugin that will render four polygons onto a canvas and fill them with an image.
When you mouse over a polygon it is moved to a separate top layer and re-rendered so it ...
0
votes
2answers
21 views
paint application with kinetic js
I have made a drag and drop application in HTML5 canvas with kinetic js. Can we also add the paint brush functionality to the same canvas using kinetic js? If yes, please share the link for one such ...
0
votes
0answers
58 views
Save image from dynamically generated img tag
I've used HTML5 capabilities of accessing the camera, so I took a snapshot using canvas object, converted the canvas object to an img element (img tag) using canevas.doDataURL("image/png").
This is ...
0
votes
1answer
42 views
Creating a cross on an image inside an HTML file
I have an image inside my page. After some javascript trigger event I want a cross appear on the image. Image will still be visible but cross will be on top.
What is the proper alternatives for this?
...
0
votes
1answer
20 views
Why doesn't fabricjs canvas update properly after object.center()?
Add an object to a fabric canvas
call object.center()
error: http://jsfiddle.net/tBnfL/
It seems the object is now in two places. It's visually rendered in the center, but the mouse cursor sees it ...
0
votes
1answer
17 views
Translate a rectangle in canvas
I am unable to clear a rectangle completely using clearRect method which is being translated on canvas across X direction. The problem can be seen live at JS Bin - Link to demo
JS code
(function() { ...
-2
votes
2answers
39 views
Project questions [closed]
I have to make a project that is like a game.The usser connects with an username and pass and starts the game.The game consists of photos of celebrities taken from flickr.The photos are blured and the ...
2
votes
2answers
120 views
understanding html 5 data attribute
I am fairly new to javascript/jquery however i am making all efforts to understand what i am doing. I was inspired by diesel site. On this site data attributes are used for the text blocks on the home ...
0
votes
1answer
21 views
Unable to draw a rectangle in the correct position with mousemove event handler in canvas
I am attempting to make a pong clone using canvas. I however seem to have a misunderstanding how the coordinate system works in canvas in regards to events.
I have created a playerPaddle class. With ...
0
votes
1answer
26 views
How to re-render html element in canvas element
I have short question.
Is possible render Google maps or Bing maps to hidden element and re-render in canvas with sepia and blur effect?
I think not, so, is possible do this with any kind of todays ...
3
votes
2answers
53 views
Show drawing process using JavaScript and HTML5 canvas
I am currently trying to make a little pythagoras tree application using JavaScript/JQuery and a HTML5 canvas.
The algorithm works fine but sadly I am not able to see the process of drawing. The UI ...
1
vote
0answers
21 views
Convert Canvas DataURL to image for posting to Facebook
I have a canvas that I am saving to a DataURL, and I could right click it and save it as an image to my files, but how do I convert it to an image either on the client-side or server-side(Rails) for ...
0
votes
2answers
33 views
Saving canvas with 300dpi (imagemagick) and todataurl / base64
I have a problem saving my canvas. I think that is because my canvas is too large. I have asked for help here:
Elements on the canvas disappear w/ jsfiddle
canvas.toDataURL() for large canvas
… but ...
-2
votes
1answer
35 views
Kineticjs Stage Cordinates after scaling
I'm using KineticJS to allow users to free hand drawing shapes on canvas and I am successfully able to zoom in/out canvas stage by setting scale.
Challenge:
Am not getting the updated scaled ...
1
vote
1answer
22 views
drag-drop, resize images and then drawing features in 1 canvas
I am working on an application where the user comes and sees a blank area(div or canvas or whatever, lets call it mycanvas hereafter). Now he drags some images from outside(a div) and drops them on ...
0
votes
1answer
33 views
Why does the color of my lines gradually change in html 5 canvas?
I was wondering why the vertical lines(strokes) are slowing changing color almost like they are being gradiented towards the end
Below is an example of what i mean, this is using HTML5 Canvas
...
0
votes
1answer
25 views
ArcTo() not drawing arc
I've got the following HTML file:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Canvas Hello World</title>
<link ...
1
vote
2answers
50 views
Take a screenshot of whole screen using html5/javascript?
I am looking to take a full screenshot through a webpage, outside of the browser window. Basically, I am trying to build a help tool for both web-based apps and offline programs, and as a part of this ...
0
votes
1answer
16 views
How to create a fading mask in html5 canvas for a white background
I got a circular canvas animation and I want to fade out the edges. The solution I ended up with was to create a larger canvas to put in front with a radial gradient from transparent to whatever color ...
0
votes
1answer
45 views
Syncrhonous scrolling of 2 separate canvases on a single page
I have 2 canvases:-
<canvas id="myCanvas" width="915" height="650" style="border: 2px double #000000;"></canvas>
<canvas id="pharmacy" width="915" height ="320" style ="border:2px ...
0
votes
0answers
43 views
How to perform uploading file to a canvas using AngularJS IE?
I'am trying to debug this code on IE. This code use AngularJS with a file input. It works fine on Chrome.
$scope.file_changed = function(element) {
var files = element.files; // FileList object
...
1
vote
2answers
61 views
HTML5 Canvas performance very poor using rect()
I'm writing a game, which displays the score at the top of the screen in the following fashion:
canvasContext.fillStyle = "#FCEB77";
canvasContext.fillText(' Score: ' + Math.floor(score) + ' ...
1
vote
1answer
35 views
Liferay theme - html5
I am developing a portlet for Liferay (v6.0.5, runs on JBoss). I would like to use HTML5 (canvas to be more specific) in this portlet. How can I find, if the theme I am currently using on the portal ...
0
votes
1answer
33 views
Animated/ responsive/ live icons on rollover. Example given
I'm trying to find out how to recreate the effects of the icons here:
https://designmodo.com/flat/
especially the retina display icon with the moveable lens.
However, after 2 days of trying to look ...
0
votes
1answer
36 views
Canvas to Image in javascript?
I'm trying to transform a canvas on html image.
The canvas is display without any problem, in $('#image1') there are some data, but it's not display ? What i have forget ?
Here is a jsfidle with ...
0
votes
1answer
28 views
Create Canvas from image on javascript
I'm trying to learn manipulate image and canvas in javascript. I'm wondering why we can not do :
var urlimg='http://images.aviary.com/imagesv5/feather_default.jpg';
var can = ...
0
votes
1answer
24 views
Pulling variables/data out of a processing sketch in a canvas to javascript so I can trigger page functions with those variables
I am making an simple app where the user logs in and is then sent to a screen where they must tap a button as fast as they can for 30 seconds. I am using Processing to create the sketch with the ...
0
votes
1answer
28 views
Select options based on percentage
I need an efficient method to select options based on percentages.
For example, assume we have four colors: black, blue, red and white.
Now, I'm going to create an array filled with colors, except, ...
1
vote
2answers
72 views
How can I get this HTML5 Canvas paint application to work for both touch and mouse events?
Here is the source code of what I'm trying to do:
http://jsfiddle.net/3nGtM/
Javascript:
window.addEventListener('load', function () {
// get the canvas element and its context
var ...
0
votes
3answers
43 views
Add onclick and onmouseover to canvas element
I want to add an onclick, onmouseover and an onmouseout events to individual shapes in a
canvas element.
I have tried doing this with SVG in different ways and found no single method will
work in ...
0
votes
1answer
34 views
Fabricjs - how to clip only selected object?
I have tried old and latest 1.1.13 version of fabricjs and none of them can apply clipTo function on selected object only. If there is only one object and need to clip it, it's ok but when there are ...
0
votes
1answer
30 views
HTML5 Canvas API
Below script is not drawing the complete image on canvas. Trying to draw 400 * 346 px image from the sprite.Tested with chrome, safari, mozilla
<html>
<head>
</head>
<body>
...
0
votes
1answer
33 views
restoring a saved canvas always fails and errors
I have a canvas paint app I'm working on that uses mouse clicks to draw. Simple enough. There's a listener on mouseup that saves the current drawing vis-a-vis getImageData and sets a session cookie ...
1
vote
0answers
24 views
attach drop target to dragged object
In Kineticjs is it possible to attach a droptarget to the element being dragged.
I need to highlight the target when drop happens.
The code i am using is
circle.on("dragstart", function(e) { ...
0
votes
0answers
24 views
collision detection + mouse events in kineticjs
I am trying to do a drag & drop on a number of rectangle objects that are draggable.
There is another set of rectangle objects acting as container for dropping objects - I have added them to a ...
0
votes
3answers
52 views
passing a variable (id) from html to external js file with functions
I'm novel with javascript, and I trying to develop a webpage with dynamics graphs using for that canvas, html 5 and javascript. I wouldn't like to mix html "code" with javascript code, so I decided to ...
1
vote
0answers
66 views
HTML5 Canvas game development without using images
I am working on a rpg game development. My concern is- I don't want to use any image. I want to draw everything (seriously, everything..) using canvas drawing methods (lineto, bezierCurveTo, ...
-7
votes
0answers
26 views
Refining my HTML5 Project [closed]
Its hard to state what I need in the title since its multiple things,
I created a well known game where you pick up an item and an object get shooten at you in random direction then keeps bouncing ...
0
votes
2answers
41 views
difference between two images start positions in html5 canvas
var c=document.getElementById("myCanvas");
var ctx=c.getContext("2d");
ctx.strokeRect(50,50,200,200);
ctx.translate(100,100);
ctx.scale(0.751,0.751);
ctx.translate(-100,-100);
...
0
votes
0answers
41 views
Google Map APi 3 marker generation using html5 canvas
I am working with html and canvas for build marker for my maps and rotate it according with some orientation, what I have noticed is that my image loading is later than my response, I mean when I load ...







