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.
0
votes
0answers
29 views
Canvas element creating strange effect in internet explorer 9?
I am using a re-worked version of the hoverizr plugin that displays a canvas over the top of an image to do gray-scaling.
In every browser it is working fine, even IE9... Well except for one strange ...
0
votes
2answers
22 views
Get closed canvas shape in android
I am trying to draw a shape on the map in android. If the user draws a closed path, its fine. If the User draws a open path, then how do I close the path to make it look better?
Please see the ...
0
votes
0answers
37 views
WPF rectangle fill disappears
There was a huge part of question here, but by further investigations I found it's unrelated.
Preamble
I want to change fill of Rectangle dynamicaly from code-behind, so I get canvas defined in ...
1
vote
1answer
19 views
Context scaling breaks some drawing
I'm trying to draw on a virtual canvas of proportions 1x1 so that I don't have to constantly multiply out the actual dimensions.
This works perfectly when I draw circles, but it would appear as ...
-2
votes
3answers
49 views
Deducting from health [closed]
I have a hull and shield and I want when damaged to take the damage and deduct it from shield first and then when thats empty to take from hull. But if shield had 100 left and damage was 400 then the ...
1
vote
1answer
52 views
Drawing on Canvas and refreshing
I'm new to Android programming and now I'm trying to make a simple Sea Battle game for one person. Ships are places, player hits the field and see whether the shot hit or not.
Basically, the field ...
0
votes
1answer
30 views
Android: Different Devices place Matrix on different spots, despite same x and y
I am using this code Pinch zoom in android 2.1 (by kinghomer) within an Activity within a Tabhost. I am using that to display a background image, and then also display icons on that image. These icons ...
2
votes
2answers
53 views
How to print a canvas element?
I have a canvas element on my page. I draw an image over it and some data that the user entered. On a press of a button I want to send the canvas to printer, to print it on paper. I tried to use this ...
0
votes
0answers
19 views
Drawing on canvas and refreshing image
Hello and sorry for my bad English.
On my application, onDraw() method draws 10x10 field with lines using canvas.
Then, in other method I want some cells to be painted in yellow for example.
The ...
0
votes
1answer
50 views
HTML5 Game Canvas - Calculate speed and direction for bullet using last velX and velY
I am making a game in HTML5 Canvas.
I'm trying to get the bullets shoot relative to the players velX and velY (vx and vy), here's the code, the problem is that its speed should be constant.
Here's ...
-1
votes
0answers
34 views
is there a way of “inverting” a scale int (ex. 0.75 to 0.25 and 0.8 to 0.2) [closed]
Right now I have this.
177 is the pixel width of the image,
laptime is a counter between 0 and 177 to reset the width I'm changing.
288 is the right side placement of the aBar image that I'm ...
0
votes
0answers
72 views
My loop never ends?
for some reason my loop never ends and each one of the conditions seemes to keep getting looped over. I think its because when the frame == 4 that the clear interval is not working?
At the moment ...
0
votes
1answer
54 views
Cannot get set interval to work?
No matter what I do I cannot get this bit of code to work, the part where you set an interval in the draw method and will call the Loop method 4 times in two seconds, each call displaying a different ...
1
vote
2answers
22 views
Why on dynamically created canvas context does not work?
Look: http://jsfiddle.net/MrHIDEn/QYL3t/
This code draws 3 boxes Reg,Green,Blue but context("2d") from Blue does do nothing. Why?
HTML:
<div id="divR">
<canvas id="cvsR" width="100" ...
0
votes
1answer
28 views
Canvas in bootstrap 'thumbnail'
I am trying to fit a canvas element inside a 'thumbnails' class div (From bootstrap). Inside this canvas I want to draw an image and then draw something over it. The problem is, with my solution, the ...
0
votes
1answer
113 views
View not showing all content after scaling down
After using the View.setScaleX() and View.setScaleY() methods to make my view smaller, the result only shows the content that was already displayed, leaving out the rest that didn't fit on the screen ...
0
votes
1answer
67 views
Can I plot HTML5 Canvas x/y points programatically using jQuery with external JSON data?
I've got an HTML5 canvas 'join the dots' type thing going - 2 lines with dots at their angle points - this is fine but I want to plot the X coordinates programatically with external JSON data (pulled ...
-1
votes
1answer
34 views
Two.JS Point on Curve
I have a Two.JS Polygon Object.
Now I want the x/y position of a point (the point's position is given on the curve in %)
A Two.JS Polygon has the property ending. You can give a number between 0 and ...
-1
votes
0answers
64 views
is this how set interval works
for an animation I am just wondering would this be the right way to go about it and wold it work? I want to display an animation of 4 images one after another for half a second each, I want them to be ...
-1
votes
0answers
49 views
How to get the active image object attributes(id, src) drawn on canvas html5
I am making a tool to draw images on canvas, according to which user can click on the images shown on left sidebar, then the images are drawn on the canvas, i am using fabric js library to darg, drop, ...
0
votes
1answer
74 views
Save Canvas As Image to phone storage Phonegap
I have an application that uses Canvas to create custom images. I have been able to hack all of it except being able to download/save the image to the user's phone storage, I have tried using the ...
2
votes
1answer
51 views
HTML5 Canvas wrapping an image on an object
I am building an app which allow users to upload a picture and postion it on an object like so :
Becomes
There will be different view of the object, maybe 6 or 8.
Any suggestions on what would be ...
2
votes
1answer
27 views
Prevent Image from Scaling Proportionally with HTML5 Canvas
I would like to be able to drawImage on a HTML5 canvas element where the image is resized to the canvas width but does not adjust the height. Essentially I want it to crop the height to the canvas ...
1
vote
1answer
45 views
Moving an image in an canvas on page load
Demo
var stage = new Kinetic.Stage({
container: 'container',
width: 578,
height: 200
});
var layer = new Kinetic.Layer();
var imageObj = new Image();
imageObj.onload = function() ...
0
votes
1answer
32 views
MVVM Wpf Dynamic Drawing
We are working on building a desktop application that will be graphic centered. I think we are going to be using WPF since we are a .net shop.
The basic idea is that we have our model data stored in ...
0
votes
3answers
64 views
Load bitmap into canvas and draw over it
I like to make an app, something like a little paint, I have to get a bitmap, draw it on a canvas and next, draw over it (with figer)... So, I actually have this code:
import java.io.File;
import ...
0
votes
0answers
13 views
Image in the background of drawn canvas
I tried the following without success:
Bitmap mBackground = BitmapFactory.decodeResource(getResources(),R.drawable.chart_bg).copy(Bitmap.Config.ARGB_4444, true);
canvas.drawBitmap(mBackground, 0, 0, ...
0
votes
1answer
39 views
Canvas drawImage from json data
I have a JSON array that I am receiving from PHP the array is an indexed array and is in this format only larger
[
[
[17, 28, 1, "z"],
[28, 31, 6, "b"],
...
0
votes
0answers
17 views
Is it possible to combine Lightbox with window.location
I want to combine the html5 canvas element with the lightbox. I am drawing some shapes in a dynamic way and want that the page can show additional information about the shapes when the user is ...
2
votes
2answers
70 views
HTML5: Inverse text-color on canvas
I want to draw text on a canvas in the inverse color of the background (to make sure the text is readible no matter the background color). I believe in oldskool bitblt-ing, this was an XOR operation.
...
0
votes
1answer
28 views
HTML5 Canvas Size Issue
I've begun playing about with HTML4 translation to move a basic image from 0,0 on the canvas to the midpoint. For some reason, the image shoots right off the side of the canvas despite having the ...
0
votes
1answer
38 views
Wait for multiple models to load in an Ember View
I have an Ember application that makes use of a canvas element. I'm using the following models:
A Kit hasMany Positions hasMany Components hasMany Features
Map route object that loads the model ...
0
votes
0answers
22 views
Canvas save and restore methods. Drawing Path with Animation
I use the following code to draw strokes (with Animation) on my Canvas:
if (i < strokes.length && j < strokes[i].length)
{
if (i == 0 && j == 0)
{
path.reset();
...
2
votes
2answers
31 views
Convert small part of a canvas to png
I turning my html5 canvas into a png using the following code:
var canvas = document.getElementById("mycanvas");
var img = canvas.toDataURL("image/png");
document.write('<img ...
0
votes
1answer
48 views
HTML5 Canvas follow object
I'm making an HTML5 game and I'm new to this, My issue is that I'm making a 2D game and
I have a background that is bigger than my canvas.
I need that when my main object moves the camera moves with ...
1
vote
2answers
49 views
Adding a stencil on a black overlay with CSS - Inverted circle mask
I have an iPhone screenshot (jpeg background) with a black overlay (with some opacity). I need to dynamically add a round stencil with a specific radius that overrides the black background so that it ...
0
votes
2answers
55 views
HTML5 Canvas slideshow
I'm trying to make a slideshow with html5 canvas and found this this which is working.
Anybody an idea how to get out of the loop?
if (counter > maxNum) counter = 0;
Insstead of counter=0; I ...
0
votes
0answers
23 views
Struts2-jquery-plugin chart save as image
I am using struts2-jquery-plugin to render a chart (sjc:chart) based in some values (Chart Tag Link).
I would like to know if it is possible to save the rendered chart into an image, in order to use ...
0
votes
1answer
51 views
Should I use SVG or Canvas for a Paper Doll Game?
I'm working on creating a new version of my paper doll game here.
Right now it's in Flash. I'd like to update it to HTML 5, but I'm not sure whether to use SVG, or images drawn in Canvas, or pngs ...
0
votes
1answer
20 views
Can XDomainRequest be used to load and draw images?
I am loading in images from a server on a different domain. The images are CORS-enabled (they have this header: Access-Control-Allow-Origin: *). In modern browsers, using image.crossOrigin = '', I am ...
0
votes
0answers
14 views
Hot to detect transparent regions in a bitmap
I want to detect the transparent regions in a bitmap and draw borders in those regions when interacting with that bitmap. for example if I have a bitmap with a transparent circle (or any other shapes) ...
7
votes
1answer
135 views
CamanJS - replace instance
If I have an image that I apply a filter to, e.g. Lomo filter, is there way to make that the current Caman instance?
Meaning, if I then want to then play about with the brightness on the image that I ...
0
votes
2answers
31 views
Get Event for changing width of canvas
When I change my canvas width on runtime, can I get an Event when the width of my canvas change ?
Changing my width on runtime trough:
myCanvas.width = myCanvas.width + 1;
Is there an event like:
...
0
votes
1answer
76 views
How to decompose a Canvas to 6*6 cells
Now, I create a Canvas as my 2D RPG's Map . Indeed, I create a array cells[6*6].
int x=6;
int y=6 ;
bool[,] cells = new bool[x,y];
for (int i = 0; i < x; i++)
...
0
votes
2answers
67 views
Drawing line in Canvas having issue
I'm currently working on an iOS app which uses HTML 5 and JavaScript for drawing Graphs.
I just did a sample App.
My Code:
<!DOCTYPE html>
<html>
<head>
<script ...
0
votes
1answer
18 views
Only event onclick work with canva and easeIJS
I'm using canvas and the framework easeIJS for build a isometric map.
So, I have a function for add a tile on my map :
p.addTile = function ( $tile, $x, $y, $z )
{
$tile.posX = $x;
...
0
votes
1answer
26 views
How to change labels on a rgraph dynamically?[html5]
Basically I have a graph and I want 'Sunday,Monday,Tuesday..' on the X-axis. But this information I'm getting from the database and depending on the inputs(i.e the dates) I want my x-axis to display ...
0
votes
1answer
24 views
Add gradient to HTML5 Circle from top to bottom
I'm trying to recreate my site's logo in HTML5 canvas for a bit of fun and to learn along the way. So far I've created the basic shapes, but I'm not sure how to add a gradient to the circle, so it ...
0
votes
1answer
37 views
Jquery / HTML5? Possibly canvas? line manipulation [closed]
A little problem I have...
Imagine a ractangle say 500 x 250. (easy bit)
Within the rectangle there is a line accross the whole width.
I would like the user to be able to drag this line up and down ...
0
votes
0answers
18 views
Can't get Dejavu Serif Bold to work as a font for HTML Canvas, what gives?
So I have a jsFiddle containing a canvas with a screenshot/image drawn on it showing my text being displayed in a font manager using the correct font (Dejavu Serif Bold) and displaying correctly. Then ...




