Преглед изворни кода

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

Evan You пре 11 година
родитељ
комит
4cb9a4324f
1 измењених фајлова са 3 додато и 0 уклоњено
  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 =