vectorize
SVG verification

Is this a real SVG—or the same pixels in a wrapper?

The .svg extension identifies a document format, not a guarantee that the visible logo is built from editable vector geometry.

RASTER · pixels
Raster Vectorize logo made from a fixed pixel grid
One bitmap
SVG · paths
Vectorize logo represented by editable SVG paths
Editable shapes
The visual can be nearly identical at this size. Verification depends on the objects inside the document and the quality of their geometry.
Short answer

A real vector SVG describes the logo with geometry.

Look for editable shapes and paths. An SVG that contains only one image object may display correctly, but it still depends on raster pixels and does not provide the editing or resolution independence expected from a vector logo.

Four checks

Start fast, then verify the structure.

No single visual check proves quality. Use the editor or document structure to confirm that the file contains geometry, then review whether that geometry actually matches the intended logo.

  1. 01
    Quick signal

    Zoom far beyond the intended size

    Jagged or blurry pixels reveal raster content, but a large embedded bitmap may still look sharp for a while. Treat this as a clue, not proof.

  2. 02
    Strong test

    Select individual shapes in a vector editor

    A genuine vector logo normally exposes editable paths, fills and groups. One rectangular image object is evidence that the pixels were wrapped, not traced.

  3. 03
    Strong test

    Inspect the document as text

    Path, circle, rect and polygon elements describe geometry. An image element can link to or embed raster data. Mixed documents can contain both.

  4. 04
    Quality test

    Compare the result with the source

    Real paths can still be inaccurate. Check lettering, holes, detached regions and color boundaries before treating the SVG as approved artwork.

Document anatomy

Paths describe shapes. Image elements place pixels.

Both are valid SVG features. The distinction matters because a logo advertised as vector should not depend entirely on embedded raster artwork.

PATH-BASED

Editable geometry

Shapes can be selected, recolored and rendered again at a new size.

RASTER WRAPPER

Pixels placed inside SVG

The SVG remains a container while the visible artwork retains a fixed pixel grid.

Inspect a real output

The sample contains paths and flat fills.

This is the same SVG shown in the page comparison. Download it, open it in a text editor or import it into a vector editor and inspect the individual shapes.

Vectorize sample SVG rendered from editable paths Real paths
Primary specification

What SVG permits