diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2019-11-02 09:36:34 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2019-11-02 09:36:34 +0100 |
commit | f1e969402ea4a1dadba6c4c72028dc76cc6daa38 (patch) | |
tree | 127217c2045f52e9de316085c30cfdb462dcb603 /.gitmodules | |
parent | baa78a97e4a15293b691cbb0e33533666bf95b41 (diff) | |
download | lulua-f1e969402ea4a1dadba6c4c72028dc76cc6daa38.tar.gz lulua-f1e969402ea4a1dadba6c4c72028dc76cc6daa38.tar.bz2 lulua-f1e969402ea4a1dadba6c4c72028dc76cc6daa38.zip |
render: Improve generated SVG compatibility
Switch to proper SVG user coordinate rendering instead of font-dependent
sizes. Embed WOFF2 fonts, so images have proper fonts when embedded.
Remove font blobs and submodule IBM’s plex git repo.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 9ac1fdb..7a73284 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "3rdparty/wikiextractor"] path = 3rdparty/wikiextractor url = https://github.com/attardi/wikiextractor.git +[submodule "3rdparty/plex"] + path = 3rdparty/plex + url = https://github.com/IBM/plex.git |