annotate client/digitallibrary/jquery/svg/jquery.svg.css @ 761:16778bd2de7c
jquery
added setScaleMode. no compensation for change in scaling yet.
author |
robcast |
date |
Wed, 09 Feb 2011 10:22:29 +0100 |
parents |
ccf67eaf97ee |
children |
|
rev |
line source |
756
|
1 /* http://keith-wood.name/svg.html
|
|
2 SVG for jQuery v1.4.2.
|
|
3 Written by Keith Wood (kbwood{at}iinet.com.au) August 2007.
|
|
4 Dual licensed under the GPL (http://dev.jquery.com/browser/trunk/jquery/GPL-LICENSE.txt) and
|
|
5 MIT (http://dev.jquery.com/browser/trunk/jquery/MIT-LICENSE.txt) licenses.
|
|
6 Please attribute the author if you use it. */
|
|
7
|
|
8 svg\:svg {
|
|
9 display: none;
|
|
10 }
|
|
11
|
|
12 .svg_error {
|
|
13 color: red;
|
|
14 font-weight: bold;
|
|
15 }
|