I want to use border-radius for my document, I was struggling and I found this code on stack overflow from here but results in this: output.pdf, why?
<html>
<head>
<title>JS Bin</title>
<style>
.circle {
border-radius: 50%;
width: 250px;height: 250px;
background-image:url("https://fiverr-res.cloudinary.com/t_profile_original,q_auto,f_auto/profile/photos/3864710/original/isurunix.png")
}
</style>
</head>
<body>
<div class='circle'></div>
</body>
</html>
Found the issue, flying saucer was out of date, sorry for wasting time.