-
Enhancement
-
Resolution: Fixed
-
P3
-
7u6, 8
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8132180 | 7u40 | Jim Graham | P3 | Closed | Fixed |
Currently Prism support rectangular clip only. I'd like to request support for clips that are arbitrary Paths. Something like
Graphics.setClip(Path clip);
Webkit uses shaped clip extensively, so in WebView we have to work around by rendering to an offscreen image and blending with mask. This is very inefficient.
Graphics.setClip(Path clip);
Webkit uses shaped clip extensively, so in WebView we have to work around by rendering to an offscreen image and blending with mask. This is very inefficient.
- backported by
-
JDK-8132180 Request for shaped clip support
-
- Closed
-
- blocks
-
JDK-8091003 NGNode non-rectangular clipping code should take advantage of new 1-step clip mechanism
-
- Open
-
-
JDK-8098079 NGCanvas should take advantage of new 1-step clip support
-
- Resolved
-