Math/modules/ve-math/tools
Thiemo Mättig 1ac3ab619e More strict regular expressions for CSS parsing
Having greedy .* matchers in these regular expressions is quite scary,
and a possible source of hard to track errors. For example, a string
like "height:8px;left:3ex" will make these regular expressions succeed,
even if they shouldn't. The substring "8px;left;3" will be fetched, and
most probably turned into something unexpected like "8ex" for the
calculations below.

Change-Id: Ia6753a58802fb3f3c5df4d2b35a6d8e616835f20
2017-07-11 07:33:34 +00:00
..
makeSvgsAndCss.js More strict regular expressions for CSS parsing 2017-07-11 07:33:34 +00:00
package.json Remove SVGO compression, now done upstream in Mathoid 2016-03-23 10:52:10 +00:00