Bonjour a tous,

Je fais un editeur d'image avec fabric js.

J'aimerais rajouter la possibiliter de mettre une video. Et apres quand je convertit le canvas en svg la video s'affiche comm ca :

<svg version="1.1" class="center-block" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="800" height="600"  style="border: 1px solid black;">
    <g>
        <g transform="translate(151,104) scale(1,1)">
            <rect x="0" y="0" width="300" height="200"></rect>
            <foreignObject x="-151" y="-104" width="500" height="400">
                <video width="300" height="200" controls="" style="position: fixed; left: 151px; top: 104px;">
                    <source src="http://techslides.com/demos/sample-videos/small.mp4" type="video/mp4">
                </video>
            </foreignObject>
        </g>
    </g>
</svg>

Si vous aurez une petite idée, ca searit sympa de me repondre :p

A+

Aucune réponse