Closed
Bug 1400400
Opened 7 years ago
Closed 7 years ago
wr-text: implement (blob) SVG fonts
Categories
(Core :: Graphics: WebRender, enhancement, P1)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox57 | --- | unaffected |
firefox58 | --- | unaffected |
People
(Reporter: jrmuizel, Unassigned)
References
Details
(Whiteboard: [wr-reserve] [gfx-noted])
All of the svg glyphs go away after the first paint.
Reporter | ||
Updated•7 years ago
|
Blocks: stage-wr-nightly
Updated•7 years ago
|
Whiteboard: [wr-mvp] [triage]
Updated•7 years ago
|
Whiteboard: [wr-mvp] [triage] → [wr-mvp] [triage][gfx-noted]
Updated•7 years ago
|
Priority: -- → P2
Whiteboard: [wr-mvp] [triage][gfx-noted] → [wr-mvp] [gfx-noted]
Comment 1•7 years ago
|
||
This now crashes because svg fonts use the full DrawTarget and we assert that doesn't happen.
Same cause as https://bugzilla.mozilla.org/show_bug.cgi?id=1400917
Updated•7 years ago
|
Summary: https://color.typekit.com/ is broken with WebRender → text-layers: implement (blob) SVG fonts
Comment 2•7 years ago
|
||
Nightmare test case: http://colorfonts.langustefonts.com/disco.html
Updated•7 years ago
|
Blocks: 1407627
Summary: text-layers: implement (blob) SVG fonts → wr-text: implement (blob) SVG fonts
Updated•7 years ago
|
status-firefox57:
--- → unaffected
status-firefox58:
--- → unaffected
Updated•7 years ago
|
Priority: P2 → P3
Whiteboard: [wr-mvp] [gfx-noted] → [wr-reserve] [gfx-noted]
Comment 3•7 years ago
|
||
As Major sites in South Korea still uses bitmap fonts like Gulim or Dotum, (like on https://www.naver.com ,which uses Dotum for small fonts. I wish it has higher priority.
Reporter | ||
Comment 4•7 years ago
|
||
(In reply to tjtncks from comment #3)
> As Major sites in South Korea still uses bitmap fonts like Gulim or Dotum,
> (like on https://www.naver.com ,which uses Dotum for small fonts. I wish it
> has higher priority.
Do Gulim or Dotum actually use SVG fonts or bitmap fonts? Bitmap fonts would not be related to this bug.
Reporter | ||
Comment 5•7 years ago
|
||
Also, https://www.naver.com/ seems to work fine for me with WebRender turned on.
Comment 6•7 years ago
|
||
(In reply to Jeff Muizelaar [:jrmuizel] from comment #5)
> Also, https://www.naver.com/ seems to work fine for me with WebRender turned
> on.
As Gulim and Dotum fonts are only included in Korean language pack, you won't see it (as it defalut back to ... Malgun? I think)
... Wrong thread. sorry
Updated•7 years ago
|
Priority: P3 → P1
Reporter | ||
Comment 7•7 years ago
|
||
This seems to work now.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•