updated link to the color keywords in the SVG spec.

2008-12-10  Sven Neumann  <sven@gimp.org>

	* libgimpcolor/gimprgb-parse.c: updated link to the color 
keywords
	in the SVG spec.


svn path=/trunk/; revision=27772
This commit is contained in:
Sven Neumann 2008-12-10 12:16:46 +00:00 committed by Sven Neumann
parent ad355ea9f2
commit bc5079d296
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-12-10 Sven Neumann <sven@gimp.org>
* libgimpcolor/gimprgb-parse.c: updated link to the color keywords
in the SVG spec.
2008-12-08 Sven Neumann <sven@gimp.org>
* app/core/gimpchannel.c

View file

@ -217,7 +217,8 @@ static const ColorEntry named_colors[] =
* @len: the length of @name, in bytes. or -1 if @name is nul-terminated
*
* Attempts to parse a color name. This function accepts <ulink
* url="http://www.w3.org/TR/SVG/types.html">SVG 1.0 color keywords</ulink>.
* url="http://www.w3.org/TR/SVG/types.html#ColorKeywords">SVG 1.0
* color keywords</ulink>.
*
* This function does not touch the alpha component of @rgb.
*