Skip to content

Why doesn't it look exactly like the Rust logo? #1

@dtolnay

Description

@dtolnay

The only available asset for the Rust logo is a machine-written SVG file that is only broken into two components, and unfortunately they are not the chainring and the Big R, so I had to build this from scratch.

I think this is not accurate. I can't be sure what SVG you were looking at, but as far as I know the official one is https://github.com/rust-lang/rust-artwork/blob/master/logo/rust-logo-blk.svg?short_path=62424d8 which is definitely hand-written, not machine-written.

The Big R is single <path> node and can easily be replaced. The same repo contains a "gear only" SVG which is identical to the logo SVG except for that 1 path node being deleted. https://github.com/rust-lang/rust-artwork/blob/master/logo/rust-logo-gear-only.svg?short_path=8945efb

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions