WebKit Bugzilla
Attachment 340568 Details for
Bug 185720
: Repaint bounds too small on SVG element with blur filter applied
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Simple testcase to reproduce the issue
blur-bug.html (text/html), 836 bytes, created by
Jan Bösenberg
on 2018-05-17 03:40:21 PDT
(
hide
)
Description:
Simple testcase to reproduce the issue
Filename:
MIME Type:
Creator:
Jan Bösenberg
Created:
2018-05-17 03:40:21 PDT
Size:
836 bytes
patch
obsolete
><!DOCTYPE html> ><html> ><head> > <meta charset="utf-8"> > <meta name="viewport" content="width=device-width"> > <title>JS Bin</title> > <style type="text/css"> > > .square { > color: red; > } > > .square:hover { > color: blue; > } > > </style> ></head> ><body> > <div > > <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256" viewBox="0,0,256,256" color-interpolation="sRGB" > > <defs> > <filter id="filter1"> > <feGaussianBlur stdDeviation="8" /> > </filter> > </defs> > <g filter="url(#filter1)" > > <rect class="square" x="64" y="64" width="128" height="128" fill="currentColor" /> > </g> > </svg> > </div> > <div>Move mouse over square to change color</div> > ></body> ></html>
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>JS Bin</title> <style type="text/css"> .square { color: red; } .square:hover { color: blue; } </style> </head> <body> <div > <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256" viewBox="0,0,256,256" color-interpolation="sRGB" > <defs> <filter id="filter1"> <feGaussianBlur stdDeviation="8" /> </filter> </defs> <g filter="url(#filter1)" > <rect class="square" x="64" y="64" width="128" height="128" fill="currentColor" /> </g> </svg> </div> <div>Move mouse over square to change color</div> </body> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 185720
: 340568