Painting - Color
Color is crucial to an SVG image. Color values are used
for painting operations in SVG including filling and stroking.
SVG can accept a variety of ways to specify a color.
Color keywords are great for quick designation of a color.
However, they are often not the precise color. Hexadecimal
notation of color offers a greater number of possibilities
for defining an RGB color than the keyword method.
There are over 140 color
names defined in SVG.
|