From 04f17c84596a191794c721fe129fe54f2342bb5c Mon Sep 17 00:00:00 2001 From: Terry Date: Sun, 12 Aug 2018 09:52:38 +0800 Subject: [PATCH] Update README.md --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4470541e..58776af3 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,9 @@ react-native-sketch-canvas A React Native component for drawing by touching on both iOS and Android. - - - - +     +
+     Features ------------- @@ -365,11 +364,9 @@ Note: Because native module cannot read the file in JS bundle, file path cannot 1. For non-transparent path, both Android and iOS performances are good. Because when drawing non-transparent path, only last segment is drawn on canvas, no matter how long the path is, CPU usage is stable at about 20% and 15% in Android and iOS respectively. 2. For transparent path, CPU usage stays at around 25% in Android, however, in iOS, CPU usage grows to 100% :(. * Android (https://youtu.be/gXdCEN6Enmk)
- - +     * iOS (https://youtu.be/_jO4ky400Eo)
- - +     ## Example -------------