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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
tl;dr:
Open https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial/Applying_styles_and_colors with the Network panel and you'll see:
Soon, all the live samples' images will be local to the content. I.e. instead of
https://mdn.mozillademos.org/files/1234/Canvas-rgba.png
it's now just./canvas-rgba.png
.It's being done in mdn/content#6025
But you can test it on: https://pr6025.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/Canvas_API/Tutorial/Applying_styles_and_colors
Instead, this is what you see:
Beta Was this translation helpful? Give feedback.
All reactions