Browse all toolsSVG ViewBox Adjuster
Edit

SVG ViewBox Adjuster

Inspect an SVG viewBox and create one from width and height when it is missing.

Loading...

Page context

Where SVG ViewBox Adjuster fits

SVG ViewBox Adjuster inspects the SVG viewBox and creates a default one from width and height when missing.

Why viewBox matters

The viewBox defines the internal SVG coordinate system. Without it, responsive scaling and editing are harder.

Current behavior

If no viewBox exists, the tool creates `0 0 width height` from numeric width and height values.