Skip to content

Commit 23f9872

Browse files
committed
fix links
1 parent 2f5e409 commit 23f9872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webgl/lessons/webgl-qna-how-to-make-webgl-canvas-transparent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ TOC: How to make WebGL canvas transparent
77
Is it possible to have **WebGL canvas** with transparent background?
88
I want to have contents of web page visible through the canvas.
99

10-
This is what I have now: http://i50.tinypic.com/2vvq7h2.png
10+
This is what I have now: https://imgur.com/BMgHWsZ
1111

1212
As you can see, the text behind the WebGL canvas is not visible. When I change style of Canvas element in CSS and add
1313

1414
opacity: 0.5;
1515

1616
The page will look like this:
17-
http://i47.tinypic.com/302ys9c.png
17+
https://imgur.com/hSu5tyM
1818

1919
Which is almost what I want, but not entirely - the color of text due to the CSS alpha setting is of course not the same black and color of blue shape is not the same blue as in the first picture.
2020

0 commit comments

Comments
 (0)