DescriptionThe HTML5 canvas client of BlurDrawLooper needs the option to not apply the canvas transform to the blur offset.
see http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#shadows - "The shadowOffsetX and shadowOffsetY attributes specify the distance that the shadow will be offset in the positive horizontal and positive vertical distance respectively. Their values are in coordinate space units. They are not affected by the current transformation matrix."
This patch is part of fixing http://code.google.com/p/chromium/issues/detail?id=64647.
Patch Set 1 #
Total comments: 5
Patch Set 2 : addressed comments, also do not transform blur radius #
Total comments: 2
Patch Set 3 : Add param to SkBlurMaskFilter to ignore transform on radius #
Total comments: 2
Patch Set 4 : remove unused fRadius member #Patch Set 5 : removed accidental inclusion of sampleapp files from previous patch #
MessagesTotal messages: 12
|