Skip to content

Commit aa4b9f4

Browse files
committed
Some text cleanups from Øyvind Kolås.
1 parent d86f5af commit aa4b9f4

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
2005-08-24 Carl Worth <[email protected]>
22

3+
* README: Some text cleanups from Øyvind Kolås.
4+
5+
2005-08-24 Carl Worth <[email protected]>
6+
7+
38
* AUTHORS: Add Amaury Jacquot.
49

510
2005-08-24 Carl Worth <[email protected]>

README

+5-4
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ while taking advantage of display hardware acceleration when available
1515
The cairo API provides operations similar to the drawing operators of
1616
PostScript and PDF. Operations in cairo including stroking and filling
1717
cubic Bézier splines, transforming and compositing translucent images,
18-
and antialiased text rendering. All drawing operations can be scaled,
19-
rotated, or transformed through any other affine transformation.
18+
and antialiased text rendering. All drawing operations can be
19+
transformed by any affine transformation (scale, rotation, shear,
20+
etc.).
2021

2122
Cairo has been designed to let you draw anything you want in a modern
2223
2D graphical user interface. At the same time, the cairo API has been
23-
designed to be as easy to learn and fun to use as possible. If you're
24-
not having fun while programming with cairo, then we have failed
24+
designed to be as fun and easy to learn as possible. If you're not
25+
having fun while programming with cairo, then we have failed
2526
somewhere---let us know and we'll try to fix it next time around.
2627

2728
Cairo is free software and is available to be redistributed and/or

0 commit comments

Comments
 (0)