How do I draw a shape on an HTML5 video using SVG?

后端 未结 2 493
予麋鹿
予麋鹿 2021-01-14 18:06

I am trying to draw shapes on top of an HTML5 video, but am having trouble figuring out how to do it. I know how to apply a mask on top of the video:



        
2条回答
  •  甜味超标
    2021-01-14 18:55

    use CSS position:absolute to position your SVG where you want it.

    
    

    the above example should positions the svg 20 px from the top of the page and 40px from the left

提交回复
热议问题