estoy haciendo la bandera china y tengo un problema cada coordenada está bien nada está superpuesto y todo está en orden Pero solo aparecían 4 estrellas y no 5 como en la bandera china intenté solucionarlo Pero paso al revez(ahora pasa de que solo aparece 1 y no 5) alguien sabe cómo corregirlo o solucionarlo? aquí el código aquí el código: <html>
<head>
<title>Bandera China</title>
</head>
<body>
<svg width="900" height="600">
<rect width="900" height="600" fill="#DE2910" />
<path d="M50 10 L65 40 L95 40 L70 60 L80 90 L50 75 L20 90 L30 60 L5 40 L35 40 Z" fill="gold"
<path d="M50 10 L65 40 L95 40 L70 60 L80 90 L50 75 L20 90 L30 60 L5 40 L35 40 Z" fill="gold" transform="rotate(300 150 20)" />
<path d="M50 10 L65 40 L95 40 L70 60 L80 90 L50 75 L20 90 L30 60 L5 40 L35 40 Z" fill="gold" transform="rotate(200 93 20)" />
<path d="M50 10 L65 40 L95 40 L70 60 L80 90 L50 75 L20 90 L30 60 L5 40 L35 40 Z" fill="gold" transform="rotate(200 76 134)" />
<path d="M50 10 L65 40 L95 40 L70 60 L80 90 L50 75 L20 90 L30 60 L5 40 L35 40 Z" fill="gold" transform="rotate(200 46 134)" />
</svg>
</body></html>

Respuesta :

Otras preguntas