TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

SVG Viewer – View, edit, and optimize SVGs

500 点作者 microflash大约 1 年前

23 条评论

lights0123大约 1 年前
Another web-based SVG tool I use regularly is <a href="https:&#x2F;&#x2F;jakearchibald.github.io&#x2F;svgomg&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jakearchibald.github.io&#x2F;svgomg&#x2F;</a>, an extremely configurable optimizer.
评论 #40181383 未加载
评论 #40182121 未加载
评论 #40181230 未加载
评论 #40181943 未加载
评论 #40181691 未加载
评论 #40184774 未加载
评论 #40181409 未加载
评论 #40182690 未加载
awsidiqi大约 1 年前
Didn’t expect this to blow up on Hacker News on the weekend! We’re a small company based out of Vancouver, BC that creates software tools (<a href="https:&#x2F;&#x2F;www.checkersoftware.ca&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.checkersoftware.ca&#x2F;</a>).<p>Thanks for posting it and thank you all for your kind words.<p>Let me know if you have any questions!
评论 #40252725 未加载
评论 #40186634 未加载
评论 #40193181 未加载
评论 #40186705 未加载
rambambram大约 1 年前
Wow! I just fiddled with it a little bit and it seems very useful for when I finally decide to tackle the small problems[1] that I encounter with the SVG&#x27;s that I use. The UI is easy to understand and it gives clear feedback on changes. I definitely bookmarked this.<p>[1] The problems that I had with some SVG&#x27;s is that they seemed to stretch the page wide while loading (in a flash) and then finally settling on their intended size after a split second. I remember that I searched for solutions and fiddled with viewbox, widht and height, but to no avail (they were in the hundreds of pixels). What can I do to mitigate this initial &#x27;stretch&#x27;?
评论 #40184027 未加载
评论 #40182594 未加载
Theodores大约 1 年前
Really nice tool. It has a lot in one place. Normally I use phpStorm and that does not have SVGOMG style optimisation things but the code prettifiers work.<p>This could do with some better examples to start editing with, using different primitives than just path. A grid would be nice too.<p>Examples, a search icon is a &#x27;circle&#x27; and a &#x27;line&#x27; with a &#x27;viewbox&#x27; to get right, if you place the origin in the centre of the circle then you don&#x27;t need x and y values, just a radius. In this way a silly level of optimisation can be made.<p>A typical search icon will have hundreds of points defined with &#x27;NASA numbers&#x27; (six decimal places) and that mashed into a path. Really you just need a circle defined in integers, not Adobe Illustrator exported nonsense.<p>SVG is an artistic medium and I really like it. However, artists don&#x27;t see it that way and neither do developers. Hence most SVGs are not really in the spirit of what is possible. It is more than just a file format.
vegcel大约 1 年前
SVGs are just so powerful. Last week there was a problem with a parallax transparent image with a filter: drop-shadow looking awful on mac safari and ios. Solution was to create an outline of the image in an SVG and use an svg filter with feGaussianBlur for a drop shadow. I feel like I&#x27;m only scratching the surface on what&#x27;s possible with them. I&#x27;ve been using svgomg for my optimizations, but this looks to have quite a bit more useful features.
评论 #40182768 未加载
评论 #40189025 未加载
fyt2024大约 1 年前
I use Inkscape. And if I miss something then it is Xara Xtreme or the former free version vor linux<p>But what does it mean to optimize an SVG?
评论 #40188536 未加载
sipjca大约 1 年前
I love this site, I’ve used it countless times. So useful and super quick to see results and just understand weird svg elements<p>Thank you to the dev
thenickevans大约 1 年前
This is great. There should be more and better tools for SVGs. Thank you for making this.
breck大约 1 年前
I paid $10 for BoxySVG a couple of years ago on Mac and it&#x27;s been a solid little tool.<p><a href="https:&#x2F;&#x2F;boxy-svg.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;boxy-svg.com&#x2F;</a>
评论 #40185780 未加载
评论 #40184099 未加载
yboris大约 1 年前
This is my favorite resource &#x2F; tool for messing with SVGs. I&#x27;ve looked around a lot and I can&#x27;t find better. Thank you to the creator.
alex3305大约 1 年前
I was generating some SVGs from text last week and thus editor just refused to paarse the generated content. However this viewer worked just fine: <a href="https:&#x2F;&#x2F;codebeautify.org&#x2F;svg-viewer" rel="nofollow">https:&#x2F;&#x2F;codebeautify.org&#x2F;svg-viewer</a>
farhanpatel大约 1 年前
I find myself reaching for this pretty often.<p>Love little tools like this it fits the spirit of HN perfectly.
notpushkin大约 1 年前
Neat!<p>There&#x27;s a slightly more optimal way to encode SVGs as data URI: <a href="https:&#x2F;&#x2F;yoksel.github.io&#x2F;url-encoder&#x2F;" rel="nofollow">https:&#x2F;&#x2F;yoksel.github.io&#x2F;url-encoder&#x2F;</a>
mariushop大约 1 年前
Excellent. I love that the link takes you straight to the editor, browser keeps the history, clear design, a joy to use. Made me click around just to see who did it so I can applaud a job well done.
Waterluvian大约 1 年前
I’ve been using SVGs in my robot mapping software and it’s amazing how powerful they are. I design them using css custom properties (variables) so that I can style icon colours, borders, etc. at runtime.
评论 #40182083 未加载
albert_e大约 1 年前
Excellent --<p>The library of SVGs on the left is a great feature in itself. I wish a couple of sites like this become super popular so that all of us can both contribute and utilize great vector art.
noizejoy大约 1 年前
Can this be self-hosted?
评论 #40184565 未加载
评论 #40181466 未加载
评论 #40181929 未加载
tiffanyh大约 1 年前
Doesn&#x27;t &quot;optimize&quot;<p>I was expecting the optimization feature to rewrite the SVG to be smaller (less kb).<p>All the optimize button did was remove whitespace &amp; cartridge returns.
评论 #40185679 未加载
navigate8310大约 1 年前
Here&#x27;s another handy tool that I use: <a href="https:&#x2F;&#x2F;squoosh.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;squoosh.app&#x2F;</a>
saintradon大约 1 年前
Not sure if this is a bug or not but the zoom feature seems to go infinitely on the canvas, kinda funny and should be kept in maybe.
Arpitbhalla大约 1 年前
I&#x27;m using it for quite a while, it&#x27;s really awesome
namegulf大约 1 年前
this is amazing and very useful tool. was looking for something like this, thank you!
leobg大约 1 年前
You can probably use ChatGPT to generate SVGs from a description of what you want. Like stable diffusion for simple vector graphics. Maybe even animations.<p>Haven’t yet done it myself and can’t verify right now, but I wouldn’t be surprised if it worked well to brainstorm a favicon or some other symbol.
评论 #40182115 未加载
评论 #40183095 未加载
评论 #40182375 未加载
评论 #40182156 未加载
评论 #40182107 未加载