InterviewSolution
Saved Bookmarks
| 1. |
What is Linear Gradients in SVG |
|
Answer» Linear Gradients represents linear transition of one color to another from one direction to another. It is defined using <linearGradient> element. |
|