From d75ea5638af2f0bff08142e911e042341b6f363b Mon Sep 17 00:00:00 2001 From: Nate Donato Date: Tue, 21 Mar 2023 17:25:36 -0700 Subject: [PATCH] Remove homepage reference to "sunburst" fill style Sunburst fill is no longer supported in 4.0 release --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index fbf12f0..3e7653f 100644 --- a/index.md +++ b/index.md @@ -77,7 +77,7 @@ rc.rectangle(120, 105, 80, 80, { }); ``` -Fill styles can be: **hachure**(default), **solid**, **zigzag**, **cross-hatch**, **dots**, **sunburst**, **dashed**, or **zigzag-line** +Fill styles can be: **hachure**(default), **solid**, **zigzag**, **cross-hatch**, **dots**, **dashed**, or **zigzag-line** ![Rough.js fill examples](/images/m14.png)