-
I noticed if I try to render text with a line break in it, the line break just appears as a space, and everything remains on a single line. I suppose it wouldn't be too difficult for me to write some …
-
Hi Caleb,
In the upgrade from 7501e288c67b7d5648c6790ae5829b74082810a5 to e535864fe2d786f08893dcd0c26a124ddf26d211, the following test code no longer displays or animates the purple rectangle. I tes…
-
On my Archlinux system with:
$ uname -a
Linux laptop 3.4.5-1-ARCH #1 SMP PREEMPT Mon Jul 16 20:28:56 UTC 2012 i686 GNU/Linux
Chromium: Version 21.0.1180.57 (148591)
Just no drawings are visible. Wh…
-
Caleb - First, thanks for the drag-drop feature, that looks like a great addition. I wanted to let you know that between revisions 39dd4bdb759aa38547b7da4a95dae2540ce0aee9 (yesterday) and 996b3d1aaff…
-
So,
I have this code
for(i = 1; i < 5; i++){
$('canvas').drawImage({
width: w,
source: "images/image.png",
layer: true,
…
-
Caleb,
The following code is almost identical to the first example under the "Adding Layers" doc. This code works in 5b69e28782 (6/12/2012 5:53p) but doesn't draw a rectangle at all in 02da01c8f3 (6…
-
Hi,
When I use getLayer() and set an option (e.g. fillStyle) the layers are not updated until I move the mouse into the canvas. The same happens if I use setLayer().
When the layers already drawn an…
-
Caleb,
I'm using the "Functions as Layers" feature - I can live with the limitations you emailed me yesterday. However, I'm trying to figure out a way to get external variables into the callback, an…
-
Hi
I have this code:
function draw(patt){
$('canvas').drawRect({
fillStyle: patt,
//x: 0,
y: 0,
width: 9000,
height: 10800,
…
-
Caleb, I modified your animation sandbox code by adding a second shape, and animating on the opacity property as we discussed yesterday. This is still not working the way I want. As you can tell, th…