Closed
Bug 975781
Opened 11 years ago
Closed 9 years ago
[Skia] SkPathStroker::quad_to failed assertion "normalB.setLength(((float)(fRadius) / ( sqrtf(((1.0f) + dot)/2))))"
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase, Whiteboard: [skia-upstream])
Crash Data
Attachments
(2 files)
With:
user_pref("gfx.canvas.azure.backends", "skia");
gfx/skia/trunk/src/core/SkStroke.cpp:273: failed assertion "normalB.setLength(((float)(fRadius) / ( sqrtf(((1.0f) + dot)/2))))"
(Without forcing skia, it might hang instead.)
Reporter | ||
Comment 1•11 years ago
|
||
Updated•11 years ago
|
Whiteboard: [skia-upstream]
Reporter | ||
Comment 2•9 years ago
|
||
WFM
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•