Closed
Bug 1385911
Opened 7 years ago
Closed 7 years ago
SVG mask is broken on scroll
Categories
(Core :: SVG, defect, P3)
Core
SVG
Tracking
()
RESOLVED
DUPLICATE
of bug 1318266
People
(Reporter: gl, Assigned: u459114)
Details
Attachments
(2 files)
This a bug report we received from the Stripe team.
STR:
1. Go to https://stripe.com/atlas
2. Scroll all the way bottom of the page and then back up to "Startup Toolkit" section where the image of the laptop is broken. See screenshot.
This appears to be a bug with SVG mask.
Reporter | ||
Comment 1•7 years ago
|
||
Reporter | ||
Comment 2•7 years ago
|
||
Reporter | ||
Updated•7 years ago
|
Attachment #8892032 -
Attachment description: Screenshot → Screenshot - Mask Issue
Reporter | ||
Updated•7 years ago
|
Attachment #8892032 -
Attachment description: Screenshot - Mask Issue → Screenshot - Mask Issue (Unwanted Lines)
Reporter | ||
Comment 3•7 years ago
|
||
Another similar issue appears on:
https://stripe.com/us/payments
Scroll to the bottom and back up see the images at the top are broken in a similar way.
Updated•7 years ago
|
Component: Untriaged → SVG
Comment 4•7 years ago
|
||
Please can you create a minimal testcase and add it as an attachment to this bug. An entire complex webpage from a website is simply too much to dig through.
Flags: needinfo?(gl)
Updated•7 years ago
|
Priority: -- → P3
Comment 5•7 years ago
|
||
There are 2 regressions here:
#1 Mask function was broken and caused the image was masked out entirely.
Regressed by https://hg.mozilla.org/mozilla-central/rev/619441944e8a
#2 Regression(regression this bug refers to) caused by the fix of #1(bug 1294171) and possibly this patch
https://hg.mozilla.org/mozilla-central/rev/23fcd6d28628
It seems a existing bug and incurred by the fix #1.
Blocks: 1294171
Flags: needinfo?(cku)
this bug is relative to paint-on-mask layer. I can repro it even by turning of e10s, so it's independant with bug 1382534
And there are both clip-path and mask applied on the computer image
Reporter | ||
Updated•7 years ago
|
Flags: needinfo?(gl)
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•