Skip to content

Commit fb38249

Browse files
Merge #272
272: fixed broken link to SVG colornames r=Ogeon a=BartMassey The link to the SVG color names is apparently broken. Fixed here. Co-authored-by: Bart Massey <bart.massey@gmail.com>
2 parents 9f336dd + c7606bb commit fb38249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

palette/src/named.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! `"named_from_str"` Cargo features.
33
//!
44
//! They are taken from the [SVG keyword
5-
//! colors](https://www.w3.org/TR/SVG/types.html#ColorKeywords) (same as in
5+
//! colors](https://www.w3.org/TR/SVG11/types.html#ColorKeywords) (same as in
66
//! CSS3) and they can be used as if they were pixel values:
77
//!
88
//! ```

0 commit comments

Comments
 (0)