~ubuntu-branches/ubuntu/karmic/gtk2hs/karmic

« back to all changes in this revision

Viewing changes to svgcairo/Graphics/Rendering/Cairo/SVG.chs

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2008-12-05 10:35:55 UTC
  • mfrom: (3.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20081205103555-3es3abfugo40ucfu
Tags: 0.9.13-4ubuntu1
* Merge from debian unstable (LP: #304945), Ubuntu remaining changes:
  - Added lpia to Architectures.
* Fixed svgRender return value, fix FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
svgRender svg = do
201
201
  cr <- ask
202
202
  liftIO $ {# call unsafe render_cairo #} svg cr
 
203
  return ()
203
204
 
204
205
-- | Get the width and height of the SVG image.
205
206
--