ToolHub
中文
Light
GitHub
返回首页
/
图片设计
/
SVG 转 PNG
加载中...
粘贴 SVG 代码或上传 SVG 文件
上传 SVG
示例
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"> <defs><linearGradient id="g" x1="0" y1="0" x2="1" y2="1"><stop offset="0" stop-color="#3b82f6"/><stop offset="1" stop-color="#8b5cf6"/></linearGradient></defs> <rect width="200" height="200" rx="20" fill="url(#g)"/> <text x="100" y="110" text-anchor="middle" fill="white" font-size="24" font-weight="bold">SVG</text> </svg>
缩放倍数
2x
转换为 PNG
PNG
点击转换按钮生成 PNG