Przeglądaj źródła

add <symbol><use><image> as svg tags

Evan You 11 lat temu
rodzic
commit
4cb9a4324f
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      src/parse/template.js

+ 3 - 0
src/parse/template.js

@@ -34,6 +34,9 @@ map.tfoot = [1, '<table>', '</table>']
 
 
 map.g =
 map.g =
 map.defs =
 map.defs =
+map.symbol =
+map.use =
+map.image =
 map.text =
 map.text =
 map.circle =
 map.circle =
 map.ellipse =
 map.ellipse =