Skip to content
/ canvas.swf Public

A polyfill for HTML 5 Canvas for Internet Explorer using Flash.

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

tcr/canvas.swf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

canvas.swf

Canvas.swf is a polyfill which adds HTML5 Canvas support to Internet Explorer 6-8. Canvas.swf is implemented in Flash, with wider support and faster execution than polyfills that use VML or Silverlight.

Usage

Copy canvas.swf and canvas.swf.js from the lib/ directory to your website, and simply include the JavaScript file in your <head>:

<!--[if lt IE 9]>
<script type="text/javascript" src="path/to/canvas.swf.js"></script>
<![endif]-->

That's it! You are now able to use and script the element as though it were supported natively.

License

Canvas.swf is released under the MIT License. Based on extensive work by the FlashCanvas Project.

About

A polyfill for HTML 5 Canvas for Internet Explorer using Flash.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published