Skip to content

Commit

Permalink
Fix SVG file for Firefox
Browse files Browse the repository at this point in the history
This uses a newer version of LibreOffice to build the SVG files.

~~~
$ ls fig/*.svg
fig/file-mapping.svg  fig/forking.svg  fig/repository-links.svg
$ libreoffice --version
LibreOffice 6.0.1.1 00m0(Build:1)
$ for i in *.odg; do libreoffice --convert-to svg $i; done
~~~
  • Loading branch information
rgaiacs committed Feb 20, 2018
1 parent 126ad77 commit 60f6511
Show file tree
Hide file tree
Showing 3 changed files with 1,840 additions and 1,693 deletions.
Loading

0 comments on commit 60f6511

Please sign in to comment.