2015-09-11 05:46:00 +02:00
|
|
|
// Copyright 2015 The Go Authors. All rights reserved.
|
2015-08-05 07:08:17 +02:00
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
|
|
|
//go:generate go run gen.go
|
|
|
|
|
|
|
|
// Package colornames provides named colors as defined in the SVG 1.1 spec.
|
|
|
|
//
|
|
|
|
// See http://www.w3.org/TR/SVG/types.html#ColorKeywords
|
|
|
|
package colornames
|