=== WP-SVG ===
Contributors: DmitriySalko (dm.salko@gmail.com)
Tags: svg, shortcode
Requires at least: 3.0
Tested up to: 3.3
Stable tag: trunk
License: GPLv2 or later

WP-SVG allows you to embed SVG images into wordpress posts and pages using shortcode. 
== Description ==
It uses SVGWEB (http://code.google.com/p/svgweb/) project to provide cross-browser SVG support.
SVG is vector format for web http://en.wikipedia.org/wiki/Scalable_Vector_Graphics

How to use:

Simple put a shortcode:

[svg scr=/path_to_your_svg/my.svg width=100 height=100]

src - path to svg file

width - width in pixels

height - height in pixels

== Installation ==

Upload the WP-SVG plugin to your blog, Activate it.

== Changelog ==

0.9 - Initial commit