How To Upload SVG Images In WordPress

As you probably already know, WordPress does not allow you to upload svg files due to an update few months ago.  Here I will show you a simple method through you will be able to upload again svg files in wordpress.  WordPress SVG Files WordPress stopped the upload of svg files because it can cause… Continue reading How To Upload SVG Images In WordPress

How to animate a SVG – SVG animation

There are few ways to animate a svg. The easiest way to animate a svg is with css. So, the first thing we will do is build the svg, then we will create a keyframe to animate the way how the svg is writed. <svg width=”200″ height=”160″ xmlns=”http://www.w3.org/2000/svg”> <path class=”path” d=”M10 70 L 70 70,… Continue reading How to animate a SVG – SVG animation