Skip to content

text-shadow not supported #96

@spidersouris

Description

@spidersouris

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:
Image

Expected:
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions