Closed
Bug 1217317
Opened 10 years ago
Closed 10 years ago
No filter on vertical/horizontal svg path
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
DUPLICATE
of bug 885427
People
(Reporter: rdubreil, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:40.0) Gecko/20100101 Firefox/40.0
Build ID: 20150807095004
Steps to reproduce:
Example here
http://codepen.io/anon/pen/VvQvKP
Apply svg filter on path.
Actual results:
No display horizontal(orange) and vertical(blue) path.
Expected results:
Display horizontal and vertical path with blur filter.
Comment 1•10 years ago
|
||
Does the bug happen with the latest version Firefox 41.0.2?
If yes please give more details.
Hi
I add two attachments with the results on firefox and chromium.
Example with generic value
d="Mx1 y1Lx2 y1" no change Y axis
or
d="Mx1 y1Lx1 y2" no change X axis.
No visible with a filter (filter: url(#blur))
Summary: No filter on vertical/horizontal path → No filter on vertical/horizontal svg path
Comment 5•10 years ago
|
||
latest nightly 44.0a1 2015-10-25
Status: UNCONFIRMED → NEW
Component: Untriaged → SVG
Ever confirmed: true
OS: Linux → All
Product: Firefox → Core
Version: 40 Branch → Trunk
Comment 6•10 years ago
|
||
I could reproduce the bug also on Win 7 64bit with latest nightly 44.0a1 2015-10-25.
Hardware: x86 → All
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•