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-3
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ $ cd cairo-fortran
55
55
56
56
## Testing cairo-fortran
57
57
58
-
Each test prints nothing in the terminal but is creating a PNG file. You should therefore obtain three PNG files in the main directory of the project:
58
+
Each test prints nothing in the terminal but is creating an output filein the main directory of the project:`test1.f90` a PNG file, `test2.f90` a SVG file and `test4.f90` a PDF file.
59
59
60
60
```bash
61
61
$ fpm test
@@ -70,10 +70,12 @@ test4 done.
70
70
test1 done.
71
71
test2 done.
72
72
[100%] Project compiled successfully.
73
-
$ ls *.png
74
-
axis.png chess.png F.png
73
+
$ ls *.png*.svg *.pdf
74
+
axis.svg chess.pdf F.png
75
75
```
76
76
77
+
See https://cairographics.org/manual/cairo-surfaces.html for other available *surfaces* (for example you could use PostScript).
0 commit comments