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

The comma disappeared after svgcleaner-gui #245

Open
yisibl opened this issue Aug 5, 2021 · 0 comments
Open

The comma disappeared after svgcleaner-gui #245

yisibl opened this issue Aug 5, 2021 · 0 comments

Comments

@yisibl
Copy link
Contributor

yisibl commented Aug 5, 2021

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>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant