diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-07-22 18:11:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-22 18:11:46 -0400 |
commit | 73f06a3fa087af164c54b57b2d92466d689d107e (patch) | |
tree | d3105b40848cf3465ebf4e15732872bbc1748487 /test/data | |
parent | 2d367140938f6501430c6fcb96faef797e75789c (diff) |
Fix definition image aspect ratio issue (#1847)
* Fix incorrect aspect ratio
* Update test data
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/dictionaries/valid-dictionary1/character2.gif | bin | 0 -> 68 bytes | |||
-rw-r--r-- | test/data/dictionaries/valid-dictionary1/character3.gif | bin | 0 -> 70 bytes | |||
-rw-r--r-- | test/data/dictionaries/valid-dictionary1/term_bank_1.json | 11 |
3 files changed, 11 insertions, 0 deletions
diff --git a/test/data/dictionaries/valid-dictionary1/character2.gif b/test/data/dictionaries/valid-dictionary1/character2.gif Binary files differnew file mode 100644 index 00000000..8f7d000a --- /dev/null +++ b/test/data/dictionaries/valid-dictionary1/character2.gif diff --git a/test/data/dictionaries/valid-dictionary1/character3.gif b/test/data/dictionaries/valid-dictionary1/character3.gif Binary files differnew file mode 100644 index 00000000..e6032832 --- /dev/null +++ b/test/data/dictionaries/valid-dictionary1/character3.gif diff --git a/test/data/dictionaries/valid-dictionary1/term_bank_1.json b/test/data/dictionaries/valid-dictionary1/term_bank_1.json index 1d75f597..8f2a4c42 100644 --- a/test/data/dictionaries/valid-dictionary1/term_bank_1.json +++ b/test/data/dictionaries/valid-dictionary1/term_bank_1.json @@ -66,6 +66,17 @@ "莢\n" ]}, {"type": "structured-content", "content": [ + "Imgae aspect ratio tests:\nあ", + {"tag": "img", "path": "character2.gif", "height": 1.1, "imageRendering": "crisp-edges", "appearance": "monochrome", "background": false, "sizeUnits": "em", "collapsed": false, "collapsible": false}, + "あ\nあ", + {"tag": "img", "path": "character2.gif", "width": 0.4125, "imageRendering": "crisp-edges", "appearance": "monochrome", "background": false, "sizeUnits": "em", "collapsed": false, "collapsible": false}, + "あ\nあ", + {"tag": "img", "path": "character3.gif", "width": 1.1, "imageRendering": "crisp-edges", "appearance": "monochrome", "background": false, "sizeUnits": "em", "collapsed": false, "collapsible": false}, + "あ\nあ", + {"tag": "img", "path": "character3.gif", "height": 0.4125, "imageRendering": "crisp-edges", "appearance": "monochrome", "background": false, "sizeUnits": "em", "collapsed": false, "collapsible": false}, + "あ" + ]}, + {"type": "structured-content", "content": [ {"tag": "div", "style": {"fontStyle": "normal"}, "content": "fontStyle:normal"}, {"tag": "div", "style": {"fontStyle": "italic"}, "content": "fontStyle:italic"}, {"tag": "div", "style": {"fontWeight": "normal"}, "content": "fontWeight:normal"}, |