Re: [svgwg] References needs a thorough overhaul (#514)

<svg xmlns="http://www.w3.org/2000/svg" width="800" height="600">
  <!-- Background -->
  <rect width="100%" height="100%" fill="#f9f9f9"/>

  <!-- Title -->
  <text x="50" y="40" font-family="Arial" font-size="24" font-weight="bold" fill="#333">
    Aide-Mémoire – Vente de Véhicule
  </text>

  <!-- Section Permis de conduire -->
  <text x="50" y="80" font-family="Arial" font-size="20" fill="#333">
    ✓ Permis de conduire
  </text>
  <text x="70" y="110" font-family="Arial" font-size="16" fill="#333">
    • Vérifier la validité du permis du client.
  </text>
  <text x="70" y="135" font-family="Arial" font-size="16" fill="#333">
    • S’assurer que le nom correspond aux documents de vente.
  </text>

  <!-- Section Enregistrement -->
  <text x="50" y="175" font-family="Arial" font-size="20" fill="#333">
    ✓ Enregistrer
  </text>
  <text x="70" y="205" font-family="Arial" font-size="16" fill="#333">
    • Remplir les documents d’immatriculation.
  </text>
  <text x="70" y="230" font-family="Arial" font-size="16" fill="#333">
    • Vérifier si le client souhaite un transfert de plaque ou une nouvelle immatriculation.
  </text>

  <!-- Section Échange signé -->
  <text x="50" y="270" font-family="Arial" font-size="20" fill="#333">
    ✓ Échange signé
  </text>
  <text x="70" y="300" font-family="Arial" font-size="16" fill="#333">
    • S’assurer que toutes les informations sont correctes (nom, adresse, modèle du véhicule, prix, taxes, etc.).
  </text>
  <text x="70" y="325" font-family="Arial" font-size="16" fill="#333">
    • Obtenir la signature du client.
  </text>

  <!-- Section Contrat de vente -->
  <text x="50" y="365" font-family="Arial" font-size="20" fill="#333">
    ✓ Contrat de vente
  </text>
  <text x="70" y="395" font-family="Arial" font-size="16" fill="#333">
    • Inspecter le véhicule (kilométrage, état, équipements inclus).
  </text>
  <text x="70" y="420" font-family="Arial" font-size="16" fill="#333">
    • Vérifier le titre de propriété (aucun prêt ou encumbrance).
  </text>
  <text x="70" y="445" font-family="Arial" font-size="16" fill="#333">
    • Confirmer l’évaluation et l’accord du client.
  </text>
</svg>


-- 
GitHub Notification of comment by mauryusme
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/514#issuecomment-2657596001 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 13 February 2025 20:02:21 UTC