jonessieka / explorercanvas

Automatically exported from code.google.com/p/explorercanvas
Apache License 2.0
0 stars 0 forks source link

fillText doens't work #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use fillText on your code when make use of exCanvas lib
2. open IE7/8
3. Object doesn't support this property or medhod

What is the expected output? What do you see instead?
Text should render

What version of the product are you using? On what operating system?
IE 7, IE 8

Please provide any additional information below.

Original issue reported on code.google.com by gzm...@gmail.com on 9 Feb 2010 at 4:08

GoogleCodeExporter commented 9 years ago
The fillText works if you use the latest revision from the SVN trunk : 

http://explorercanvas.googlecode.com/svn/trunk/excanvas.js

Original comment by fabien.menager on 16 Feb 2010 at 2:16

GoogleCodeExporter commented 9 years ago
That's fine and dandy.... EXCEPT that version of the code isn't available on 
the "Download" link. No way to get latest compiled version either.

Original comment by gavame...@gmail.com on 27 Sep 2010 at 10:47

GoogleCodeExporter commented 9 years ago
http://explorercanvas.googlecode.com/svn/trunk/excanvas.js this link worked 
well.

Original comment by luei...@gmail.com on 29 Sep 2010 at 6:35

GoogleCodeExporter commented 9 years ago
A new release was not made since the third release, but if you need a compiled 
version, you can go to the Google Closure Complier tool here : 

http://closure-compiler.appspot.com/home

... paste this on the left :

// ==ClosureCompiler==
// @output_file_name default.js
// @compilation_level SIMPLE_OPTIMIZATIONS
// @code_url http://explorercanvas.googlecode.com/svn/trunk/excanvas.js
// ==/ClosureCompiler==

click "Compile", and voilà !

Original comment by fabien.menager on 29 Sep 2010 at 9:43

GoogleCodeExporter commented 9 years ago
I still have problem  with 'etx.fillText' in the latest version of excanvas.js 
as suggest by fabien.manager above. Where else can i get the latest version?

Original comment by paisan.s...@gmail.com on 24 Oct 2010 at 4:12

GoogleCodeExporter commented 9 years ago
Oopp..sorry, it work OK, I put it in the wrong folder. Thank.

Original comment by paisan.s...@gmail.com on 24 Oct 2010 at 4:25