When a canvas filter defines lengths using relative sizes (like percents and 'em' units), these are interpreted relative to font size, and, in our implementation, updated whenever the font size changes.
Firefox uses the value of the font size attribute when the filter is set (so doesn't update for changes to font size).
This behavior difference needs to be resolved (either by changing our behavior to match Firefox, or, if we thing our behavior is better, convincing them to match ours).
Comment 1 by ajuma@chromium.org
, Apr 8 2016