Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
google-excanvas
Conversations
About
google-excanvas
Contact owners and managers
1–30 of 206
Mark all as read
Report group
0 selected
blyman
,
pmac
2
12/6/11
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
unread,
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
12/6/11
bungart1978
,
Ryan Schmidt
2
6/21/11
fillText not supported
On May 19, 2011, at 16:41, bungart1978 wrote: > I want to place text in a canvas element. Normal
unread,
fillText not supported
On May 19, 2011, at 16:41, bungart1978 wrote: > I want to place text in a canvas element. Normal
6/21/11
Jose Dinuncio
3/3/11
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
unread,
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
3/3/11
Cheeze5
3/2/11
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
unread,
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
3/2/11
bibbrugge
, …
YF CAO
3
12/6/10
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>
unread,
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>
12/6/10
dean carroll
,
Erik Arvidsson
2
8/30/10
Weird display issues with IE
This makes me believe that the doctype is missing and the site is rendered using different modes. On
unread,
Weird display issues with IE
This makes me believe that the doctype is missing and the site is rendered using different modes. On
8/30/10
donuts
8/20/10
drawImage placement problem
I am working on a game which uses the canvas element to, among other things, move images around.
unread,
drawImage placement problem
I am working on a game which uses the canvas element to, among other things, move images around.
8/20/10
Renato Formato
6/12/10
Pattern no-repeat support
Hi, here is a patch against the HEAD to support no-repeat for patterns. It works with translations
unread,
Pattern no-repeat support
Hi, here is a patch against the HEAD to support no-repeat for patterns. It works with translations
6/12/10
Felipe Gasper
,
Fabien Ménager
2
3/15/10
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/
unread,
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/
3/15/10
tazz_ben
, …
Aseem Kishore
3
3/12/10
Is IE 8 Support Totally broken?
I'm guessing this is because <canvas> elements in the HTML are automatically initialized --
unread,
Is IE 8 Support Totally broken?
I'm guessing this is because <canvas> elements in the HTML are automatically initialized --
3/12/10
NikVdW
,
Erik Arvidsson
4
2/25/10
excanvas & google closure VML
Hi Erik, thanks for your reply. I've found a temporary workaround by removing the #default#VML
unread,
excanvas & google closure VML
Hi Erik, thanks for your reply. I've found a temporary workaround by removing the #default#VML
2/25/10
CHEN SEI-LIM
2/24/10
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
unread,
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
2/24/10
Felipe Gasper
2
2/14/10
PlotKit/canvas in IE8?
Incidentally, I did get this working. -F Quoth Felipe Gasper on 2/3/2010 12:37 PM... > Does anyone
unread,
PlotKit/canvas in IE8?
Incidentally, I did get this working. -F Quoth Felipe Gasper on 2/3/2010 12:37 PM... > Does anyone
2/14/10
Felipe Gasper
2/3/10
c71 breaks PlotKit in IE6/IE7
line 98 works if you change doc.namespaces.add(prefix, urn); to doc.namespaces.add(prefix, urn, '
unread,
c71 breaks PlotKit in IE6/IE7
line 98 works if you change doc.namespaces.add(prefix, urn); to doc.namespaces.add(prefix, urn, '
2/3/10
shaneosullivan
1/17/10
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
unread,
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
1/17/10
radu
2
1/5/10
Unknown runtime error test page
PS: If I create the canvas with createElement it's ok, the problem is when you put the canvases
unread,
Unknown runtime error test page
PS: If I create the canvas with createElement it's ok, the problem is when you put the canvases
1/5/10
radu
, …
Fabien
8
1/5/10
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
unread,
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
1/5/10
Andreas Rosdal
, …
Jay Link
5
1/3/10
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
unread,
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
1/3/10
CanvasNoob
,
AndrewSh2
2
12/18/09
Adding a canvas dynamically
Try to put this code in window.onload: window.onload=function(){ //create canvas dynamically } On 26
unread,
Adding a canvas dynamically
Try to put this code in window.onload: window.onload=function(){ //create canvas dynamically } On 26
12/18/09
AndreasR
,
Fabien
3
12/17/09
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,
unread,
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,
12/17/09
Clemens Eisserer
,
Fabien
2
12/17/09
Benchmarks results?
I never looked for benchmarks comparing native vs ExCanvas implementation of the Canvas tag, but all
unread,
Benchmarks results?
I never looked for benchmarks comparing native vs ExCanvas implementation of the Canvas tag, but all
12/17/09
YF CAO
,
汤进伟
4
12/7/09
Re: can you send me some VML learning material ?
我也不喜欢插件。 要是这些都用JavaScript实现就好了 2009/12/7 YF CAO <caoyong...@gmail.com> google的excanvas正是为了
unread,
Re: can you send me some VML learning material ?
我也不喜欢插件。 要是这些都用JavaScript实现就好了 2009/12/7 YF CAO <caoyong...@gmail.com> google的excanvas正是为了
12/7/09
Dean Edwards
, …
Bradley Neuberg
4
10/23/09
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.
unread,
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.
10/23/09
Ole Laursen
,
Fabien Ménager
2
10/22/09
Problem with long shapes
I think that the ones who want to plot 10000 points on the same series should really change their
unread,
Problem with long shapes
I think that the ones who want to plot 10000 points on the same series should really change their
10/22/09
Christophe VG
, …
Erik Arvidsson
4
10/21/09
bug in textrendering using "pt" size
Fixed Thanks On Sun, Oct 18, 2009 at 12:15, Christophe VG <christ...@gmail.com> wrote: >
unread,
bug in textrendering using "pt" size
Fixed Thanks On Sun, Oct 18, 2009 at 12:15, Christophe VG <christ...@gmail.com> wrote: >
10/21/09
Vdovkin Konstantin
10/6/09
globalAlpha and draw image
Hi, I download older versions of excanvas.js, and i saw, that value of globalAlpha attribute don'
unread,
globalAlpha and draw image
Hi, I download older versions of excanvas.js, and i saw, that value of globalAlpha attribute don'
10/6/09
Ross Snider
,
Dean Edwards
7
10/4/09
Annoying selection in IE8.
Brilliant. That worked. Dean, thank you for spending your time working on my problem. - Ross Snider
unread,
Annoying selection in IE8.
Brilliant. That worked. Dean, thank you for spending your time working on my problem. - Ross Snider
10/4/09
Dédé
, …
Erik Arvidsson
3
10/2/09
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
unread,
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
10/2/09
AndreasR
,
Damien
2
9/27/09
image clipping using drawImage() with Silverlight plugin?
Hi, to have clipping work, you should apply patch included here : http://code.google.com/p/
unread,
image clipping using drawImage() with Silverlight plugin?
Hi, to have clipping work, you should apply patch included here : http://code.google.com/p/
9/27/09
goo...@petskink.net
, …
AndreasR
6
9/27/09
Spam on this group
I agree that something should be done about the spam on this group... - Andreas On 25 Sep, 00:53,
unread,
Spam on this group
I agree that something should be done about the spam on this group... - Andreas On 25 Sep, 00:53,
9/27/09