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:
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
Post a Comment