You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that this is an example of the canvas source working as expected. I can't get a buggy example to work in JSBin or Codepen because the bug isn't in a release. But at least this shows a testable setup.
Expected Behavior
Canvas source should render alpha transparency set by canvas element
Actual Behavior
Canvas source renders alpha channel with opacity of 1
v0.49.0 (correct alpha opacity)
master (incorrect alpha opacity)
git bisect points to something in #7039 as the culprit. cc @ansis
The text was updated successfully, but these errors were encountered:
mapbox-gl-js version:
post-v0.49.0 (this bug has not hit a release yet but is reproducible on
master
)browser:
any
Steps to Trigger Behavior
Link to Demonstration
https://codepen.io/rsh412/pen/ZMVNJq?editors=1010#0
Note that this is an example of the canvas source working as expected. I can't get a buggy example to work in JSBin or Codepen because the bug isn't in a release. But at least this shows a testable setup.
Expected Behavior
Canvas source should render alpha transparency set by canvas element
Actual Behavior
Canvas source renders alpha channel with opacity of 1
v0.49.0 (correct alpha opacity)
master (incorrect alpha opacity)
git bisect
points to something in #7039 as the culprit. cc @ansisThe text was updated successfully, but these errors were encountered: