From 1a8c8fb011495eb504a1c9b93e571072a6b60b9f Mon Sep 17 00:00:00 2001 From: Yongwei Xing Date: Thu, 4 Mar 2021 19:55:33 +0800 Subject: [PATCH] add point ribbon and update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6f9584b..b119c85 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ - Silk Sky - Dot Line - Swirl +- Point Ribbon For these kinds of art, the package provides as many as parameters to control the appearance. @@ -41,6 +42,7 @@ NewSilkSmoke(mc, msp int, minStep, maxStep, minRadius, maxRadius float64, isRand NewSpiralSquare(squareNum int, rectSide, decay float64, randColor bool) NewSwirl(a, b, c, d, xaixs, yaixs float64) NewDotLine(n int, ras, canv float64, randColor bool) +NewPointRibbon(r float64) ``` ## General Options