diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-09-21 20:17:04 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-09-21 20:34:43 -0400 |
commit | 1290c6dfe8ba9e3d0f1e5ffdd3af10c887f985cc (patch) | |
tree | d7824f8fd3af1b9f2743311484eb331eae24c27b /doc/api.texi | |
parent | 37c64675a8be7dbca806a4a7b7491e6bafb6ddc4 (diff) |
doc: path: Remove mention of specific missing features.
We *do* have gradient fills now!
Diffstat (limited to 'doc/api.texi')
-rw-r--r-- | doc/api.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api.texi b/doc/api.texi index 63b3d9d..75d8b37 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -2197,7 +2197,7 @@ HTML5 Canvas API should find lots of similarities. @emph{This API is considered to be experimental and may change substantially in future releases of Chickadee. There are many missing -features such as gradient fills and dashed strokes.} +features.} The first step to rendering vector graphics is to create a @emph{path}: A series of commands that can be thought of as moving a |