Closed
Bug 1222115
Opened 10 years ago
Closed 10 years ago
svg clipping
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1075457
People
(Reporter: mr.attila.kovacs, Unassigned)
Details
Attachments
(1 file)
|
2.68 MB,
application/octet-stream
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:41.0) Gecko/20100101 Firefox/41.0
Build ID: 20151014143721
Steps to reproduce:
I made a parallax effect and html5 animated background. I am so proud of myself :),
Anyway style.css line 57-58 works like a charm with chrome and safari:
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 66.5% 100%, 66.5% 19.5%, 0 19.5%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 66.5% 100%, 66.5% 19.5%, 0 19.5%);
FIREFOX NOT EVEN CAN HANDLE SVG FOR SOME REASON.
(full source code attached)
Actual results:
DIV layer clipping does not work as on chrome
(full source code attached)
Expected results:
Check on google chrome
(full source code attached)
| Reporter | ||
Comment 1•10 years ago
|
||
SOURCE CODE
Comment 2•10 years ago
|
||
That's not an SVG clip-path, it's a CSS clip-path. We support SVG clipPaths where the path is defined in SVG markup. CSS clip-path implementation is in-progress.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•