mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision d04a8fc02b85bd32799691759c8c05ead07cd939
This commit is contained in:
parent
e8fdc677f4
commit
2b35c55ac7
63 changed files with 2068 additions and 340 deletions
|
@ -12,3 +12,21 @@ g = f.createChar(-1, "uni2AFF.display")
|
|||
mathfont.drawRectangleGlyph(g, mathfont.em, v1, 0)
|
||||
f[nAryWhiteVerticalBarCodePoint].verticalVariants = "uni2AFF uni2AFF.display"
|
||||
mathfont.save(f)
|
||||
|
||||
v1 = 2 * mathfont.em
|
||||
v2 = 3 * mathfont.em
|
||||
f = mathfont.create("largeop-displayoperatorminheight%d-2AFF-italiccorrection%d" % (v1, v2))
|
||||
f.copyright = "Copyright (c) 2018 Igalia S.L."
|
||||
f.math.DisplayOperatorMinHeight = v1
|
||||
mathfont.createSquareGlyph(f, nAryWhiteVerticalBarCodePoint)
|
||||
g = f.createChar(-1, "uni2AFF.display")
|
||||
p = g.glyphPen()
|
||||
p.moveTo(0, 0)
|
||||
p.lineTo(v2, v1)
|
||||
p.lineTo(v2 + mathfont.em, v1)
|
||||
p.lineTo(mathfont.em, 0)
|
||||
p.closePath();
|
||||
g.width = mathfont.em + v2
|
||||
g.italicCorrection = v2
|
||||
f[nAryWhiteVerticalBarCodePoint].verticalVariants = "uni2AFF uni2AFF.display"
|
||||
mathfont.save(f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue