Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement merge text and tspan #964

Closed
JoKalliauer opened this issue May 20, 2018 · 1 comment
Closed

Improvement merge text and tspan #964

JoKalliauer opened this issue May 20, 2018 · 1 comment

Comments

@JoKalliauer
Copy link

JoKalliauer commented May 20, 2018

I would like to merge simple <text> with <tspan>

Inputexample:

 <text x="313.88" y="322.89">
  <tspan x="313.88" y="322.89">1</tspan>
 </text>

Output:

 <text x="313.88" y="322.89">1</text>

It does not have to work for everything, but I just want that it works in "simple" cases.

I already for this improvement somewhere else: RazrFalcon/svgcleaner#127 and scour-project/scour#201

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants