Excanvas Update RC1

27 views
Skip to first unread message

Glen Murphy

unread,
Apr 23, 2007, 2:22:35 PM4/23/07
to google-excanvas
We're ready to release an long-awaited update to explorercanvas, and
we're treating revision 21 in SVN as RC1 - There are still various
things that are unimplemented, but rather than spend another age
trying to fix them, we want to roll up many of the changes that have
been made and make them available as an official release.

If you are interested, please download it and let us know if you
experience any regressions: <http://excanvas.svn.sourceforge.net/
viewvc/excanvas/excanvas.js?revision=21&view=markup>.

~ Glen


--
Glen Murphy, UI Engineer, Google, Inc.

nseb

unread,
Apr 30, 2007, 3:45:09 PM4/30/07
to google-excanvas
it's work correctly in my project , no regressions for the moment.

want to do graphics

unread,
May 1, 2007, 8:57:42 AM5/1/07
to google-excanvas
Hi Glen,

I already have an excanvas.js in my app. This is of version
excanvas_0001 . I have download this on March 26, 2007 .

Could you please tell what are the new things or fixes in this new
version, this will help me move on to this new version of excanvas.

Also, please look at my post :
http://groups.google.com/group/google-excanvas/browse_thread/thread/8bc089ffe9f80a8c/9adf61e9a3bc0d29#9adf61e9a3bc0d29
I need your suggestions.

Thank you
Shravan
=========================

Erik Arvidsson

unread,
May 1, 2007, 3:03:40 PM5/1/07
to google-...@googlegroups.com
Here is the SVN changelog:

Revision: 1
Author: frenzon
Date: 15:59:56, Monday, March 27, 2006
Message:

----
Added : /AUTHORS
Added : /COPYING
Added : /README
Added : /example1.html
Added : /example2.html
Added : /example3.html
Added : /excanvas.js
Added : /ff.jpg


Revision: 2
Author: frenzon
Date: 16:08:48, Monday, March 27, 2006
Message:

----
Deleted : /example1.html
Deleted : /example2.html
Deleted : /example3.html
Added : /examples
Added : /examples/example1.html
Added : /examples/example2.html
Added : /examples/example3.html
Added : /examples/ff.jpg
Deleted : /ff.jpg


Revision: 3
Author: frenzon
Date: 16:32:18, Friday, April 07, 2006
Message:
Multiplies coordsize by 10 to make floated coordinates display a
little nicer. Also changes Math.floor to Math.round to avoid some
jankiness.
----
Modified : /excanvas.js


Revision: 4
Author: eonics
Date: 17:01:24, Friday, April 07, 2006
Message:
Adding a test case for line widths.
----
Added : /testcases
Added : /testcases/linewidth.html


Revision: 5
Author: eonics
Date: 12:57:30, Tuesday, April 11, 2006
Message:
Alias some functions to make (compiled) code shorter
----
Modified : /excanvas.js


Revision: 6
Author: eonics
Date: 15:28:43, Wednesday, April 12, 2006
Message:
Last revision forgot to multiply and offset arcs
----
Modified : /excanvas.js


Revision: 7
Author: eae
Date: 01:44:46, Friday, April 14, 2006
Message:
Testcase for bug 1469530. Tests if content gets cropped if painting
outside the canvas.
----
Added : /testcases/overflow.html


Revision: 8
Author: eae
Date: 01:50:17, Friday, April 14, 2006
Message:
Bug 1469530: Added fixed size container inside canvas with overflow
hidden to crop content at canvas boundaries. The size of the container
is updated whenever the width/height attributes of the canvas element
are changes.
----
Modified : /excanvas.js


Revision: 9
Author: eae
Date: 00:06:05, Sunday, April 16, 2006
Message:
Modified initElement method to return a reference to the fixed
element. Useful for manual initialization of dynamically created
canvas elements.
----
Modified : /excanvas.js


Revision: 10
Author: eonics
Date: 23:42:32, Tuesday, April 25, 2006
Message:
Use clientWidth/Height instead of offsetWidth/Height.
Changed from anonymous functions to prevent leakage of element.
Listen to resize events to update the inner div
----
Modified : /excanvas.js


Revision: 11
Author: eonics
Date: 11:33:03, Monday, July 31, 2006
Message:
Fixes for arc

Patch 1493957

Submitted by neal-power
----
Modified : /excanvas.js


Revision: 12
Author: eonics
Date: 13:34:24, Monday, July 31, 2006
Message:
Printing support

Bug 1512738

Fix provided by asual
----
Modified : /excanvas.js


Revision: 13
Author: eonics
Date: 13:54:35, Monday, September 11, 2006
Message:
Fixes issues with drawImage
* drawImage broke when we added sub pixel precision
* drawImage used the current image size and not the original immge size.
----
Modified : /excanvas.js


Revision: 14
Author: eonics
Date: 21:56:30, Tuesday, September 12, 2006
Message:
Implement the canvas property for the CanvasRenderingContext2D_.

Set the default size to 300x150.

Make sure width and height "attributes" are set
----
Modified : /excanvas.js


Revision: 15
Author: eonics
Date: 12:02:19, Friday, April 20, 2007
Message:
Fixes quadraticCurveTo. Thanks to
Nathan Toone for the patch and Emil for porting it to the latest version
----
Modified : /excanvas.js
Added : /testcases/quadraticcurve.html


Revision: 16
Author: eonics
Date: 12:12:17, Friday, April 20, 2007
Message:
Fix arcs that are drawn counter clockwise with the same xStart and
xEnd. Thanks to Emil for fixing this.
----
Modified : /excanvas.js
Added : /testcases/arc.html


Revision: 17
Author: eonics
Date: 14:54:29, Friday, April 20, 2007
Message:
Use ownerDocument instea of the global document. Feature req 1470302
----
Modified : /excanvas.js
Modified : /testcases/arc.html


Revision: 18
Author: frenzon
Date: 15:26:10, Friday, April 20, 2007
Message:

----
Modified : /excanvas.js
Modified : /testcases/arc.html
Added : /testcases/resizing.html


Revision: 19
Author: frenzon
Date: 15:58:23, Friday, April 20, 2007
Message:
Update authors file with authors' names.
----
Modified : /AUTHORS


Revision: 20
Author: eonics
Date: 16:51:04, Friday, April 20, 2007
Message:
Remove unused param to init_
----
Modified : /excanvas.js


Revision: 21
Author: eonics
Date: 17:51:17, Friday, April 20, 2007
Message:
Changed TODOs to Known Issues
----
Modified : /excanvas.js


Revision: 22
Author: eonics
Date: 18:18:47, Friday, April 20, 2007
Message:
Updated email.
----
Modified : /AUTHORS


--
erik

Tom

unread,
May 3, 2007, 8:18:33 AM5/3/07
to google-excanvas
Works nicely in my project too.

Great work.

Tom

> On 5/1/07, want to do graphics <Shravan...@gmail.com> wrote:
>
>
>
>
>
> > Hi Glen,
>
> > I already have an excanvas.js in my app. This is of version
> > excanvas_0001 . I have download this on March 26, 2007 .
>
> > Could you please tell what are the new things or fixes in this new
> > version, this will help me move on to this new version of excanvas.
>
> > Also, please look at my post :

> >http://groups.google.com/group/google-excanvas/browse_thread/thread/8...

Reply all
Reply to author
Forward
0 new messages