diff --git a/README.md b/README.md index fa86003e..3d2d2524 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,12 @@ Then navigate to http://localhost:8000/. The primary author is Patrick Walton (@pcwalton), with contributions from the Servo development community. +The logo was designed by Jay Vining. + Pathfinder abides by the same Code of Conduct as Rust itself. ## License -Licensed under the same terms as Rust itself. See `LICENSE-APACHE` and `LICENSE-MIT`. +Pathfinder is licensed under the same terms as Rust itself. See `LICENSE-APACHE` and `LICENSE-MIT`. + +Material Design icons are copyright Google Inc. and licensed under the Apache 2.0 license. diff --git a/demo/client/html/svg-demo.html.hbs b/demo/client/html/svg-demo.html.hbs index 7647bb2d..ee7c431a 100644 --- a/demo/client/html/svg-demo.html.hbs +++ b/demo/client/html/svg-demo.html.hbs @@ -46,6 +46,7 @@ diff --git a/demo/server/src/main.rs b/demo/server/src/main.rs index c928949b..c47a6bc6 100644 --- a/demo/server/src/main.rs +++ b/demo/server/src/main.rs @@ -98,9 +98,10 @@ static BUILTIN_FONTS: [(&'static str, &'static str); 4] = [ ("inter-ui", "../../resources/fonts/inter-ui/Inter-UI-Regular.ttf"), ]; -static BUILTIN_SVGS: [(&'static str, &'static str); 2] = [ +static BUILTIN_SVGS: [(&'static str, &'static str); 3] = [ ("tiger", "../../resources/svg/Ghostscript_Tiger.svg"), ("logo", "../../resources/svg/pathfinder_logo.svg"), + ("icons", "../../resources/svg/material_design_icons.svg"), ]; #[derive(Clone, Debug, PartialEq, Eq, Hash)] diff --git a/resources/svg/material_design_icons.svg b/resources/svg/material_design_icons.svg new file mode 100644 index 00000000..a96a4cf6 --- /dev/null +++ b/resources/svg/material_design_icons.svg @@ -0,0 +1 @@ + \ No newline at end of file