Roxen.git/
server/
modules/
graphics/
graphic_text.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1999-05-30
1999-05-30 22:45:15 by Per Hedbor <ph@opera.com>
9ee004917ccfb62bcb09431df73ff06680ee6c9e (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fix for xsize= and ysize=
Rev: server/modules/graphics/graphic_text.pike:1.180
1:
-
constant cvs_version="$Id: graphic_text.pike,v 1.
179
1999/05/
25
10
:
53
:
22
per Exp $";
+
constant cvs_version="$Id: graphic_text.pike,v 1.
180
1999/05/
30
22
:
45
:
15
per Exp $";
constant thread_safe=1; #include <config.h>
389:
if(args->ysize) ys=(int)args->ysize;
-
if( xs != background->xsize()
&&
+
if( xs != background->xsize()
||
ys != background->ysize() ) { if(!args->rescale)