mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Fix gif export transparency issue
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -14,7 +14,7 @@
|
||||
var color = {
|
||||
r : 255,
|
||||
g : 255,
|
||||
b : 255
|
||||
b : 0
|
||||
};
|
||||
var match = null;
|
||||
while (true) {
|
||||
|
||||
Reference in New Issue
Block a user