ylemkimon
ea409eaf1d
fix(fonts): update fonts dependencies ( #2866 )
...
* fix(fonts): update fonts dependencies
* chore(fonts): fix buildMetrics for Python 3
* fix(fonts): update fonts
* test: update screenshots
* docs: update reference to katex-fonts
* chore: use Python 3
* fix(fonts): update fonts
* test: update screenshots
* Use explicit path
* Command-line arguments aren't actually supported
* Small buildMetrics fixes
* Add build:{fonts,metrics} script
* Lock versions of font-related dependencies
* Install minimal texlive
* Install fontforge
Co-authored-by: Erik Demaine <edemaine@mit.edu >
2021-08-29 07:06:42 +09:00
ylemkimon
7300952ae1
test: update Firefox screenshots ( #2845 )
2021-03-22 13:54:23 +09:00
Ron Kok
4a8a6a38ce
fix: Use SVGs to avoid gaps in tall delimiters. ( #2698 )
...
* fix: Use SVGs to avoid gaps in tall delimiters.
* Add \vert and \Vert
* Update screenshots
* Define verts array outside of function.
* Revert height-finding logic.
* Update screenshots
* Pick up review comments.
* Update CD screen shots
2020-12-28 16:50:09 -05:00
renovate[bot]
7418057e3a
chore(deps): update selenium/standalone-firefox docker tag to v3.141.59-20200826 [skip netlify] ( #2544 )
...
* chore(deps): update selenium/standalone-firefox docker tag to v3.141.59-20200826 [skip netlify]
* Update screenshots
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: ylemkimon <y@ylem.kim >
2020-09-26 02:53:23 +09:00
ylemkimon
3dd1ed45b4
Run screenshotter using Chrome 83 and Firefox 76 ( #2304 )
...
* Run screenshotter using Chrome 83 and Firefox 76
* Update screenshots
* Update NegativeSpace-chrome screenshot
The new screenshot is correct as per #1194 .
* Update Units-chrome screenshot
The new screenshot is correct as per #732 and compared to Firefox.
* Update screenshots
2020-07-14 08:48:55 -07:00
ylemkimon
800cdb2d23
Cleanup font build scripts & minor font updates ( #2155 )
...
* Minor font updates
* Update screenshots
* Cleanup build scripts
2019-12-07 13:11:45 +09:00
Ron Kok
d1cee3cf3d
Support {rcases} and {drcases} ( #2149 )
...
* Support {rcases} and {drcases}
* Fix lint error
* Update screenshots
2019-11-10 18:36:02 +09:00
Ron Kok
2139adffdb
Prevent gaps in tall delimiters ( #1986 )
...
* Prevent gaps in tall delimiters
* Improve lap vertical alignment
* Fix lint errors
* Remove outdated comment
* Move a declaration out of makeStackedDelim()
* Update screenshots
2019-07-05 10:16:24 -04:00
Eddie Kohler
b88bc7723d
Italic correction should not be applied to characters in text mode.
...
This requires changes to screenshotter tests that assumed italic
correction was applied in text mode.
2016-12-05 15:59:10 -05:00
Martin von Gagern
2e002ff37a
Use jspngopt and pako to create reproducible PNG files for Chrome as well
...
The combination of jspngopt and pako should eliminate possible causes for
different PNG encodings, although the core reason for #325 remains unknown.
Pako has poorer compression rates than native libz, but optimization can
counter that effect, and actually reduce the size of the screenshots.
The screenshots for LimitControls and UnsupportedCmds on Firefox used to
exhibit subpixel rendering before, for reasons unknown. The regenerated
versions don't exhibit this. See #324 for a discussion.
2015-08-30 02:12:55 +02:00
Martin von Gagern
758bdba31e
Implement cases environment
...
See issue #278 . Although the official definition makes use of @{…}
notation, we use custom spacing instead, since that seems easier for now.
2015-07-01 08:05:08 +02:00