finish Symbol refactor

finish Symbol refactor
finish all reusable elements refactor (iOS)
This commit is contained in:
Horcrux
2016-07-24 11:41:00 +08:00
parent 10b28434bb
commit cbea7a4edb
14 changed files with 103 additions and 49 deletions

View File

@@ -92,7 +92,9 @@ const RenderableAttributes = merge({}, NodeAttributes, RenderableOnlyAttributes)
const GroupAttributes = RenderableAttributes;
const UseAttributes = merge({
href: true
href: true,
width: true,
height: true
}, RenderableAttributes);
const PathAttributes = merge({