-
Notifications
You must be signed in to change notification settings - Fork 0
Description
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