[PR #91] [CLOSED] Swap everything from SVG to PNG #115

Closed
opened 2025-11-06 08:16:51 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rust-embedded/awesome-embedded-rust/pull/91
Author: @RandomInsano
Created: 9/29/2018
Status: Closed

Base: masterHead: pngs_instead


📝 Commits (1)

  • 649c8d6 Try 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.

## 📋 Pull Request Information **Original PR:** https://github.com/rust-embedded/awesome-embedded-rust/pull/91 **Author:** [@RandomInsano](https://github.com/RandomInsano) **Created:** 9/29/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `pngs_instead` --- ### 📝 Commits (1) - [`649c8d6`](https://github.com/rust-embedded/awesome-embedded-rust/commit/649c8d64d363efd9a82ea52c15fc6bf732fe4b47) Try swapping everything from SVG to PNG ### 📊 Changes **1 file changed** (+63 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+63 -63) </details> ### 📄 Description Performance gains outlined [here](https://github.com/rust-embedded/awesome-embedded-rust/issues/32#issuecomment-425646034). Change made was applying this regular expression: From: "(img.shields.io.*)svg" To: "\1png" --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 08:16:51 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-embedded-rust#115