Skip to content

Commit 91de88c

Browse files
committed
Shapes: hasFeature call not needed
1 parent f0db558 commit 91de88c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scripts/components/ShapesIE.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default class ShapesIE extends Component<ShapesIEData> {
1818
return
1919
}
2020

21-
document.implementation.hasFeature('http://www.w3.org/TR/SVG11/feature#BasicStructure', '1.1') && this.injectSprite()
21+
this.injectSprite()
2222
}
2323

2424
injectSprite(): void {

0 commit comments

Comments
 (0)