Table of Contents

Vektorgrafik

SVG

Minimalbeispiel:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100mm" height="100mm" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
  <circle cx="50" cy="50" r="40" fill="#f00" fill-rule="evenodd" />
  <rect x="60" y="60" width="35" height="35" fill="#0f0" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
  <text x="20" y="50" font-family="'Noto Sans'" font-size="30">
    <tspan x="20" y="50">SVG</tspan>
  </text>
</svg>

Inkscape

Aufgaben

Vektorschriften

Andere Vektorformate