在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
HTML5新特新
复制代码 代码如下:<style> * { padding: ; margin: ; } body { background-color: #ddd; } .container { width: px; height: px; position: relative; top: px; left: %; transform: translated(-%,,); background-color:#c; border-radius: px; box-shadow: px #cbfbf; } .container object{ position:relative; top:px; left:px; } </style> <body> <div class="container"> <object data="logo.svg" width="" height="" type="image/svg+xml" /> </div> </body> 这个是xml格式的代码,跟html文档分离的。 复制代码 代码如下:<?xml version="." standalone="no"?> <!DOCTYPE svg PUBLIC "-//WC//DTD SVG .//EN" "http://www.w.org/Graphics/SVG/./DTD/svg.dtd"> <svg width="%" height="%" version="." xmlns="http://www.w.org//svg"> <ellipse cx="" cy="" rx="" ry="" style="fill:rgb(,,);stroke:rgb(,,);stroke-width:"/> <circle cx="" cy="" r="" style="fill:#c;stroke:#c;stroke-width:"/> <circle cx="" cy="" r="" style="fill:#c;stroke:#c;stroke-width:"/> <polygon points=", , ," style="fill:#fff;stroke:#fff;stroke-width:"/> <ellipse cx="" cy="" rx="" ry="" style="fill:#c;stroke:#c;stroke-width:"/> <ellipse cx="" cy="" rx="" ry="" style="fill:rgb(,,);stroke:rgb(,,);stroke-width:"/> <circle cx="" cy="" r="" style="fill:#c;stroke:#c;stroke-width:"/> <circle cx="" cy="" r="" style="fill:#c;stroke:#c;stroke-width:"/> <polygon points=", , ," style="fill:#fff;stroke:#fff;stroke-width:"/> </svg> 以上所述是小编给大家分享的HTML5新特性之用SVG绘制的微信logo ,希望对大家有所帮助。 |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论