P5-6722 - Set frame objects as dirty each render (#6)
This commit is contained in:
Vendored
+1
@@ -1042,6 +1042,7 @@ function FrameHandler(viewport) {
|
||||
this.setVisible(true);
|
||||
|
||||
getFramesAsArray().forEach(function (o) {
|
||||
o.dirty = true; // force objects cache to be rendered on next render http://fabricjs.com/docs/fabric.Object.html#dirty
|
||||
o.set(config.frames[frameType]);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user