As reported in [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue), two types of `<svg>` attributes are throwing `Parse errors`: - [xlink:href](https://github.com/vuejs/eslint-plugin-vue/issues/52): due to splitting the attr name at the colon - [viewBox](https://github.com/vuejs/eslint-plugin-vue/issues/51): due to lowering the case of attr names