computeFastStrokeBounds needs to pass kStroke_Style instead of kFill_Style (ya think?)
git-svn-id: http://skia.googlecode.com/svn/trunk@3981 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
115d931d2f
commit
73a025811c
@ -881,7 +881,7 @@ public:
|
||||
|
||||
const SkRect& computeFastStrokeBounds(const SkRect& orig,
|
||||
SkRect* storage) const {
|
||||
return this->doComputeFastBounds(orig, storage, kFill_Style);
|
||||
return this->doComputeFastBounds(orig, storage, kStroke_Style);
|
||||
}
|
||||
|
||||
// Take the style explicitly, so the caller can force us to be stroked
|
||||
|
Loading…
Reference in New Issue
Block a user