diff --git a/README.md b/README.md index 0c3042b7..5c70be7f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -[![Build Status](https://travis-ci.org/servo/pathfinder.svg?branch=master)](https://travis-ci.org/servo/pathfinder) - # Pathfinder 3 +![Logo](https://github.com/servo/pathfinder/raw/master/resources/shaders/pathfinder-logo.png) + Pathfinder 3 is a fast, practical, GPU-based rasterizer for fonts and vector graphics using OpenGL 3.0+, OpenGL ES 3.0+, or Metal. @@ -75,6 +75,10 @@ The SDL 2 library requires some additional manual installation steps. Follow the [`rust-sdl2` installation instructions](https://github.com/Rust-SDL2/rust-sdl2#sdl20-development-libraries) to make sure the libraries are installed. Note that SDL2 is only required to run the demo; Pathfinder itself has no dependency on the library. +## Build status + +[![Build Status](https://travis-ci.org/servo/pathfinder.svg?branch=master)](https://travis-ci.org/servo/pathfinder) + ## Authors The primary author is Patrick Walton (@pcwalton), with contributions from the Servo development diff --git a/resources/textures/pathfinder-logo.png b/resources/textures/pathfinder-logo.png index 4aad8f5b..c17f5d44 100644 Binary files a/resources/textures/pathfinder-logo.png and b/resources/textures/pathfinder-logo.png differ