DescriptionA periodic tiling by regular hexagons and equilateral triangles.svg
English: All tiling elements of same shape are congruent. The side length of equilateral triangles is three times the one of sides of hexagons. Every triangle has one side 45° angled in a mathematical coordinate system ( ‑ 45° in SVG).
To study the SVG code of this image, first open it with a text editor to access its code (Wikipedia gives a list of text editors). And then type something that tempts you, save your changed file (Ctrl + S) and refresh the window (F5) that displays the SVG image. For example, you can replace "matrix(1 1 -1 1 9 -2)" with "translate(9,-2) scale(1.414) rotate(45)", and see no noticeable change on the new image. Every triangle will have a vertical side if patternTransform="matrix(1 1 -1 1 9 -2)" is removed. Other example, append the following element 'path' to the 'pattern' as its last child ( juste avant </pattern>), and see notably the rectangular repeated pattern coded from M0 0 below:
Français :
Tous les éléments du pavage de même forme sont isométriques. La longueur des côtés des triangles équilatéraux est trois fois celle des côtés des hexagones. Chaque triangle a un côté incliné à 45° dans un système de coordonnées mathématique ( ‑ 45° en SVG).
Pour étudier le code SVG de cette image, d’abord l’ouvrir dans un
éditeur de texte pour accéder à son code. Taper ensuite quelque chose qui vous tente, enregistrer votre fichier modifié (Ctrl + S) et actualiser la fenêtre (F5) qui affiche l’image SVG. Par exemple, vous pourriez remplacer "matrix(1 1 -1 1 9 -2)" par "translate(9,-2) scale(1.414) rotate(45)", et ne constater aucun changement notable dans la nouvelle image. Chaque triangle aura un côté vertical si patternTransform="matrix(1 1 -1 1 9 -2)" est supprimé. Autre exemple, ajouter l’élément 'path' suivant en dernier enfant du 'pattern' ( juste avant </pattern>), et voir notamment le motif répété rectangulaire codé ci‑dessous à partir de M0 0 :
to share – to copy, distribute and transmit the work
to remix – to adapt the work
Under the following conditions:
attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Infinite tiling by regular elements of two different shapes: hexagons and triangles not edge‑to‑edge. Every element adjoins by any side exactly one element of another shape. Rectangular repetitive pattern in SVG code, aspect ratio of 97:168 ≈ 1:√3.
Pavage infini par des éléments réguliers de deux formes différentes : hexagones et triangles non bord‑à‑bord. Chaque élément jouxte par n’importe quel côté exactement un élément de l’autre forme. Motif répété rectangulaire codé SVG : 97:168 ≈ 1:√3.