summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
Diffstat (limited to 'filter')
-rw-r--r--filter/source/svg/presentation_engine.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/svg/presentation_engine.js b/filter/source/svg/presentation_engine.js
index bf705b38125c..152fe03e867a 100644
--- a/filter/source/svg/presentation_engine.js
+++ b/filter/source/svg/presentation_engine.js
@@ -7987,7 +7987,7 @@ AnimationBaseNode3.prototype.info = function( bVerbose )
sInfo += '; keyTimes: ' + this.getKeyTimes().join( ',' );
// values
- if( this.getKeyTimes().length )
+ if( this.getValues().length )
sInfo += '; values: ' + this.getValues().join( ',' );
// formula