Files
KaTeX/static
David Flanagan 7b5083f982 Don't inherit SVG style properties from the environment. (#1089)
* Don't inherit SVG style properties from the environment.

We don't want to inherit styles that affect SVG painting unless those
styles also affect regular text rendering. This patch adds styles
to the stylesheet so that every svg element in KaTeX output starts
off with a known set of basic fill and stroke attributes.

This should resolve issue #1088

* Default to stroke:none for <path> elements
2018-01-25 09:01:37 -05:00
..