Skip to content

Commit 9b241e4

Browse files
committed
Add configuration for SVGs
1 parent 31556db commit 9b241e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webapp/templates/base.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<script>
1717
window.MathJax = {
1818
tex: { inlineMath: [['$', '$'], ['\\(', '\\)']] },
19+
svg: { fontCache: 'global' },
1920
chtml: { fontURL: "{{ app.request.basePath }}/mathjaxfonts" }
2021
};
2122
</script>

0 commit comments

Comments
 (0)