BakaDream
Blog
Tools
Bilibili
Github
SVG Placeholder Generator
生成占位 SVG 图片
宽度
高度
背景色
文字色
字号
自定义文字
使用精确 width/height 属性
SVG 源码
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 350" width="600" height="350"> <rect width="600" height="350" fill="#cccccc"></rect> <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" font-family="monospace" font-size="26px" fill="#333333">600x350</text> </svg>
复制 SVG
复制 Data URL
下载 SVG