| Index: core/svg/SVGPathElement.idl
|
| ===================================================================
|
| --- core/svg/SVGPathElement.idl (revision 23517)
|
| +++ core/svg/SVGPathElement.idl (working copy)
|
| @@ -24,13 +24,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - Conditional=SVG
|
| -] interface SVGPathElement : SVGStyledElement,
|
| - SVGTests,
|
| - SVGLangSpace,
|
| - SVGExternalResourcesRequired,
|
| - SVGTransformable {
|
| +interface SVGPathElement : SVGStyledElement,
|
| + SVGTests,
|
| + SVGLangSpace,
|
| + SVGExternalResourcesRequired,
|
| + SVGTransformable {
|
| readonly attribute SVGAnimatedNumber pathLength;
|
|
|
| float getTotalLength();
|
|
|