mirror of
https://github.com/maputnik/editor.git
synced 2025-12-27 00:20:00 +00:00
Removed external svg from filter command.
This commit is contained in:
@@ -456,7 +456,7 @@ export default class App extends React.Component {
|
||||
}
|
||||
const elementStyle = {};
|
||||
if (filterName) {
|
||||
elementStyle.filter = `url('color-accessibility.svg#${filterName}')`;
|
||||
elementStyle.filter = `url('#${filterName}')`;
|
||||
};
|
||||
|
||||
return <div style={elementStyle} className="maputnik-map__container">
|
||||
|
||||
Reference in New Issue
Block a user