Path: csiph.com!news.swapon.de!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro Newsgroups: comp.graphics.api.misc Subject: Cairo Graphics Date: Fri, 19 Apr 2024 07:10:13 -0000 (UTC) Organization: A noiseless patient Spider Lines: 6 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Fri, 19 Apr 2024 09:10:13 +0200 (CEST) Injection-Info: dont-email.me; posting-host="9edfee33d4561201a41a00d87dc9eb08"; logging-data="2943455"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18abr8hAAd3uvxf7M/h2PFp" User-Agent: Pan/0.155 (Kherson; fc5a80b8) Cancel-Lock: sha1:i8j6b3Jx6FCTH/5xe9M8F1J48tc= Xref: csiph.com comp.graphics.api.misc:8 Cairo is a 2D graphics API clearly inspired by PostScript, yet just as clearly an improvement on it. Whereas the PostScript graphics model never progressed beyond putting marks on paper (even in Display PostScript), Cairo adds features specifically to support interactive graphics on a display screen, like operators and alpha channels. It also has better Unicode support.