
SVG
走到天涯海角
从坑中爬出后,避免再次入坑!
展开
-
SVG自适应设置(viewBox)
<!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" /> <title>SVG测试</title> </head> <body style="padding:0px; margin:0px;"> <svg currentScale="1" width="160px" height="240px" viewBox=.原创 2020-12-04 10:33:31 · 4398 阅读 · 0 评论 -
葡萄图所需葡萄(SVG画图)
<!DOCTYPE html> <html> <body> <h1>My first SVG</h1> <svg width="1920" height="1080" xmlns="http://www.w3.org/2000/svg"> <g> <title>background</title> <rect x="-1" y="-1" width="1662" heig...原创 2020-11-27 12:56:07 · 1067 阅读 · 0 评论