diff options
Diffstat (limited to 'docs/mutool')
-rw-r--r-- | docs/mutool/run.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/mutool/run.html b/docs/mutool/run.html index 44eedec0..48c47d81 100644 --- a/docs/mutool/run.html +++ b/docs/mutool/run.html @@ -272,8 +272,8 @@ since then you can avoid reinterpreting the page each time. Be aware though, tha will keep all the graphics required in memory, so will increase the amount of memory required. <dl> -<dt>new DisplayList() -<dd>Create an empty display list. +<dt>new DisplayList(mediabox) +<dd>Create an empty display list. The mediabox rect has the bounds of the page in points. <dt>DisplayList#run(device, transform) <dd>Play back the recorded device calls onto the device. <dt>DisplayList#toPixmap(transform, colorspace, alpha) |