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

后端 未结 2 492
予麋鹿
予麋鹿 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:49

    yes, css solution is one option. try to put those two elements above either in one div or (as jörn pointed out) with absolute positioning. z-index is very useful, to make sure your svg is really on top.

    (...)

提交回复
热议问题