mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-30 21:49:31 +00:00
Fix Polygon and Polyline
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
|
||||
export default function (polyPoints) {
|
||||
return polyPoints.replace(/-/, ' -').split(/(?:\s+|\s*,)\s*/g).join(' ');
|
||||
}
|
||||
Reference in New Issue
Block a user