📢 Anuncios 📚 Libros 🎓 Cursos 🏷️ Categorías

The symbol element for SVGs in HTML

23-09-2023 - Andrés Cruz

The symbol element for SVGs in HTML

Figura In this entry we will see a very useful element to work with SVGs, which is the symbol element; This element saves a lot of work and allows you to group a series of basic figures and paint them using the use element.

Continuar leyendo


Drawing geometric shapes with Canvas on Android

12-06-2023 - Andrés Cruz

Drawing geometric shapes with Canvas on Android

Figura A Canvas is nothing more than a surface on which you can draw; with the primitives in Android it is possible to draw graphics such as lines, circles, ovals, squares, rectangles and texts.

Continuar leyendo