Squircley is an SVG squircle generator
Published on in Cool tools and SVG
A squircle is a rounded square with no straight edges; the shape is a continuous curve.
Published on in Cool tools and SVG
A squircle is a rounded square with no straight edges; the shape is a continuous curve.
Some parts of an SVG were missing and some parts were distorted.
I had to render the SVG via an <svg>
element
instead of loading it via an <img>
element.
Published on in SVG
Last updated on
Creating icons and simple figures by handcrafting SVG code is not as hard as it sounds.
xmlns
and version
SVG attributesPublished on in SVG
Last updated on
The xmlns
attribute is required for SVG files
but optional for inlined SVGs.
The version
attribute is always optional.