1config BR2_PACKAGE_EXPLORERCANVAS 2 bool "explorercanvas" 3 help 4 Modern browsers like Firefox, Safari, Chrome and Opera 5 support the HTML5 canvas tag to allow 2D command-based 6 drawing. ExplorerCanvas brings the same functionality to 7 Internet Explorer (<v9). To use, web developers only need to 8 include a single script tag in their existing web pages. 9 10 http://excanvas.sf.net/ 11