git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0cdf06
)
more transparency stack tweaking
author
Matthias Kramm
<kramm@quiss.org>
Thu, 17 Sep 2009 15:50:38 +0000
(17:50 +0200)
committer
Matthias Kramm
<kramm@quiss.org>
Thu, 17 Sep 2009 15:50:38 +0000
(17:50 +0200)
lib/pdf/GFXOutputDev.cc
patch
|
blob
|
history
diff --git
a/lib/pdf/GFXOutputDev.cc
b/lib/pdf/GFXOutputDev.cc
index
84a4635
..
af891cb
100644
(file)
--- a/
lib/pdf/GFXOutputDev.cc
+++ b/
lib/pdf/GFXOutputDev.cc
@@
-2696,9
+2696,6
@@
void GFXOutputDev::endTransparencyGroup(GfxState *state)
dbg("endTransparencyGroup this->device now back to %08x (destroying %08x)", states[statepos].olddevice, this->device);
- while(statepos && !states[statepos].olddevice)
- --statepos;
-
this->device = states[statepos].olddevice;
if(!this->device) {
msg("<error> Invalid state nesting");