css - Brightness for a SVG path not working in Chrome but in Firefox -


i have created interactive map shows when instance river mousehovered , on. how shall like. in firefox works not in chrome:

enter image description here

so how can enable brigthness successful in chrome well. here class use:

.highlightelement {     fill: #666;     filter: brightness(125%);     -webkit-filter: brightness(125%);     -moz-filter: brightness(125%);     -o-filter: brightness(125%);     -ms-filter: brightness(125%); } 

btw fill lakes have on map. not working in chrome. somehow changing text color when hovering on them working in chrome (but i'm realizing fill).

so brigthness property believe.

it seems chromium project slow on issues. still not fixed , seems has low priority: https://code.google.com/p/chromium/issues/detail?id=494947&thanks=494947&ts=1433152536


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -