From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.230.200 with SMTP id ta8mr6720342obc.11.1414130851757; Thu, 23 Oct 2014 23:07:31 -0700 (PDT) X-Received: by 10.140.34.211 with SMTP id l77mr8783qgl.7.1414130851605; Thu, 23 Oct 2014 23:07:31 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!news.glorb.com!uq10no16596825igb.0!news-out.google.com!i10ni0qaf.0!nntp.google.com!s7no195792qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 23 Oct 2014 23:07:31 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=73.46.72.234; posting-account=yiWntAoAAAC1KqC_shmxJYv07B9l6LNU NNTP-Posting-Host: 73.46.72.234 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Cairo Bindings now added to Gnoga From: David Botton Injection-Date: Fri, 24 Oct 2014 06:07:31 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:22696 Date: 2014-10-23T23:07:31-07:00 List-Id: I've adopted the Cairo bindings from GtkAda for Gnoga. This adds in a quick instant tons of functionality for vector graphics. This of course is a great fit since Cairo will produce SVG in addition to PNG and PDFs so a really great fit. I'll be adding a thicker layer to it for easier use in general and for Gnoga. Cairo libs are usually installed already on Linux, for Mac I use home brew - brew install cairo and brew install libsvg-cairo for Windows install GtkAda even though not dependant on it, it installs all the needed libs for cairo. David Botton