Skip to content

Commit e2f4acf

Browse files
committed
Corrected sparse-color example.
1 parent db718aa commit e2f4acf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

canvas/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2982,8 +2982,7 @@ <h3>Sparse Color as a Fill Operator</h3>One of the original reasons for creating
29822982
<tr>
29832983
<td>
29842984
<pre class="bg-light text-dark mx-4"><samp>
2985-
magick sparse_source.gif txt:- |\
2986-
sed '1d; / 0) /d; s/:.* /,/;' |\
2985+
magick sparse_source.gif sparse-color:- |\
29872986
magick sparse_source.gif -alpha off \
29882987
-sparse-color shepards '@-' sparse_fill.png
29892988
</samp></pre>

0 commit comments

Comments
 (0)