Version Description
Download this release
Release Info
Developer | sterlo |
Plugin | Scalable Vector Graphics (SVG) |
Version | 2.0.1 |
Comparing to | |
See all releases |
Code changes from version 2.0 to 2.0.1
- readme.txt +4 -15
- scalable-vector-graphics.php +1 -1
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== Scalable Vector Graphics (SVG) ===
|
2 |
Contributors: sterlo
|
3 |
Donate link: http://sterlinghamilton.com/
|
4 |
-
Tags: svg, scalable vector graphics
|
5 |
-
Requires at least:
|
6 |
-
Tested up to: 3.
|
7 |
Stable tag: trunk
|
8 |
|
9 |
SVG files are two-dimensional vector graphics, that can be both static and dynamic. This plugin allows your to easily use them on your site.
|
@@ -12,18 +12,7 @@ SVG files are two-dimensional vector graphics, that can be both static and dynam
|
|
12 |
|
13 |
1. Upload `scalable-vector-graphics.php` to the `/wp-content/plugins/` directory
|
14 |
1. Activate the plugin through the 'Plugins' menu in WordPress
|
15 |
-
1.
|
16 |
-
|
17 |
-
The short code takes the following attributes:
|
18 |
-
|
19 |
-
* src: The location of your SVG file.
|
20 |
-
* style: Any CSS you wish to use.
|
21 |
-
* type: Valid values are iframe or embed.
|
22 |
-
* width: The width of the SVG.
|
23 |
-
* height: The height of the SVG.
|
24 |
-
|
25 |
-
An example of using all attributes:
|
26 |
-
`[svg src="/wp-content/uploads/1900/1/example.svg" width="300" height="300" style="display:block; margin:auto;" type="embed"]`
|
27 |
|
28 |
== Changelog ==
|
29 |
|
1 |
=== Scalable Vector Graphics (SVG) ===
|
2 |
Contributors: sterlo
|
3 |
Donate link: http://sterlinghamilton.com/
|
4 |
+
Tags: svg, scalable vector graphics
|
5 |
+
Requires at least: 3.0
|
6 |
+
Tested up to: 3.3.1
|
7 |
Stable tag: trunk
|
8 |
|
9 |
SVG files are two-dimensional vector graphics, that can be both static and dynamic. This plugin allows your to easily use them on your site.
|
12 |
|
13 |
1. Upload `scalable-vector-graphics.php` to the `/wp-content/plugins/` directory
|
14 |
1. Activate the plugin through the 'Plugins' menu in WordPress
|
15 |
+
1. Use SVG files just like you would use a normal image file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
== Changelog ==
|
18 |
|
scalable-vector-graphics.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Scalable Vector Graphics (SVG)
|
4 |
* Plugin URI: http://sterlinghamilton.com/scalable-vector-graphics-plugin
|
5 |
* Description: Scalable Vector Graphics are two-dimensional vector graphics, that can be both static and dynamic. This plugin allows your to easily use them on your site.
|
6 |
-
* Version: 2.0
|
7 |
* Author: Sterling Hamilton
|
8 |
* Author URI: http://sterlinghamilton.com
|
9 |
* License: GPLv2 or later
|
3 |
* Plugin Name: Scalable Vector Graphics (SVG)
|
4 |
* Plugin URI: http://sterlinghamilton.com/scalable-vector-graphics-plugin
|
5 |
* Description: Scalable Vector Graphics are two-dimensional vector graphics, that can be both static and dynamic. This plugin allows your to easily use them on your site.
|
6 |
+
* Version: 2.0.1
|
7 |
* Author: Sterling Hamilton
|
8 |
* Author URI: http://sterlinghamilton.com
|
9 |
* License: GPLv2 or later
|