From cc238b8d24e34185cd3dfe60493ea1cbe9a4b06a Mon Sep 17 00:00:00 2001 From: CatsJuice Date: Fri, 28 Jul 2023 08:19:41 +0800 Subject: [PATCH] docs: update README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d818d8..3af2ef9 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,12 @@ A simple canvas to draw lines and replay rendered as SVG, can be exported as SVG # Problems -- Share limit +- **Share limit** + The share link contains all points that you draw, because of the limitation of url length(may be different with browsers), the share info maybe lost, and info cannot be parsed. -- Rendering problems at line intersections. + +- **Rendering problems at line intersections.** + When brushwork enabled, it will use mask to implement the effect ( which is inspired by [AntFu](https://github.com/antfu)'s [Animated SVG Logo](https://antfu.me/posts/animated-svg-logo) ). So this problem is hard to resolve for now. # Roadmap @@ -50,3 +53,5 @@ A simple canvas to draw lines and replay rendered as SVG, can be exported as SVG - [ ] Import & Export - [x] Share url - [ ] Copy svg base64 +- [ ] Realistic pressure + - See https://pressurejs.com/