SVG查看器 - 独立版本

未加载文件

📝 SVG代码输入

💡 SVG代码示例
基本图形:
<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg">
  <rect x="10" y="10" width="100" height="100" fill="blue" />
  <circle cx="150" cy="60" r="40" fill="red" />
</svg>
带样式的SVG:
<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg">
  <style>
    .my-shape { fill: green; stroke: black; stroke-width: 2; }
  </style>
  <rect x="50" y="50" width="100" height="100" class="my-shape" />
</svg>
100%
📁
拖拽SVG文件到这里
或点击上方"选择SVG文件"按钮
支持自动修复问题SVG文件
未加载文件
位置: (0, 0) | 缩放: 100%

📝 文件重命名指导

由于浏览器安全限制,无法直接重命名本地文件。

完成重命名的步骤:
1. 点击"下载新文件"保存重命名后的文件
2. 新文件名:
3. 手动删除原文件:

💡 提示:也可以使用"另存为"功能保存为新名称