Closed
Bug 1663945
Opened 4 years ago
Closed 4 years ago
CanvasRenderingContext2D shape closing issue
Categories
(Core :: Graphics: Canvas2D, defect, P2)
Tracking
()
RESOLVED
DUPLICATE
of bug 1659070
People
(Reporter: mohammed.musaib, Unassigned)
Details
Attachments
(1 file)
99.97 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36
Steps to reproduce:
We are using 2D canvas element for drawing shapes,we are using closepath() to close the shape, on that time closed coordinates are getting tapped. we using latest firefox 80.0.1 in windows 10 environment.
Actual results:
In chrome it is working fine, only in firefox it edges are looking like tapped, we need sharp edges in firefox browser.
you can check in codesandbox link below
Expected results:
we need sharp edges in firefox browser like chrome....
Reporter | ||
Updated•4 years ago
|
Severity: -- → S2
Points: --- → 3
OS: Unspecified → Windows 10
Priority: -- → P2
Hardware: Unspecified → x86_64
Reporter | ||
Updated•4 years ago
|
Flags: needinfo?(mohammed.musaib)
Reporter | ||
Updated•4 years ago
|
Flags: needinfo?(mohammed.musaib)
Version: 80 Branch → Firefox 81
Reporter | ||
Updated•4 years ago
|
Flags: needinfo?(mohammed.musaib)
Reporter | ||
Updated•4 years ago
|
Flags: needinfo?(mohammed.musaib)
Updated•4 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
Updated•2 years ago
|
Severity: S2 → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•