Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Jan 18, 2025
1 parent e2f4acf commit fae671a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions canvas/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2348,9 +2348,9 @@ <h3>Barycentric <font size="-1">(triangle gradient)</font></h3>The "<code>Baryce
<td>
<pre class="bg-light text-dark mx-4"><samp>
magick -size 100x100 xc:none -draw "polygon 30,10 10,80 90,90" \
-colorspace RGB \
-colorspace RGB -channel rgb \
-sparse-color Barycentric '30,10 red 10,80 blue 90,90 lime' \
-colorspace sRGB sparse_bary_triangle_2.png
-colorspace sRGB sparse_bary_triangle_2.png
</samp></pre>
</td>
</tr>
Expand Down

0 comments on commit fae671a

Please sign in to comment.