Symptom: The logo's text renders in the wrong font
Symptom: The logo's text renders in the wrong font
Cause. The SVG includes text as live text rather than outlined paths. The browser substitutes a fallback font because the original is not available.Fix.
- Open the logo in your design tool.
- Convert text to outlines (Illustrator: Type → Create Outlines; Figma: Flatten Selection).
- Re-export and re-upload.
- If you specifically need the text to remain editable, embed the font via SVG’s
@font-facedeclaration. Most design tools do not do this by default.
Symptom: The logo looks blurry or pixelated
Symptom: The logo looks blurry or pixelated
Cause. The file is a raster (PNG, JPG) at a resolution lower than the rendered size, or the SVG has an embedded raster preview being rendered instead of the vector content.Fix.
- Upload the SVG version. Brand Atlas prefers SVG for marks.
- If you must use PNG, upload at 3x the largest expected display size. A logo shown at 200px wide should be uploaded at 600px or higher.
- If the SVG has an embedded raster, re-export from your design tool with raster preview disabled.
Symptom: The logo has unexpected white edges or jagged outlines
Symptom: The logo has unexpected white edges or jagged outlines
Cause. The SVG was exported with anti-aliasing settings that do not transfer cleanly, or the file has an embedded background.Fix.
- Open the SVG file in a text editor. Check for a
<rect>element withfill="#ffffff"or similar. Remove it. - Re-export from the design tool with Transparent background enabled.
- For jagged outlines, check that Shape rendering is set appropriately (the default is usually fine; some exports force
crispEdgeswhich is rarely wanted).
Symptom: The logo's colour is slightly off
Symptom: The logo's colour is slightly off
Cause. A colour profile mismatch. The file is in a profile (Adobe RGB, P3) that Brand Atlas’s render pipeline does not preserve, so colours shift.Fix.
- Re-export the logo in sRGB. Most design tools default to this; check the export settings.
- For SVGs, use hex values in sRGB (which is the SVG default). Adobe RGB hex values render slightly different colours in browsers.
- If exact colour matching is critical for print, supply the Pantone match in the Colour System section; the printer uses Pantone, not the screen render.
Symptom: The logo doesn't appear in dark mode
Symptom: The logo doesn't appear in dark mode
Cause. Only the light-mode variant was uploaded. Brand Atlas needs both light and dark variants to render correctly in both themes.Fix.
- Create a dark-mode version of the logo (white or light on dark background, or with inverted colours where appropriate).
- Upload it in the Logo & Identity section, marked as the dark variant.
- The portal automatically picks the right variant based on the theme.
Symptom: The logo file is too large
Symptom: The logo file is too large
Cause. SVGs with many vector points or embedded raster previews can exceed reasonable file sizes.Fix.
- Run the SVG through an optimiser (SVGO, Vector Magic, or your design tool’s “optimised” export).
- Remove any embedded rasters.
- Aim for under 100KB for an SVG, under 500KB for a PNG.
- If the file genuinely needs to be larger, it is uploadable up to 10MB; consider whether the complexity is necessary.
Best-practice file preparation
A few habits that prevent most logo issues:- Always provide SVG plus PNG fallbacks. SVG for scalability; PNG at 1x, 2x, and 3x for older targets.
- Outline all text. Logos are not edited text; outlining at export removes the font dependency.
- Use sRGB. Every colour management system handles sRGB; not every system handles wider gamuts.
- Include the dark-mode variant from the start. Even if you do not plan to use dark mode soon, future-proof.
- Specify clear space and minimum size in the section. The asset is half the value; the rules around it are the other half.
When to escalate
Write to support@brandatlas.pro when:- The fixes above do not resolve the rendering issue.
- The logo renders correctly in isolation but wrong inside Brand Atlas specifically.
- A previously-correct render has degraded after a portal update.
Related pages
Logo & Identity
The section reference.
Common mistakes
The mistakes list.
Brand record
What the section contributes to.