Skip to content

Commit

Permalink
qa diff files added
Browse files Browse the repository at this point in the history
  • Loading branch information
EbenSorkin committed Oct 2, 2024
1 parent 27c4cc2 commit e01b8f9
Show file tree
Hide file tree
Showing 41 changed files with 374,519 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ninja_log
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# ninja log v5
1 1776 1727839424434439124 /Users/ebensorkin/Documents/GitHub/Merriweather4/qa 5dc060c8df28803f
2 48503 0 /Users/ebensorkin/Documents/GitHub/Merriweather4/qa/Regular 76cf1a76603b2b28
37 changes: 37 additions & 0 deletions build.ninja
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
rule diffbrowsers
command = _diffbrowsers "$args"
build /Users/ebensorkin/Documents/GitHub/Merriweather4/qa: diffbrowsers
args = {'fonts_before': $
['/Users/ebensorkin/Documents/GitHub/Merriweather4/qa/fonts_before/Merriweather-Regular.ttf'], $
'fonts_after': $
['/Users/ebensorkin/Documents/GitHub/Merriweather4/qa/fonts/Merriweather-Regular.ttf'], $
'diffbrowsers': True, 'diffenator': True, 'out': $
'/Users/ebensorkin/Documents/GitHub/Merriweather4/qa', 'imgs': False, $
'styles': 'instances', 'characters': '.*', 'user_wordlist': None, $
'filter_styles': 'Regular', 'font_size': 28, 'pt_size': 20, $
'threshold': 0.9, 'precision': 28, 'no_words': False, 'no_tables': $
False, 'diffenator_template': $
'/Users/ebensorkin/Documents/GitHub/Merriweather4/venv/lib/python3.11/site-packages/diffenator2/templates/diffenator.html', $
'command': 'diff', 'diffbrowsers_templates': [], 'debug_gifs': False, $
'kwargs': {'no_diffenator': False}, 'no_diffenator': False}

rule diffenator
command = _diffenator "$args"
build /Users/ebensorkin/Documents/GitHub/Merriweather4/qa/Regular: diffenator
args = {'fonts_before': $
['/Users/ebensorkin/Documents/GitHub/Merriweather4/qa/fonts_before/Merriweather-Regular.ttf'], $
'fonts_after': $
['/Users/ebensorkin/Documents/GitHub/Merriweather4/qa/fonts/Merriweather-Regular.ttf'], $
'diffbrowsers': True, 'diffenator': True, 'out': $
'/Users/ebensorkin/Documents/GitHub/Merriweather4/qa', 'imgs': False, $
'styles': 'instances', 'characters': '.*', 'user_wordlist': None, $
'filter_styles': 'Regular', 'font_size': 28, 'pt_size': 20, $
'threshold': 0.9, 'precision': 28, 'no_words': False, 'no_tables': $
False, 'diffenator_template': $
'/Users/ebensorkin/Documents/GitHub/Merriweather4/venv/lib/python3.11/site-packages/diffenator2/templates/diffenator.html', $
'command': 'diff', 'diffbrowsers_templates': [], 'debug_gifs': False, $
'kwargs': {'no_diffenator': False}, 'no_diffenator': False, 'coords': $
'wght=400', 'old_font': $
'/Users/ebensorkin/Documents/GitHub/Merriweather4/qa/fonts_before/Merriweather-Regular.ttf', $
'new_font': $
'/Users/ebensorkin/Documents/GitHub/Merriweather4/qa/fonts/Merriweather-Regular.ttf'}
Binary file added qa/Black-diffbrowsers_glyphs.html
Binary file not shown.
Loading

0 comments on commit e01b8f9

Please sign in to comment.