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:
a2388a0
)
removed cap/joint style warning
author
kramm
<kramm>
Sun, 7 Jan 2007 20:26:43 +0000
(20:26 +0000)
committer
kramm
<kramm>
Sun, 7 Jan 2007 20:26:43 +0000
(20:26 +0000)
lib/devices/render.c
patch
|
blob
|
history
diff --git
a/lib/devices/render.c
b/lib/devices/render.c
index
7e6d2ad
..
78b28b2
100644
(file)
--- a/
lib/devices/render.c
+++ b/
lib/devices/render.c
@@
-491,9
+491,9
@@
void render_stroke(struct _gfxdevice*dev, gfxline_t*line, gfxcoord_t width, gfxc
internal_t*i = (internal_t*)dev->internal;
double x,y;
- if(cap_style != gfx_capRound || joint_style != gfx_joinRound) {
+ /*if(cap_style != gfx_capRound || joint_style != gfx_joinRound) {
fprintf(stderr, "Warning: cap/joint style != round not yet supported\n");
- }
+ }*/
while(line) {
int x1,y1,x2,y2,x3,y3;