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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

From Datalog to SVG

103 点作者 grzm9 个月前

2 条评论

nabla99 个月前
That whole site is a interesting read.
tracker19 个月前
Nice... a few years ago I worked on a project that needed overlays on a scanned image. There was a huge effort to edit images via server-client calls. I didn&#x27;t like the approach and when I had some time was able to replace this with SVG in about a day. The scaling to fit the viewport was effectively &quot;free&quot; and so much easier in the end.<p>This was a React front end, and can&#x27;t speak highly enough of how well it works with relatively simple dynamic svg rendering.