TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Online SVG XML Editor

9 pointsby owenshen24over 5 years ago

2 comments

owenshen24over 5 years ago
Hello HN,<p>I recently found myself tinkering with SVGs and wanting to see what the individual paths&#x2F;text did. SVGO did a great job of both cleaning up my SVG code and showing me the source, but, to my frustration, it didn&#x27;t allow me to edit the XML associated with the file.<p>To that end, I&#x27;ve made this web app to allow direct editing of the XML source for an SVG, and then re-render it immediately. (For some reason, all of the other sites I saw online required a full refresh to reload, which was a very poor experience.)<p>If anyone else finds themselves in this niche sort of problem, I hope this tool can be of some use.
SigmundAover 5 years ago
At first I thought it might be an alternative to <a href="https:&#x2F;&#x2F;github.com&#x2F;SVG-Edit&#x2F;svgedit" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;SVG-Edit&#x2F;svgedit</a>