qingyangmoke / explorercanvas

Explorercanvas (excanvas.js) is an open source, Apache-licensed JavaScript library that implements the canvas API in Internet Explorer
Apache License 2.0
0 stars 0 forks source link

Fix issue where uppercase style names weren't read #136

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Converts all style strings to lowercase so that correct colorData hex value can 
be plugged in for named colors. Previous LightCyan wouldn't work while 
lightcyan would. See https://github.com/philogb/jit/pull/183 for an example 
where it mattered.

Original issue reported on code.google.com by bbodenmi...@gmail.com on 23 Jul 2014 at 11:03

Attachments: