Groupes
Groupes
Connexion
Groupes
Groupes
google-excanvas
Conversations
À propos
Votre avis
Aide
Chemin d'accès du groupe
google-excanvas
1 à 30 sur 206
Tout marquer comme lu
Signaler le groupe
0 sélectionné
blyman
,
pmac
2
06/12/2011
Anyone used excanvas with d3.js?
excanvas is a shim for Canvas, an immediate mode API, whereas d3.js requires a retained mode API (a
non lue,
Anyone used excanvas with d3.js?
excanvas is a shim for Canvas, an immediate mode API, whereas d3.js requires a retained mode API (a
06/12/2011
bungart1978
,
Ryan Schmidt
2
21/06/2011
fillText not supported
On May 19, 2011, at 16:41, bungart1978 wrote: > I want to place text in a canvas element. Normal
non lue,
fillText not supported
On May 19, 2011, at 16:41, bungart1978 wrote: > I want to place text in a canvas element. Normal
21/06/2011
Jose Dinuncio
03/03/2011
bluff+excanvas cut canvas in half on IE8
Hi, I'm using bluff (http://bluff.jcoglan.com/) with excanvas and css blueprint to render a pie
non lue,
bluff+excanvas cut canvas in half on IE8
Hi, I'm using bluff (http://bluff.jcoglan.com/) with excanvas and css blueprint to render a pie
03/03/2011
Cheeze5
02/03/2011
excanvas stopped working after applying KB2480217 on Windows XP
After a recent rollout of some MS security patches, multiple plotting libraries that use excanvas as
non lue,
excanvas stopped working after applying KB2480217 on Windows XP
After a recent rollout of some MS security patches, multiple plotting libraries that use excanvas as
02/03/2011
bibbrugge
, …
YF CAO
3
06/12/2010
excanvas - IE8 - how to make it work
i used it in my app. it work ok in ie8. 2010/12/7 Clemens Eisserer <linux...@gmail.com>
non lue,
excanvas - IE8 - how to make it work
i used it in my app. it work ok in ie8. 2010/12/7 Clemens Eisserer <linux...@gmail.com>
06/12/2010
dean carroll
,
Erik Arvidsson
2
30/08/2010
Weird display issues with IE
This makes me believe that the doctype is missing and the site is rendered using different modes. On
non lue,
Weird display issues with IE
This makes me believe that the doctype is missing and the site is rendered using different modes. On
30/08/2010
donuts
20/08/2010
drawImage placement problem
I am working on a game which uses the canvas element to, among other things, move images around.
non lue,
drawImage placement problem
I am working on a game which uses the canvas element to, among other things, move images around.
20/08/2010
Renato Formato
12/06/2010
Pattern no-repeat support
Hi, here is a patch against the HEAD to support no-repeat for patterns. It works with translations
non lue,
Pattern no-repeat support
Hi, here is a patch against the HEAD to support no-repeat for patterns. It works with translations
12/06/2010
Felipe Gasper
,
Fabien Ménager
2
15/03/2010
patch to fix broken IE6/7 support
Hello, the best way to submit this is to star this issue : http://code.google.com/p/explorercanvas/
non lue,
patch to fix broken IE6/7 support
Hello, the best way to submit this is to star this issue : http://code.google.com/p/explorercanvas/
15/03/2010
tazz_ben
, …
Aseem Kishore
3
12/03/2010
Is IE 8 Support Totally broken?
I'm guessing this is because <canvas> elements in the HTML are automatically initialized --
non lue,
Is IE 8 Support Totally broken?
I'm guessing this is because <canvas> elements in the HTML are automatically initialized --
12/03/2010
NikVdW
,
Erik Arvidsson
4
25/02/2010
excanvas & google closure VML
Hi Erik, thanks for your reply. I've found a temporary workaround by removing the #default#VML
non lue,
excanvas & google closure VML
Hi Erik, thanks for your reply. I've found a temporary workaround by removing the #default#VML
25/02/2010
CHEN SEI-LIM
24/02/2010
I think we should keep the id value
The EXCanvs is implemented by div element but not transferring the id value from tag canvas. I think
non lue,
I think we should keep the id value
The EXCanvs is implemented by div element but not transferring the id value from tag canvas. I think
24/02/2010
Felipe Gasper
2
14/02/2010
PlotKit/canvas in IE8?
Incidentally, I did get this working. -F Quoth Felipe Gasper on 2/3/2010 12:37 PM... > Does anyone
non lue,
PlotKit/canvas in IE8?
Incidentally, I did get this working. -F Quoth Felipe Gasper on 2/3/2010 12:37 PM... > Does anyone
14/02/2010
Felipe Gasper
03/02/2010
c71 breaks PlotKit in IE6/IE7
line 98 works if you change doc.namespaces.add(prefix, urn); to doc.namespaces.add(prefix, urn, '
non lue,
c71 breaks PlotKit in IE6/IE7
line 98 works if you change doc.namespaces.add(prefix, urn); to doc.namespaces.add(prefix, urn, '
03/02/2010
shaneosullivan
17/01/2010
onclick event is not fired when a shape is under the mouse.
Hi, I've attached an onclick event to a <canvas> element, eg <canvas onclick="alert
non lue,
onclick event is not fired when a shape is under the mouse.
Hi, I've attached an onclick event to a <canvas> element, eg <canvas onclick="alert
17/01/2010
radu
2
05/01/2010
Unknown runtime error test page
PS: If I create the canvas with createElement it's ok, the problem is when you put the canvases
non lue,
Unknown runtime error test page
PS: If I create the canvas with createElement it's ok, the problem is when you put the canvases
05/01/2010
radu
, …
Fabien
8
05/01/2010
dinamic canvas ugly head in IE8
PS: If I create the canvas with createElement it's ok, the problem is when you put the canvases
non lue,
dinamic canvas ugly head in IE8
PS: If I create the canvas with createElement it's ok, the problem is when you put the canvases
05/01/2010
Andreas Rosdal
, …
Jay Link
5
03/01/2010
Improving performance of drawing multiple images and clipping using Silverlight Excanvas
I have now created a new version of the game, which renders the map using DIV's with background
non lue,
Improving performance of drawing multiple images and clipping using Silverlight Excanvas
I have now created a new version of the game, which renders the map using DIV's with background
03/01/2010
CanvasNoob
,
AndrewSh2
2
18/12/2009
Adding a canvas dynamically
Try to put this code in window.onload: window.onload=function(){ //create canvas dynamically } On 26
non lue,
Adding a canvas dynamically
Try to put this code in window.onload: window.onload=function(){ //create canvas dynamically } On 26
18/12/2009
AndreasR
,
Fabien
3
17/12/2009
Javascript profiling in IE8 using excanvas silverlight
Thanks for the advice, Fabien. I'll give some of these tips a try. - Andreas On 17 Des, 13:58,
non lue,
Javascript profiling in IE8 using excanvas silverlight
Thanks for the advice, Fabien. I'll give some of these tips a try. - Andreas On 17 Des, 13:58,
17/12/2009
Clemens Eisserer
,
Fabien
2
17/12/2009
Benchmarks results?
I never looked for benchmarks comparing native vs ExCanvas implementation of the Canvas tag, but all
non lue,
Benchmarks results?
I never looked for benchmarks comparing native vs ExCanvas implementation of the Canvas tag, but all
17/12/2009
YF CAO
,
汤进伟
4
07/12/2009
Re: can you send me some VML learning material ?
我也不喜欢插件。 要是这些都用JavaScript实现就好了 2009/12/7 YF CAO <caoyong...@gmail.com> google的excanvas正是为了
non lue,
Re: can you send me some VML learning material ?
我也不喜欢插件。 要是这些都用JavaScript实现就好了 2009/12/7 YF CAO <caoyong...@gmail.com> google的excanvas正是为了
07/12/2009
Dean Edwards
, …
Bradley Neuberg
4
23/10/2009
You can get rid of the color table :)
Nice function. Very clever. On Thu, Oct 22, 2009 at 9:02 AM, Erik Arvidsson <erik.arvidsson@gmail.
non lue,
You can get rid of the color table :)
Nice function. Very clever. On Thu, Oct 22, 2009 at 9:02 AM, Erik Arvidsson <erik.arvidsson@gmail.
23/10/2009
Ole Laursen
,
Fabien Ménager
2
22/10/2009
Problem with long shapes
I think that the ones who want to plot 10000 points on the same series should really change their
non lue,
Problem with long shapes
I think that the ones who want to plot 10000 points on the same series should really change their
22/10/2009
Christophe VG
, …
Erik Arvidsson
4
21/10/2009
bug in textrendering using "pt" size
Fixed Thanks On Sun, Oct 18, 2009 at 12:15, Christophe VG <christ...@gmail.com> wrote: >
non lue,
bug in textrendering using "pt" size
Fixed Thanks On Sun, Oct 18, 2009 at 12:15, Christophe VG <christ...@gmail.com> wrote: >
21/10/2009
Vdovkin Konstantin
06/10/2009
globalAlpha and draw image
Hi, I download older versions of excanvas.js, and i saw, that value of globalAlpha attribute don'
non lue,
globalAlpha and draw image
Hi, I download older versions of excanvas.js, and i saw, that value of globalAlpha attribute don'
06/10/2009
Ross Snider
,
Dean Edwards
7
04/10/2009
Annoying selection in IE8.
Brilliant. That worked. Dean, thank you for spending your time working on my problem. - Ross Snider
non lue,
Annoying selection in IE8.
Brilliant. That worked. Dean, thank you for spending your time working on my problem. - Ross Snider
04/10/2009
Dédé
, …
Erik Arvidsson
3
02/10/2009
Excanvas Silverlight : toDataURL improvement using silverlight 3
I played around with WriteableBitmap but there does not seem to be any way to create an instance of
non lue,
Excanvas Silverlight : toDataURL improvement using silverlight 3
I played around with WriteableBitmap but there does not seem to be any way to create an instance of
02/10/2009
AndreasR
,
Damien
2
27/09/2009
image clipping using drawImage() with Silverlight plugin?
Hi, to have clipping work, you should apply patch included here : http://code.google.com/p/
non lue,
image clipping using drawImage() with Silverlight plugin?
Hi, to have clipping work, you should apply patch included here : http://code.google.com/p/
27/09/2009
goo...@petskink.net
, …
AndreasR
6
27/09/2009
Spam on this group
I agree that something should be done about the spam on this group... - Andreas On 25 Sep, 00:53,
non lue,
Spam on this group
I agree that something should be done about the spam on this group... - Andreas On 25 Sep, 00:53,
27/09/2009