- 
    Bug 
- 
    Resolution: Fixed
- 
     P3 P3
- 
    8u60, 9
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build | 
|---|---|---|---|---|---|---|
| JDK-8162441 | 8u112 | Arunprasad Rajkumar | P3 | Resolved | Fixed | b04 | 
                    .bg {
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><circle cx='50' cy='50' r='40' stroke='black' stroke-width='3' fill='red' /></svg>");
width: 500px;
height: 200px;
}
Above style is not showing anything on the screen. But adding no-repeat to the background property works.
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><circle cx='50' cy='50' r='40' stroke='black' stroke-width='3' fill='red' /></svg>");
width: 500px;
height: 200px;
}
Above style is not showing anything on the screen. But adding no-repeat to the background property works.
- backported by
- 
                    JDK-8162441 [WebView] Unable to tile SVG image using css background property -           
- Resolved
 
-         
- relates to
- 
                    JDK-8165909 JavaScript to Java String conversion is not correct -           
- Resolved
 
-