- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 05 Sep 2012 09:42:29 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties/svg
In directory hutz:/tmp/cvs-serv19876/svg
Modified Files:
SVGStyle.java
Log Message:
removed property from css3, SVG was using the wrong accessor
Index: SVGStyle.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/svg/SVGStyle.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- SVGStyle.java 9 Sep 2011 12:16:46 -0000 1.5
+++ SVGStyle.java 5 Sep 2012 09:42:27 -0000 1.6
@@ -82,7 +82,7 @@
return cpName;
}
- public CssRenderIntent getCssRenderIntent() {
+ public CssRenderIntent getRenderIntent() {
if (cssRenderIntent == null) {
cssRenderIntent =
(CssRenderIntent) style.CascadingOrder (
Received on Wednesday, 5 September 2012 09:44:30 UTC