You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3

4
4
5
-
This repository contains Fortran bindings for the [Cairo](https://cairographics.org/) vector graphics library. It was extracted from the [gtk-fortran](https://github.com/vmagnin/gtk-fortran/wiki/) project, as a separate _fpm_ package.
5
+
This repository contains Fortran bindings for the [Cairo](https://cairographics.org/) vector graphics library. It was extracted from the [gtk-fortran](https://github.com/vmagnin/gtk-fortran/wiki/) project, as a separate _fpm_ package, for people who don't need the GTK stuff.
6
6
7
7
Remark: this repository was cloned from the now unavailable @brocolis' repository (latest 5th September 2021 version).
8
8
@@ -57,7 +57,7 @@ $ cd cairo-fortran
57
57
58
58
## Testing cairo-fortran
59
59
60
-
Each test prints nothing in the terminal but is creating an output file in the main directory of the project: `test1.f90` a PNG file, `test2.f90` a SVG file and `test4.f90` a PDF file.
60
+
Each test prints nothing in the terminal but creates an output file in the main directory of the project: `test1.f90` a PNG file, `test2.f90` a SVG file and `test4.f90` a PDF file.
61
61
62
62
```bash
63
63
$ fpm test
@@ -76,7 +76,7 @@ $ ls *.png *.svg *.pdf
76
76
axis.svg chess.pdf F.png
77
77
```
78
78
79
-
See https://cairographics.org/manual/cairo-surfaces.html for other available *surfaces* (for example you could use PostScript).
79
+
Note that Cairo has many other rendering devices not tested here (e.g. PostScript). See https://cairographics.org/manual/cairo-surfaces.html for other available *surfaces*.
80
80
81
81
### Example test1
82
82

@@ -89,13 +89,13 @@ See https://cairographics.org/manual/cairo-surfaces.html for other available *su
89
89
90
90
### Other examples
91
91
92
-
Theses example use cairo-fortran as a fpm dependency:
92
+
These examples use cairo-fortran as a fpm dependency:
93
93
*https://github.com/vmagnin/hat_polykite
94
94
*https://github.com/vmagnin/von_koch_snowflake
95
95
*https://github.com/vmagnin/penrose_tiling
96
96
97
97
## fpm
98
-
To use cairo-fortran within your own `fpm` project, add the following to your project `fpm.toml` file:
98
+
To use cairo-fortran within your own `fpm` project, add the following dependency to your project `fpm.toml` file:
0 commit comments