Comparing version 1.6.0 to 1.6.1
@@ -200,3 +200,3 @@ // Context and canvas creation helper functions | ||
// workaround for chromium bug, premultiplied alpha value is platform dependent | ||
contextAttributes.premultipliedAlpha = contextAttributes.premultipliedAlpha || true | ||
if (contextAttributes.premultipliedAlpha === undefined) contextAttributes.premultipliedAlpha = true | ||
gl = createContext(canvas, contextAttributes) | ||
@@ -203,0 +203,0 @@ } |
{ | ||
"name": "regl", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "regl is a fast functional WebGL framework.", | ||
@@ -5,0 +5,0 @@ "main": "dist/regl.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1166460
28634