-
-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
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>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

