Files
TermNSI/assets/paradigme.svg
T

20 lines
922 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Icone du chapitre Paradigmes : un lambda (paradigme fonctionnel) encadre par
une paire d'accolades (paradigme imperatif). Dessinee pour le cours de
Terminale NSI du lycee Charlotte Perriand, licence CC BY-SA 4.0. -->
<svg xmlns="http://www.w3.org/2000/svg" width="800px" height="800px"
viewBox="0 0 512 512" version="1.1">
<g fill="none" stroke="#000000" stroke-width="28"
stroke-linecap="round" stroke-linejoin="round">
<!-- accolade gauche -->
<path d="M152,108 C114,108 124,158 124,196 C124,232 106,248 86,256
C106,264 124,280 124,316 C124,354 114,404 152,404"/>
<!-- accolade droite -->
<path d="M360,108 C398,108 388,158 388,196 C388,232 406,248 426,256
C406,264 388,280 388,316 C388,354 398,404 360,404"/>
<!-- lambda -->
<path d="M194,142 L330,378"/>
<path d="M268,270 L186,378"/>
</g>
</svg>