mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2026-03-09 07:12:05 -05:00
[PR #91] [CLOSED] Swap everything from SVG to PNG #115
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rust-embedded/awesome-embedded-rust/pull/91
Author: @RandomInsano
Created: 9/29/2018
Status: ❌ Closed
Base:
master← Head:pngs_instead📝 Commits (1)
649c8d6Try swapping everything from SVG to PNG📊 Changes
1 file changed (+63 additions, -63 deletions)
View changed files
📝
README.md(+63 -63)📄 Description
Performance gains outlined here.
Change made was applying this regular expression:
From: "(img.shields.io.*)svg"
To: "\1png"
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.