mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 06:45:33 +00:00
Bug 813851 - Clear path when creating a path builder. r=bas,ncameron
This commit is contained in:
parent
7a50f326c6
commit
170ff8fe08
@ -1898,6 +1898,7 @@ CanvasRenderingContext2D::EnsureWritablePath()
|
||||
mDSPathBuilder =
|
||||
mPath->TransformedCopyToBuilder(mPathToDS, fillRule);
|
||||
mPathTransformWillUpdate = false;
|
||||
mPath = nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user