mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-06 08:22:23 +00:00
fix: handle style elements with CDATA
This commit is contained in:
@@ -383,6 +383,8 @@ export function parse(
|
|||||||
error('expected ]]>');
|
error('expected ]]>');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
children.push(source.slice(i + 7, index));
|
||||||
|
|
||||||
i = index + 2;
|
i = index + 2;
|
||||||
return neutral;
|
return neutral;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user