1
vote
2answers
32 views
Flash vs. (Ex)Canvas vs. SVG/VML
Hi Guys,
If you were to design a graphics-heavy interactive web application (say a game like Mario Bros.) today, which of the three available technologies would you prefer - Flash …
0
votes
1answer
33 views
Bezier timed animation path
Hi,
I'm trying to define a path of points. Each point has an x, y, and time. I then want to query this path and get the current position at that point in time. Let me share som …
1
vote
2answers
28 views
How can I tell if a javascript object is an Image or a Canvas?
I have a class with a property that can be an Image (i.e. an IMG element) or a Canvas. When I serialize it to JSON, I need to convert this to a text string. If it is a Canvas, then …
0
votes
0answers
33 views
Issues with re-rendering objects on a canvas - Java
Hi, guys. I'm having some serious problems with this, have been working on it for some time now - about 2 weeks - and I just can't see the issue I'm having here. I'm sure I'm makin …
1
vote
1answer
37 views
JS/Canvas single line animation
Hello everyone,
I'd like to make an animation of a single line using JavaScript and Canvas tag. I'm able to do it without any problems, except:
it works fine if you're trying to …
-1
votes
2answers
39 views
Ajax-ish updating of a canvas element
Ok this is more of general technology/approach question.
We have a very simple web 'app' which is basically just a canvas element. We're using javascript to draw a 'fancy UI' on t …
3
votes
3answers
82 views
How do I programmatically position a canvas in Silverlight?
I'm using Silverlight 3/C#, and I'm trying to create some XAML objects programatically in response to a user clicking on a button.
However, I can't seem to position a Canvas objec …
2
votes
1answer
77 views
I just want to rotate and move the image!! (Javascript, <canvas>, html 5)
http://gist.github.com/232194
I know it's something wrong with my transformations in drawGuy. Can anyone help me figure out how to rotate just the image? Currently it rotates fine …
1
vote
2answers
55 views
Create reflected image with HTML Canvas?
I have the following code which tries to combine a vertical mirrored image with a transparent to background color gradient. When combining these two effects it fails, do I need to …
1
vote
6answers
127 views
Is it an anti-pattern to modify JavaScript’s built-in prototypes?
I understand from this post, that it's an anti-pattern to modify Object's prototype in JavaScript. I was curious, however, if it's widely considered to be an antipattern to modify …
1
vote
3answers
132 views
HTML5 Canvas resize to fit window
How can I automatically scale the HTML5 <canvas> element to fit the page?
For example, I can get a <div> to scale by setting height and width to 100%, but a <canvas> won' …
0
votes
1answer
24 views
Which has better rendering performance, Stackpanel or Canvas+TranslateTransform? WPF/Silverlight
I always use a Canvas when I'm laying out my visuals usually because I will need adjust the RenderTransform.TranslateTransform to animate in some way. A colleague recently told me …
1
vote
4answers
191 views
Drawing and clearing the desktop canvas with Delphi
I'm trying to draw over the whole screen by using the desktop canvas and painting to it directly. The problem is I can't clear that desktop canvas. I've tried setting the canvas.pe …
0
votes
1answer
17 views
Clickable lines and circles with HTML Canvas
I'm thinking of making an application where at some points a graph is displayed that maps people over time and space. The vertical access is location, the horizontal access is time …
0
votes
1answer
48 views
rendering web page as thumbnail
Hi,
I asked this question earlier, since i am a little new to firefox extension development, the canvas thing for firefox went a little over my head. Apologies for reposting this a …
