Skip to content

Commit

Permalink
Fresh builds with recent fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
borgar committed Apr 3, 2012
1 parent 584d7c0 commit 47bff3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protovis-msie.js
Expand Up @@ -260,7 +260,7 @@ var vml = {

// hex values lookup table
_hex: pv.range(0,256).map(function(i){ return pv.Format.pad("0",2,i.toString(16)); }),
_colorcache: {},
_colorcache: { 'none': 'transparent' },
color: function ( value, rgb ) {
// TODO: deal with opacity here ?
if ( !(value in vml._colorcache) && (rgb = /^rgb\((\d+),(\d+),(\d+)\)$/i.exec( value )) ) {
Expand Down

0 comments on commit 47bff3f

Please sign in to comment.