raster-logo-svg

Installation
SKILL.md

raster-logo-svg

Create an SVG wrapper around an existing raster logo so the output is pixel-identical to the source. This is not true vectorization.

Choose the approach

Need Do
Match an existing raster logo exactly Embed (this skill)
Crisp at any size, editable paths Export from Figma/Illustrator, or commission true vector
Quick monochrome outline Potrace (usually wrong for brand logos with color/gold/type)
Hand-redrawn paths Only if no raster exists and user accepts approximation

Default to embed when a .webp, .png, or .jpg logo already exists and the user wants .svg.

Workflow

  1. Source of truth — keep the raster (e.g. docs/logo.webp). Do not delete it.
  2. Generate SVG — run the script from repo root or skill directory:
Installs
6
GitHub Stars
27
First Seen
Jun 28, 2026
raster-logo-svg — pymodel/designer-skill