@@ -1,3 +1,7 @@
|
||||
## [1.0.1] - 2018-08-23
|
||||
|
||||
* Fixed an issue where flamegraph bounds were not always being cleared correctly, leading to visual artifacts [#150]
|
||||
|
||||
## [1.0.0] - 2018-08-23
|
||||
|
||||
### Fixed
|
||||
|
||||
@@ -337,6 +337,8 @@ export class FlamechartRenderer {
|
||||
)
|
||||
|
||||
renderInto(this.gl, renderTarget, () => {
|
||||
this.gl.clear(new Graphics.Color(0, 0, 0, 0))
|
||||
|
||||
const viewportRect = new Rect(
|
||||
Vec2.zero,
|
||||
new Vec2(this.gl.viewport.width, this.gl.viewport.height),
|
||||
|
||||
Reference in New Issue
Block a user