mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 22:05:14 +00:00
Implement support for em in dx and dy attributes and font props for G element
This commit is contained in:
@@ -74,7 +74,12 @@ const RenderableAttributes = {
|
||||
...FillAndStrokeAttributes
|
||||
};
|
||||
|
||||
const GroupAttributes = RenderableAttributes;
|
||||
const GroupAttributes = {
|
||||
font: {
|
||||
diff: fontDiffer
|
||||
},
|
||||
...RenderableAttributes
|
||||
};
|
||||
|
||||
const UseAttributes = {
|
||||
href: true,
|
||||
|
||||
Reference in New Issue
Block a user