WebKit Bugzilla
Attachment 372020 Details for
Bug 198818
: [cairo][SVG] clip-path mask is blurred if it is scaled by HTML
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
test case
clip-scale-2.html (text/html), 554 bytes, created by
Fujii Hironori
on 2019-06-12 22:20:14 PDT
(
hide
)
Description:
test case
Filename:
MIME Type:
Creator:
Fujii Hironori
Created:
2019-06-12 22:20:14 PDT
Size:
554 bytes
patch
obsolete
><!DOCTYPE html> ><html> > <head> > <style> > div { > display: inline-block; > transform: translate(300px, 0px) scale(100, 100); > } > </style> > </head> > <body> > <div> > <svg version="1.1" width="2" height="2"> > <defs> > <clippath id="simpler-clippath"> > <circle cx="1" cy="1" r="1"></circle> > <circle cx="1" cy="1" r="1"></circle> > </clippath> > </defs> > <rect clip-path="url(#simpler-clippath)" width="2" height="2"></rect> > </svg> > </div> > </body> ></html>
<!DOCTYPE html> <html> <head> <style> div { display: inline-block; transform: translate(300px, 0px) scale(100, 100); } </style> </head> <body> <div> <svg version="1.1" width="2" height="2"> <defs> <clippath id="simpler-clippath"> <circle cx="1" cy="1" r="1"></circle> <circle cx="1" cy="1" r="1"></circle> </clippath> </defs> <rect clip-path="url(#simpler-clippath)" width="2" height="2"></rect> </svg> </div> </body> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 198818
: 372020 |
372021