Skip to content

Out of memory on transformed text #3

@valpackett

Description

@valpackett

node-rsvg blows up with error: out of memory when text (or a group with text, etc.) is transformed.
rsvg-convert works just fine though!

Minimal test case:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="256" height="256">
  <text transform="translate(10, 10)" x="0" y="0" font-size="7.5">Hello</text>
</svg>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions