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:
c93d525
)
don't increase the swfid for shapes which are cancelled
author
kramm
<kramm>
Sun, 16 Apr 2006 13:35:12 +0000
(13:35 +0000)
committer
kramm
<kramm>
Sun, 16 Apr 2006 13:35:12 +0000
(13:35 +0000)
lib/devices/swf.c
patch
|
blob
|
history
diff --git
a/lib/devices/swf.c
b/lib/devices/swf.c
index
0c67c97
..
1ca808b
100644
(file)
--- a/
lib/devices/swf.c
+++ b/
lib/devices/swf.c
@@
-1005,6
+1005,8
@@
void cancelshape(gfxdevice_t*dev)
if(i->shape) {swf_ShapeFree(i->shape);i->shape=0;}
i->shapeid = -1;
i->bboxrectpos = -1;
+
+ i->currentswfid--;
}
void fixAreas(gfxdevice_t*dev)