Skip to content
This repository was archived by the owner on Oct 30, 2021. It is now read-only.

The comma disappeared after svgcleaner-gui #245

@yisibl

Description

@yisibl

Input

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 311.81 453.54">
  <text>
    <tspan class="cls-30" x="26.39" y="52">永</tspan>
    <tspan class="cls-31" x="40.02" y="52">,</tspan>
    <tspan x="49.19" y="52">远</tspan>
  </text>
</svg>

output

<svg viewBox="0 0 311.81 453.54" xmlns="http://www.w3.org/2000/svg">
  <text>
    <tspan x="26.39" y="52">永</tspan>
    <tspan x="40.02" y="52" />
    <tspan x="49.19" y="52">远</tspan>
  </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