mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
rename test.html to viewer.html
This commit is contained in:
parent
47a8303512
commit
3f5974da32
4 changed files with 6 additions and 6 deletions
|
@ -4282,8 +4282,8 @@ var GlyphsUnicode = {
|
|||
zukatakana: 0x30BA
|
||||
};
|
||||
|
||||
// Add missing glyphs from the original Adobe's list
|
||||
GlyphsUnicode["angbracketleft"] = 0x3008;
|
||||
GlyphsUnicode["angbracketright"] = 0x3009;
|
||||
GlyphsUnicode["circlecopyrt"] = 0x00A9;
|
||||
// Add missing glyphs from the Adobe's original list
|
||||
GlyphsUnicode.angbracketleft = 0x3008;
|
||||
GlyphsUnicode.angbracketright = 0x3009;
|
||||
GlyphsUnicode.circlecopyrt = 0x00A9;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue