]> _ Git - fluidbook-html5.git/commitdiff
wait #4903 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 23 Nov 2021 14:22:08 +0000 (15:22 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 23 Nov 2021 14:22:08 +0000 (15:22 +0100)
js/libs/fluidbook/fluidbook.support.js

index 198ddcf6a0968970f7ce26480482c014bad166e7..640bb3df885a025b4abc62a2c09d02063fbe86e3 100644 (file)
@@ -14,7 +14,7 @@ function FluidbookSupport(fluidbook) {
     this.iOS = Modernizr.ios;
     this.edge = Modernizr.edge;
     this.chromeBased = Modernizr.chrome || this.edge;
-    this.svgtocanvas = this.IE === 0;
+    this.svgtocanvas = this.IE === 0 && !(this.safari && this.macOs);
     this.svgtocanvg = false && this.svgtocanvas;
 
     // If in node-webkit or if the index.html fluidbook is locally open in a browser