Skip to content

Commit

Permalink
DISABLE: mustKeepAlpha, due to it being buggy #14
Browse files Browse the repository at this point in the history
  • Loading branch information
spillerrec committed Jan 13, 2018
1 parent 7a5d9d4 commit 4c7f862
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/OraSaver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ void OraSaver::save( QString path, Format format ) const{
//Detect composition mode
//TODO: Decide this earlier and change encoding type
QString composition = "composite-op=\"cgcompress:alpha-replace\"";
if( !primitives[layer].mustKeepAlpha() )
composition = "";
// if( !primitives[layer].mustKeepAlpha() )
// composition = "";

QString name = QString( "data/%1.%2" ).arg( layer ).arg( format.ext() );
stack += QString( "<layer %1 name=\"%2\" src=\"%2\" x=\"%3\" y=\"%4\" />" )
Expand Down

0 comments on commit 4c7f862

Please sign in to comment.