mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-17 07:16:03 +00:00
Set canvas background to black...
..to avoid blending issues with white background
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
}
|
||||
#eximage { width: 802px; height: 452px; text-align: center; }
|
||||
#eximage img { margin: 0 auto; border: 1px solid; border-color: black; }
|
||||
#eximage canvas { position: relative; top: 1px; left: 1px; border: 1px solid red; }
|
||||
#eximage canvas { position: relative; top: 1px; left: 1px; border: 1px solid red; background: black; }
|
||||
pre { width: 802px!important;}
|
||||
pre code{ border: 1px solid; border-color:#b0b0b0; height:auto; }
|
||||
.exdownbtn{ margin-right: 20px; width:220px; height:30px; float:left; position: relative; cursor:pointer; font-weight:bold; font-size:10px;
|
||||
|
Reference in New Issue
Block a user