Code

dos to unix conversion
[inkscape.git] / src / bind / java / org / w3c / dom / svg / SVGFESpecularLightingElement.java
index 0c30c1904072743485014ca9fdd89e4359ca4194..2070f72dcfd9a8fd7763ac7dffb033c408074d83 100644 (file)
@@ -1,11 +1,11 @@
-\r
-package org.w3c.dom.svg;\r
-\r
-public interface SVGFESpecularLightingElement extends \r
-               SVGElement,\r
-               SVGFilterPrimitiveStandardAttributes {\r
-  public SVGAnimatedString getIn1( );\r
-  public SVGAnimatedNumber getSurfaceScale( );\r
-  public SVGAnimatedNumber getSpecularConstant( );\r
-  public SVGAnimatedNumber getSpecularExponent( );\r
-}\r
+
+package org.w3c.dom.svg;
+
+public interface SVGFESpecularLightingElement extends 
+               SVGElement,
+               SVGFilterPrimitiveStandardAttributes {
+  public SVGAnimatedString getIn1( );
+  public SVGAnimatedNumber getSurfaceScale( );
+  public SVGAnimatedNumber getSpecularConstant( );
+  public SVGAnimatedNumber getSpecularExponent( );
+}