Added ripples magic.
Added (not finished) (new) sparkles magic. Fixed printf localization bug in postscript printing. Got Text tool working when Pango is used.
This commit is contained in:
parent
0ed6e2fd30
commit
c4b3e49215
7 changed files with 525 additions and 65 deletions
|
|
@ -73,7 +73,7 @@ int f2int(float f)
|
|||
|
||||
int f2dec(float f)
|
||||
{
|
||||
return (int)(f - (((int)f) * 100));
|
||||
return (int)((f - f2int(f)) * 100);
|
||||
}
|
||||
|
||||
/* Actually save the PostScript data to the file stream: */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue