Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

How to draw rectangle using Canvas and SVG using HTML 5 ?

user-image
Question ajoutée par Feras Abualrub , Web Solutions Manager , Qistas for Information Technology
Date de publication: 2015/04/20
Aftab Ahmed
par Aftab Ahmed , Lecturer(Computer Science ) , Sukkur IBA-Institute of Emerging Technologies (IBA-IET), Pakistan

<svg xmlns="http://www.w3.org/2000/svg" version="1.1"> <rect style="fill: rgb(0, 0, 255); stroke-width: 1px; stroke: rgb(0, 0, 0);" height="[object SVGAnimatedLength]" width="[object SVGAnimatedLength]"> </rect>

More Questions Like This