Roxen.git/
server/
modules/
graphics/
graphic_text.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-03-18
2000-03-18 19:12:06 by Per Hedbor <ph@opera.com>
8538c14c05032d0d1316ef93091883684cf75c09 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed a small bug
Rev: server/modules/graphics/graphic_text.pike:1.218
1:
// This is a roxen module. Copyright © 1996 - 2000, Roxen IS. //
-
constant cvs_version="$Id: graphic_text.pike,v 1.
217
2000/03/18 19:
11
:
01
per Exp $";
+
constant cvs_version="$Id: graphic_text.pike,v 1.
218
2000/03/18 19:
12
:
06
per Exp $";
#include <module.h> inherit "module";
727:
m_delete(arg,"width"); m_delete(arg,"height");
-
foreach(filearg
+ textarg
, string tmp)
+
foreach(filearg, string tmp)
if(arg[tmp]) { p[tmp]=fix_relative(arg[tmp],id);