diff --git a/filter/source/svg/presentation_engine.js b/filter/source/svg/presentation_engine.js index 984eaef34fca..a5a3a3f0aa52 100644 --- a/filter/source/svg/presentation_engine.js +++ b/filter/source/svg/presentation_engine.js @@ -4117,9 +4117,9 @@ aColorSpaceOutMap = [ 'rgb', 'hsl' ]; var CLOCKWISE = 0; var COUNTERCLOCKWISE = 1; -aClockDirectionInMap = { 'clockwise': CLOCKWISE, 'counterclockwise': COUNTERCLOCKWISE }; +aClockDirectionInMap = { 'clockwise': CLOCKWISE, 'counter-clockwise': COUNTERCLOCKWISE }; -aClockDirectionOutMap = [ 'clockwise', 'counterclockwise' ]; +aClockDirectionOutMap = [ 'clockwise', 'counter-clockwise' ]; // Attribute Value Types