您当前的位置: 首页 >  html

qianbo_insist

暂无认证

  • 0浏览

    0关注

    399博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

html svg画图

qianbo_insist 发布时间:2021-03-15 22:31:49 ,浏览量:0

无废话,基础的svg画法,慢慢更新




    webrtc sfu-钱波
    
    
        video {
            border: 1px solid black;
            width: 640px;
            height: 360px;
        }

        .local {
            border: 1px solid red;
            width: 640px;
            height: 360px;
        }

        .red {
            fill: red;
        }

        .fancy {
            fill: none;
            stroke: black;
            stroke-width: 3pt;
        }

        #testSvg {
            border: 1px solid #ccc;
        }
        .testSvg {
            border: 1px solid #ccc;
        }
            #testSvg circle {
                fill: red;
                stroke: blue;
                stroke-width: 1;
            }
    


    
    
    
    

    
        
        
        
    
    
    
        
    

    
        
        
        
        

        
        
        
        
        
    
    

    

        
        
    



    var circle = document.getElementById("testCircle");
    circle.addEventListener("click", function (e) {
        console.log("Click circle ...");
        circle.setAttribute("r", 65);
    }, false);



关注
打赏
1663161521
查看更多评论
立即登录/注册

微信扫码登录

0.0397s