summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/kitfox/salamander/svg/basic/SVGLength.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/kitfox/salamander/svg/basic/SVGLength.java')
-rwxr-xr-xsrc/main/java/com/kitfox/salamander/svg/basic/SVGLength.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/java/com/kitfox/salamander/svg/basic/SVGLength.java b/src/main/java/com/kitfox/salamander/svg/basic/SVGLength.java
index 472498d..9e60b46 100755
--- a/src/main/java/com/kitfox/salamander/svg/basic/SVGLength.java
+++ b/src/main/java/com/kitfox/salamander/svg/basic/SVGLength.java
@@ -9,6 +9,8 @@
package com.kitfox.salamander.svg.basic;
+import com.kitfox.salamander.svg.DOMString;
+
/**
*
* The SVGLength interface corresponds to the <length> basic data type.
@@ -80,7 +82,7 @@ public interface SVGLength extends SVGDataType
/**
* The value as a string value, in the units expressed by unitType. Setting this attribute will cause value and valueInSpecifiedUnits to be updated automatically to reflect this setting.
*/
- public SVGString getValueAsString();
+ public DOMString getValueAsString();
/**
* Reset the value as a number with an associated unitType, thereby replacing the values for all of the attributes on the object.