Sfoglia il codice sorgente

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

Evan You 11 anni fa
parent
commit
4cb9a4324f
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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.defs =
+map.symbol =
+map.use =
+map.image =
 map.text =
 map.circle =
 map.ellipse =