mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-19 21:45:10 +00:00
finish Symbol refactor
finish Symbol refactor finish all reusable elements refactor (iOS)
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user