0

Is there a possibility to draw on the canvas of HTML page the gradient primitives?

An example of what I want (I did it in another programming language):

(excuse me for my English, if I do not write correctly)

Nick Latkovich
  • 115
  • 1
  • 7

1 Answers1

0

Yes. This tutorial is exactly as you want to do: http://www.nixtu.info/2010/08/html5-canvas-gradients-triangle.html

Alex Gama
  • 106
  • 2