From f5701f16aa19366d70f6194fb9860c3a56aa9b51 Mon Sep 17 00:00:00 2001 From: Fang Lu <cc2lufang@gmail.com> Date: Mon, 27 Nov 2017 13:18:01 -0600 Subject: [PATCH] Update README --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index efc2bcb..0804338 100644 --- a/README.md +++ b/README.md @@ -42,13 +42,13 @@ Features * [ ] **Layer blending** * [ ] **Vector renderer** * [ ] **Line** - * [ ] **Elliptic Curve** - * [ ] **Bezier Curve** - * [ ] SVG paths + * [x] ~~**Elliptic Curve**~~ + * [x] ~~**Bezier Curve**~~ + * [x] ~~SVG paths~~ * [ ] **Font renderer** * [ ] **Fixed-width bitmap font** * [ ] Variable-width bitmap font - * [ ] Variable-width vector font + * [ ] ~~Variable-width vector font~~ * [ ] Effects renderer * [ ] Particles * [ ] Pointer trails @@ -61,7 +61,7 @@ Features **Miscellaneous/Utilities** * [ ] **Timing** -* [ ] **PNG Parsing** -* [ ] **MP3 Parsing** -* [ ] Zip parsing +* [x] ~~**PNG Parsing**~~ +* [x] ~~**MP3 Parsing**~~ +* [x] ~~Zip parsing~~ -- GitLab