When converting to PDF, it seems text-shadow is not applied?
MRP:
<svg width="300" height="100" xmlns="http://www.w3.org/2000/svg">
<style>
.shadowed {
font-size: 40px;
fill: black;
text-shadow: black 5px 5px 5px;
}
</style>
<text x="50" y="50" class="shadowed">Shadow Text</text>
</svg>
Result:

Expected:

When converting to PDF, it seems text-shadow is not applied?
MRP:
Result:

Expected:
