Hilfe:SVG
SVG (skalierbare Vektorgrafiken) ist ein akzeptiertes Dateiformat auf Wikimedia Commons. Es eignet sich für Diagramme, Karten und andere nicht-fotografische Bilder. SVG wird auf Commons sehr geschätzt, weil es grafische Objekte mit Quellcode beschreibt und damit derzeit die beste Möglichkeit bietet, Inhalte zu modifizieren und zu verbessern.
SVG-Dateien werden auf Wikimedia Commons ausgiebig genutzt. Hier sind ein paar Tipps für den Anfang (wenn du bereits weißt, welches Programm du zur Erzeugung solcher Dateien verwenden wirst, solltest du zusätzlich zu den folgenden Programmen Hilfe:Illustrator oder Hilfe:Inkscape besuchen).
Was ist SVG
Scalable Vector Graphics (SVG) ist eine XML Spezifikation und ein Dateiformat zur Beschreibung von zweidimensionalen vector graphics (im Gegensatz zu einer „Bitmap“ oder Rastergrafik) sowohl in statischer als auch in animierter Form. Es wird entweder im plain text oder im komprimierten (binären) Format gespeichert, das wesentlich größeneffizienter ist als die meisten anderen Bildformate wie JPEGs oder GIFs. SVGs erlauben auch die Einbettung von Rastergrafiken und editierbarem Text.
librsvg
librsvg (alternativ „RSVG“) ist die Rendering-Bibliothek, die von MediaWiki verwendet wird, um die SVG-Dateien in das PNG-Bitmap-Format zu rastern, das für Wikimedia-Seiten verwendet wird. Das angezeigte Bild ist nicht SVG und ist daher nicht animiert oder interaktiv. Ein Grund für diese Wahl ist, dass das Rendern einer SVG-Datei in Echtzeit ältere Computer oder Betriebssysteme verlangsamt. Eine Rasterversion, die effizient aus der SVG-Quelle konvertiert werden kann, hilft, dieses technische Problem zu überwinden. Ein weiterer Grund ist, dass einige SVG-Dateien groß sind (z.B. 1 MB), aber das Bild bei der Anzeige auf einem Monitor möglicherweise 160&mal;320 Pixel beträgt, was unkomprimierte 51200 Pixel wären (153600 Byte bei 24-Bit-Farbe).
Seit Mai 2023 läuft auf Commons librsvg 2.44.10 (phab:T193352), das zum Zeitpunkt seiner Einführung bereits vier Jahre alt war. Dies ist eine frühe Version des librsvg-Rewrites in der Programmiersprache Rust. Obwohl es langjährige Probleme wie den mask
-Bug behebt (phab:T55899) und erste Unterstützung für SVG 2.0 bietet, stehen uns einige Korrekturen der Upstream-Version aufgrund unserer alten Debian-Version nicht zur Verfügung (phab:T265549).
Mehrere fehlende Funktionen und Fehler von librsvg wirken sich auf SVG-Bilder auf Commons aus. Folglich müssen SVG-Dateien diese Probleme vermeiden oder umgehen. Beispielsweise unterstützt librsvg die Funktion Text auf einem Pfad nicht, und librsvg hat Probleme mit Textzeichenfolgen von oben nach unten. Selbst wenn librsvg einwandfrei funktioniert, kann es Kompatibilitätsprobleme geben. Eine SVG-Datei kann eine Schriftart verwenden, die Commons nicht hat.
Eigenheiten
Stylesheet
In der SVG-Spezifikation wird das style
-Element muss? standardmäßig mit seinem type
-Attribut auf "text/css"
gesetzt werden. [1]
SVG-Bilder, die style
Elemente verwenden, sollten explizit type="text/css"
in ihrem <style>
Tag setzen. (Mit anderen Worten: <style type="text/css">
sollte <style>
vorgezogen werden). (phab:T68672)
==== nicht angezeigter Text/Flusselemente ====(phab:T68672)
Siehe § Not displayed text (Flowed Text bug)
systemLanguage
-Verarbeitung
RSVG vergleicht systemLanguage
-Attribute nicht korrekt. SVG gibt an, dass es sich bei diesen Attributen um eine durch Kommata getrennte Liste von IETF-Sprach-Tags (langtag) handelt. RSVG stimmt nur mit dem ersten Subtag (die Gruppe von Zeichen vor dem ersten Bindestrich) im Langtag überein, daher ignoriert RSVG alle nachfolgenden Ländercode- oder Skript-Subtags.
Zum Beispiel wird RSVG nicht zwischen zh-Hans
(Chinesisch mit vereinfachter Schrift) und zh-Hant
(Chinesisch mit traditioneller Schrift) unterscheiden. Um dieses Problem zu umgehen, kann ein privat genutztes Langtag (eines aus dem Bereich qaa
–qtz
) zur Angabe der Sprache verwendet werden.
IETF-Langtag | SVG-Auszeichnung |
---|---|
sr-Cyrl
|
systemLanguage="sr-Cyrl ,qsc"
|
sr-Latn
|
systemLanguage="sr-Latn ,qsl"
|
zh-Hans
|
systemLanguage="zh-Hans ,qcs"
|
zh-Hant
|
systemLanguage="zh-Hant ,qct"
|
Erschwerend kommt hinzu, dass ab Mai 2018 auch die Browser Google Chrome und Microsoft Edge die Attribute systemLanguage
nicht mehr korrekt verarbeiten. Das erste Langtag sollte das öffentliche Langtag sein, gefolgt von einem Leerzeichen. Mit dieser Konvention werden sowohl Chrome als auch Edge das erste Langtag korrekt parsen (Chrome parst das zweite Langtag falsch; Edge erkennt nur das erste Langtag und ignoriert alle anderen).
Ab Oktober 2018 haben sowohl Chrome als auch Firefox ihre systemLanguage
matching Trace wieder in Vektoren umwandelst.
- Jeder Pfad, der mehr als einen von Illustrators „Effects“ enthält — z. B. eine Fischaugenverzerrung und eine Freihandverzerrung. Illustrator kann nicht mit zwei dieser Effekte im Menü „Darstellung“ eines einzelnen Pfades umgehen und rastert sie.
- Jeder Pfad, der mit einer Envelope-Verzerrung verändert wurde. Du kannst diese manchmal auf die gleiche Weise umgehen wie das oben erwähnte Musterproblem, aber die Ergebnisse sind in der Regel enttäuschend.
- Jeder Pfad, dem im Menü Effekte der Effekt Raster zugewiesen wurde. Um diese als Vektoren beizubehalten, musst du diesen Effekt eventuell nur rückgängig machen.
- Mit Illustrator können Benutzer auf drei Arten Verläufe auf Striche anwenden: Verläufe „innerhalb“ der Striche, Verläufe „entlang“ der Striche und Verläufe „über“ der Striche. Allerdings wird nur die erste dieser Möglichkeiten, Verläufe „innerhalb“ der Striche, von einem äquivalenten SVG-Code unterstützt; alle Striche, die Verläufe entlang oder über die Striche hinweg enthalten, werden beim Speichern des Bildes im SVG-Format in Raster konvertiert.
Dies sind nur einige Beispiele von Dingen, die Illustrator dazu veranlassen, ein Raster zu erzeugen, wenn ein Vektor beabsichtigt war. Je einfacher diese Pfade sein können, desto wahrscheinlicher ist es, dass Illustrator sie als Vektoren beibehalten kann.
- Für weitere Informationen darüber, wie SVG-Dateien für MediaWiki geprüft werden können siehe § How SVG files work in MediaWiki.
Document declaration
<?xml version="1.0" encoding="UTF-8"?>
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1"
viewBox="0 0 400 300"
>
Der Quellcode jeder SVG-Datei sollte? mit der XML-Verarbeitungsanweisung [2] beginnen. Die XML-Verarbeitungsanweisung gibt die Version von XML und den Zeichensatz an.[3] Das W3C besteht darauf, dass Zeichenkodierungsdeklaration verwendet werden sollte?,[4] (der W3C-Validator warnt nur vor seinem Fehlen). Die Software, mit der du die SVG-Datei erstellst oder bearbeitest, sollte die Möglichkeit bieten, die Zeichenkodierung zu wählen. UTF-8 ist empfohlen? für die Internationalisierung im Gegensatz zu ANSI oder andere Unicode-Kodierungen als UTF-8. Das Fehlen der XML-Deklaration führt zu einer leichten Verwirrung, wenn die SVG-Quelldatei auf einem Wikimedia-Server in einem Browser geöffnet wird: der rohe XML-Code wird angezeigt anstatt als Bild gerendert zu werden. Dies ist kein Problem, wenn du die SVG-Quelldatei auf deinem Gerät herunterlädst und lokal öffnest.
Eine DOCTYPE-Deklaration mit ihrer DTD wird nicht benötigt und es wird offiziell nicht empfohlen, eine DTD zu verwenden,[5] aber es wird auch nicht empfohlen, keine DTD zu verwenden. SVG 1.0 und SVG 1.1 haben DTD-Spezifikationen, SVG 2.0 wird jedoch keine haben. Die SVG-DTD wird die SVG validieren, aber die DTD kennt keine Erweiterungen. Folglich listet ein DTD-Validator als Fehler RDF-Metadaten und die zusätzlichen Elemente und Attribute auf, die Inkscape in seine SVG-Ausgabe mit einschließt. Wikimedia-Server schränken auch ein, was in die interne Teilmenge einer DTD aufgenommen werden kann, so dass es nicht mehr möglich ist, die SVG-DTD um zusätzliche Elemente und Attribute zu erweitern.
Es sollte das Wurzelelement svg
folgen. Es muss? den XML namespace für SVG angeben, xmlns="http://www.w3.org/2000/svg"
;[6] ohne den SVG-Namensraum wird ein SVG-Bild nicht gerendert. (Der Standard-Namensraum wird mit xmlns
angegeben.) Andere Namensräume können im Element svg
enthalten sein. Wenn die Datei beispielsweise Verlinkung verwendet, [7] dann sollte der xlink
Namensraum xmlns:xlink="http://www.w3.org/1999/xlink"
deklariert werden.
Die SVG version
-Nummer sollte? enthalten sein (typischerweise 1.1). Software liefert normalerweise diese Namensraumdeklarationen und kann andere Namensräume enthalten.
Die Standardwerte für die Attribute height
und height
sind "100%"
; diese Standardwerte erlauben eine automatische Skalierung. Ein Bild, das width="400px"
angibt, erklärt, dass es in einer Größe von 400 Pixeln angezeigt werden möchte, anstatt seinen Container sauber zu füllen. Leider geben viele Software-Tools eine feste Größe für diese Attribute an. Das Element svg
sollte ein viewBox
[8] Attribut angeben. Die Viewbox gibt den angezeigten Teil des Bildes an; die Viewbox wird übersetzt und skaliert, um sich an die Breite und Höhe des Containers anzupassen.
Bitmaps
Es gibt einige wertvolle Verwendungen von Bitmap-Bildern innerhalb von SVG-Dateien, wie z.B. das Kommentieren eines Fotos (z.B. das Beschriften der Teile in einem anatomischen Foto). Die meisten Verwendungen von Bitmaps in SVG-Dateien sind jedoch nicht notwendig und Bitmaps werden oft besser konvertiert oder als Vektoren neu gezeichnet. Bitmaps sollten in eine SVG-Datei aufgenommen werden, wenn dies aus irgendeinem Grund die beste Lösung ist, sollten aber als Vektoren neu gezeichnet werden, wenn dies ein insgesamt besseres oder informativeres Bild ergibt. Außerdem können andere Benutzer, die auf das Bild auf Commons stoßen, beschließen, den Tag {{BadSVG}} auf ein SVG-Bild anzuwenden, das unerwünschte rasterbasierte Elemente enthält.
Bitte denke sorgfältig über die Verwendung von Bitmaps in SVG-Dateien nach und überlege dir, ob du diese nicht direkt in eine Bitmap einfügen, sondern als Vektoren in ein Bild einbinden oder neu zeichnen solltest. Weitere Informationen zu diesem Thema findest du auf der Seite Diskussionsseite. Wenn du dich für die Verwendung eines Bitmap-Bildes entscheidest, achte bitte darauf, das Bild einzubetten und nicht zu ihm zu verlinken, da es sonst nicht gerendert werden kann.
Animation
SVG-Bilder können animiert werden, aber da die SVG-Datei für die Verwendung in Wikimedia-Projekten in das Raster-PNG-Format konvertiert wird, wird die Animation nur angezeigt, wenn die SVG-Datei in den Browser geladen wird. Auf einer Artikelseite bedeutet dies, dass man auf das Bild klickt, um zur File:
-Seite zu gelangen, und dann auf dieses Bild klickt, um die SVG-Datei zu laden.
Die ursprüngliche Methode zur Animation von SVG verwendet SMIL. Seit kurzem ist auch CSS-Animation verfügbar.
SMIL wird von immer weniger Browsern unterstützt. Der Internet Explorer unterstützte es nicht; Google hat SMIL im Jahr 2015 als veraltet erklärt und SMIL in Zukunft vollständig aus Google Chrome zu entfernen.[9] Seit Juli 2018 ist die SVG-SMIL-Animation in den meisten Browsern außer Internet Explorer, Edge und Opera verfügbar.[10]
- Siehe § Tagging SVG files, um zu erfahren, wie man eine Datei als animiert markiert.
Titel
Das title
-Element direkt unterhalb des SVG-Elements dient als Titel des SVG-Bildes selbst, kann aber auch weiter innerhalb der nachkommenden Elemente innerhalb des SVG-Bildes angewendet werden. In den meisten modernen Desktop-Browsern werden diese Titel in Popup-Fenstern Tooltips dargestellt, die dem Leser helfen, die Bedeutung des Objekts beim Mouse-Hoover zu erkennen, selbst wenn eine Textbeschriftung durch das Objekt vorhanden ist.
In ähnlicher Weise kann der Titel auch auf Text angewendet werden, um die Nachricht einzuklappen, aber es kann eine gute Idee sein, einen Hinweis auf die Existenz des Titelelements zu geben, indem man Textverzierungen wie Unterstreichungen verwendet. XML-Kommentar eignet sich eher für technische Informationen, die normalerweise nicht dem Leser angezeigt werden sollen, sondern anderen Benutzern, die den SVG-Quellcode bearbeiten können.
Derzeit können die meisten mobilen Browser von Haus aus keine Titelinhalte anzeigen, mit Ausnahme des einen Rechts unter dem SVG-Element, da es kein Äquivalent zum Schweben des Zeigers auf mobilen Geräten gibt.
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 50 50">
<title>Titel des gesamten SVG-Bildes</title>
<g id="shapes">
<title>Titel der Gruppe „shapes“</title>
<rect x="0" y="0" width="10" height="20" fill="#f00">
<title>Titel des Rechtecks</title><!--XML comment-->
</rect>
<circle cx="5" cy="5" r="3" fill="#0f0"/>
<text x="2" y="30" text-decoration="underline">Text
<title>Titel des Textes</title>
</text>
</g>
</svg>
Gesperrte Elemente und Scripting
Aus Sicherheitsgründen akzeptiert MediaWiki keine SVG-Dateien, die z. B. die folgenden Muster enthalten:
<!--not whitelisted namespaces-->
xmlns:d="http://www.w3.org/2000/02/svg/testsuite/description/"
xmlns="http://www.w3.org/1999/xhtml"
xmlns="http://www.example.org/notsvg"
xmlns="http://example.org/notsvg"
xmlns:bd="http://example.org/ExampleBusinessData"
<!--no external content-->
xlink:href="../resources/SVGFreeSans.svg#ascii"
xlink:href="animate-elem-09-t.svg"
xlink:href="url(#testPattern)"
<image xlink:href="http://example.org/image.jpg"/>
<d:testDescription href="http://www.w3.org/TR/SVG11/styling.html#StylingWithCSS">
<image xlink:href="data:image/svg+xml;base64,"/>
<!-- attributeName -->
<set attributeName="xlink:href"/>
<animate attributeName="xlink:href"/>
<set xlink:href='#s'/>
<set attributeName='xlink:href'/>
<!-- css -->
@import
url("../images/selector-types-visibility-hidden.css")
url(woffs/embeded-text-text-05.woff)
<!-- scipts -->
<script></script>
<!-- interactive -->
onactivate=""
onbegin=""
onclick=""
onend=""
onfocusin=""
onfocusout=""
onload=""
onmousedown=""
onmousemove=""
onmouseout=""
onmouseover=""
onmouseup=""
Zur Bereinigung problematischer SVG-Dateien kannst du https://svgworkaroundbot.toolforge.org/ verwenden (santicize potenitally dangerous commands
aktivieren), mehr dazu findest du unter User:JoKalliauer/IllegalSVGPattern.
Aufgrund begrenzter Fähigkeiten erkennt der XML-Parser die folgenden Muster nicht und blockiert sie:
<!--ATTLIST-->
<!DOCTYPE svg [
<!ATTLIST bar id ID #REQUIRED>
]>
<!--ENTITY with more than one element-->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic.dtd" [
<!ENTITY Smile "
<rect x='.5' y='.5' width='29' height='39' fill='black' stroke='orange' stroke-width='2'/>
<g transform='translate(0, 5)'>
<circle cx='15' cy='15' r='10' fill='yellow'/>
<circle cx='12' cy='12' r='1.5' fill='black'/>
<circle cx='17' cy='12' r='1.5' fill='black'/>
<path d='M 10 19 L 15 23 20 19' stroke='black' stroke-width='2'/>
</g>
">
<!ENTITY Viewport1 "<rect x='.5' y='.5' width='49' height='29' fill='none' stroke='blue'/>">
<!ENTITY Viewport2 "<rect x='.5' y='.5' width='29' height='59' fill='none' stroke='blue'/>">
]>
Externe Dateien
Bevor fu die endgültige Version eines SVG-Bildes speicherst, solltes du alle Verweise auf andere Dateien entfernen, die du zur Erstellung der SVG-Datei verwendet hast (dies ist mit „Verlinkung“ gemeint); wenn diese Verweise im SVG-Text belassen werden, findet das Rendering die externe(n) Datei(en) nicht und schlägt fehl. Wikimedia blockiert solche Uploads, so dass sie nicht mehr hochgeladen werden können.
Aufräumen
Es ist auch eine gute Idee, unbenutzte Definitionen (defs) zu entfernen oder zu „vakuumieren“, da diese die Größe der Datei unnötig aufblähen können (außer wenn du sie für weitere Bearbeitungen benötigst, wie z.B. Standardvorlagen).
Es gibt drei gebräuchliche SVG-Optimierer: scour, svgcleaner und svgo, aber sei dir bewusst, dass alle drei Optimierer Dutzende von bekannten Fehlern haben und nicht mehr aktiv entwickelt werden [11][12][13], für weitere Optimierungsoptionen und wie man sie verwendet siehe Verwenden von Optimierer.
Aber sei dir bewusst, dass das Aufräumen umstritten und oft unerwünscht ist, siehe Wann ist die Optimierung/Validierung von Dateien unerwünscht? für Details und Gründe. Aufräumen oder Validieren rechtfertigt kein erneutes Hochladen[14]. Ungültige Elemente und Attribute sind oft für die korrekte Darstellung notwendig und sollten nicht entfernt werden[15].
Einfache SVG, komprimierte SVG, generische Spezifikationen
Inkscape und andere Programme ermöglichen es Benutzern auch, Dateien im SVGZ-Format (komprimiertes binäres SVG) zu speichern. Dieses Format wird von Commons nicht unterstützt und sollte nicht auf hier hochgeladene Bilder angewendet werden. Solche Bilder können nicht hochgeladen werden.
Beachte, dass es in Adobe Illustrator und Inkscape verschiedene Optionen zum Speichern gibt, siehe Help:Inkscape#Inkscape_SVG_vs._Plain_SVG und Help:Illustrator#How_to_save_as_an_Illustrator_SVG.
In Inkscape gibt es drei mögliche svg-Optionen: „Inkscape SVG“, „einfaches SVG“ und „optimiertes SVG“. Inkscape-SVG ist das beste Dateiformat, um die Datei in Inkscape neu zu bearbeiten, andernfalls werden Informationen wie Ebene oder Raster entfernt, solche Bilder sollten mit {{Created with Inkscape|IMPORTANT=yes}}
gekennzeichnet werden, um zu zeigen, dass sie nicht optimiert werden sollten. Einfache SVGs werden identisch mit Inkscape-SVGs gerendert und sind etwas kleiner. Optimiertes SVG verwendet einen Optimierer namens scour, der die Dateigröße noch weiter reduzieren kann und einige Workarounds für librsvg-Fehler bietet, wie z.B. phab:T217990[16].
Schriftarten, Texte
Eine Reihe von freien Schriften, die auf dem Wikimedia-Server installiert sind, können mit dem Tag <text>
gerendert werden. Du kannst Beispielwiedergaben auf MetaWiki oder die Liste ansehen. Web fonts werden überhaupt nicht unterstützt. Einige Schriftarten sind nicht im regulären Stil verfügbar, sondern nur fett oder in anderen wie kursiv; ziehe Alternativen wie Liberation in Betracht. Bitte ziehe aus den folgenden Gründen in Erwägung, diese Schriftarten zu verwenden und Text nicht in Pfade zu konvertieren:
- Das Speichern als Schriftart und nicht als Pfade kann die Gesamtdateigröße stark reduzieren, insbesondere wenn das Bild große Textmengen enthält.
- Typografische oder grammatikalische Fehler in der Abbildung können von anderen Benutzer korrigiert werden, ohne dass der gesamte Text neu gezeichnet werden muss.
- Text kann in andere Sprachen fertig übersetzt werden, ohne dass der lokalisierende Benutzer alle Textbeschriftungen neu positionieren muss; dies ist eine wichtige Eigenschaft, da Commons ein mehrsprachiges Projekt ist. Pfade erfordern viel mehr Arbeit bei der Übersetzung. Siehe auch Template:Translate.
- Text kann leicht mit Suchmaschinen durchsucht werden, die möglicherweise keine Pfadumrisse erkennen.
Wenn Schriften in Pfade umgewandelt werden, kann es darüber hinaus zu Urheberrechtsproblemen kommen, wenn die Schrift unter keiner der akzeptierten freien Lizenzen steht. (Solche Vektorbilder werden derivative Werke der Schriftart). Siehe auch: WP:PD#Fonts and typefaces
SVG-Dateien, die Text nicht in Pfadform umwandeln sollen, können mit {{Path text SVG}}
merkiert werden. Für die Verknüpfung von Text modifizierbar (was wir „Text“ oder „Schrift“ genannt haben) und Text nicht modifizierbar (d. h. pfadbasiert) einer SVG-Datei verwenden {{Vector text versions|…}}
.
Wenn du aus Gründen wie der fehlenden Unterstützung der Funktion textPath
oder einer seltenen Glyphe, die in den meisten Schriften nicht vorhanden ist, dennoch auf der Konvertierung von Text in einen Pfad bestehst, solltest du die Gruppe des Rohtextes duplizieren, um den konvertierten Text zu überlagern, und dieser Gruppe das Attribut fill-opacity="0" stroke-opacity="0"
hinzufügen, um den Rohtext zu verbergen. Auf diese Weise kann der Text in der ursprünglichen SVG-Datei von Lesern immer noch manuell gesucht, angeklickt und hervorgehoben werden. opacity="0"
kann zu Missverständnissen führen, da es die Hervorhebung unsichtbar macht, obwohl sie noch auswählbar ist. display="none"
verhindert, dass Leser den Text durchsuchen können, ohne auf den Quellcode zuzugreifen.
Das Konvertieren von Text in eine Kontur (Pfad) vor dem SVG-Export ist besonders bei |Adobe Illustrator-Benutzern beliebt, da die Vektorgrafik-Software das Attribut text-align
nicht in text-anchor
umwandelt und die Fallback-Schriften auf Wikimedia andere Schriftmetriken haben als die vom Bildautor gewählte Schrift. Dies führt zu einer falschen Textpositionierung und ermutigt Benutzer, die Vorteile der Beibehaltung von Rohtext in der Vektordatei zu ignorieren.
<span id="Not_displayed_text_(Flowed_Text_bug)_">
Nicht angezeigter Text (Fließtextfehler)
Inkscape unterstützt eine Funktion namens „Flowed Text“, die Text automatisch umbricht, damit er in die Grenzen eines gegebenen Textrahmens passt. Leider ist diese Funktion Teil von SVG Tiny 1.2, das niemand unterstützt. Seine Verwendung wird mit ziemlicher Sicherheit zu Kompatibilitätsproblemen führen.[17] Bei Wikipedia wird ein fließender Textrahmen überhaupt nicht gerendert (phab:T43424 - je nach Schriftgröße und Farbe).[18]
Um dieses Problem in Inkscape zu vermeiden:
- Die einfachste Lösung ist, nur einen einzigen Klick (ohne Ziehen) zu verwenden, um Text mit dem Textwerkzeug von Inkscape zu erstellen. (Wenn du dagegen die Maustaste gedrückt hältst und die Maus ziehst, um einen Textrahmen zu zeichnen, weise Inkscape ausdrücklich an, Fließtext zu verwenden).
Es gibt jedoch einige einfache Möglichkeiten, dieses Problem zu beheben:
- Wenn du bereits ein Fließtextfeld erstellt hast, kannst du es mit Text → Convert to Text[19] in normalen Text umwandeln. (Überprüfe aber anschließend die Textausrichtung, in etwa 15 % aller Fälle[20] verwenden, übersetzen den Text oder ändern die Textausrichtung.[21])
- Wenn es einen Fließtext gibt, der nur aus einer Zeile besteht (wie in mehr als 9 von 10 Fällen), kannst du ihn in jedem Texteditor in einen einfachen Text umwandeln (produziert genau das gleiche wie Inkscape), wenn du flowRegion durch einen `
<text x=".." y="..">
-tag mit den x- und y-Koordinaten des Rechtecks ersetzen. Auf User:JoKalliauer/RepairFlowRoot#replace_the_flow-text_by_<text>_using_(Text-Editor) findest du auch ein automatisches String-Edit-Skript[22] heruntergeladen werden kann, das das für dich erledigt.
Wenn du versehentlich ein Fließtextfeld erstellt hast, das leer ist (d.h. keinen Text enthält), ist es in Inkscape nicht sichtbar oder auswählbar, aber es wird trotzdem als schwarzes Rechteck in Wikipedia angezeigt. Um es zu löschen, gibt es einige Möglichkeiten:
- Verwende den in Inkscape eingebauten XML-Editor (Bearbeiten → XML-Editor) und lösche alle Fließtextfelder (suche alle Knoten, die in der Baumansicht
<svg:flowRoot id="flowRootXXXX">
heißen). - Verwende einen einfachen Texteditor (z. B. Notepad) und suche nach dem Text „flowRoot“. Lösche alle Fließtextfelder manuell, inde du ihr öffnendes XML-Tag (
<flowRoot ...>
), ihr schließendes XML-Tag (</flowRoot>
) und den gesamten Text zwischen zwei übereinstimmenden Tags entfernst.[23] - Um nur das unsichtbare Rechteck auszublenden, kannst du
fill-opacity="0"
[24][25] zum<rect … fill-opacity="0"/>
-Tag (oder im<path d="…" fill-opacity="0">
-Tag) hinzufügen.
Einschränkungen der Texttransformation
Die Skalierung von Schriften funktioniert derzeit nicht wie erwartet, wenn die horizontale und die vertikale Skalierung (gemäß der effektiven Transformationsmatrix) nicht gleich sind (die horizontale Dehnung wird ignoriert: nur die aus der Matrix berechnete Schrifthöhe wird derzeit beachtet); dies kann die korrekte Darstellung in schmalen/kondensierten oder breiten-erweiterten Stilen einer anderen Schriftart verhindern, wobei der Text eine unerwartete Breite annimmt und aus dem erwarteten Rahmen herausfließt (die Alternative ist die Auswahl einer alternativen freien Schriftfamilie, die bereits schmal/kondensiert ist).
Text wird garantiert falsch platziert (und in einigen Fällen mit unschönem kerning), wenn die Auflösung des PNG-Renderings nicht mit der nativen Dimension übereinstimmt, die durch die SVG-Datei selbst definiert ist, unabhängig davon, wie „regelmäßig“ der Skalierungsmultiplikator ist (z. B. 0,5, 2 oder 4) (phab:T36947). [26] Verwende auf keinen Fall eine extrem kleine (>10px) oder große Schriftgröße und skaliere dann den Text oder das gesamte Bild auf die gewünschte Größe. Beginne immer mit einer vernünftigen Schriftgröße (leider ist eine Größe um 80px vorzuziehen).[27]
Vorsicht auch bei Unterschieden in der Schriftmetrik: Eine SVG-Datei kann gut aussehen, wenn sie direkt in einem SVG-fähigen (alle modernen) Browser unter Windows oder Mac OS gerendert wird (der gängige, aber nicht freie Schriften wie Courier oder Courier New verwenden kann), sieht aber anders aus, wenn sie auf die Liste der freien Schriften beschränkt ist, die derzeit vom SVG-zu-PNG-Renderer von MediaWiki unterstützt werden (oder wenn sie unter Betriebssystemen wie freien Linux-Distributionen betrachtet wird), siehe auch Abschnitt „Schriftsubstitution und Fallback-Schriften“.
Das Attribut textLength wird nicht vollständig unterstützt und könnte nicht korrekt gerendert werden. Siehe phab:T15387.[28]
Begrenzung des Schreibmodus
RSVG erkennt die Eigenschaft writing-mode
, implementiert sie aber nicht korrekt. Wenn dieser Eigenschaft ein anderer Wert als der Standardwert zugewiesen wird (d. h. alles außer Links-nach-Rechts-Modi), kleben alle Zeichen zusammen, wenn der Text mit einer bestimmten Schriftart wiedergegeben wird (phab:T65236). Die typische Art, vertikalen Text zu erzeugen, funktioniert zum Beispiel nicht:
<text x="50" y="50" writing-mode="tb-lr" font-size="15px">東涌綫</text>
Wenn der alternative Schreibmodus dennoch gewünscht ist (z. B. Top-to-Bottom-Modus für asiatische Sprachen), richte alle Zeichen separat aus, anstatt sich auf diese Eigenschaft zu verlassen:
<text transform="translate(50,50)" font-size="15px" text-anchor="middle">東<tspan x="0" dy="16">涌<tspan x="0" dy="16">綫</tspan></tspan></text>
Der obige Code legt einen horizontalen Textstring (writing-mode
unverändert zum Standard von links nach rechts) zeichenweise aus; jedes Zeichen wird auf die gleiche horizontale Position (x=0
) zurückgesetzt und 16 Einheiten (dy=16
) weiter nach unten auf der Seite verschoben. Der text-anchor="middle"
simuliert dominant-baseline="central"
, was die auto
-Vorgabe ist, wenn writing-mode="tb"
.
Schriftersetzung und Fallback-Schriften
SVG-Schriftspezifikationen können eine bestimmte Schriftfamilie wie Arial oder Times New Roman verwenden. Eine solche Schriftartspezifikation bedeutet in der Regel, dass der User-Agent Zugriff auf die Schriftartdatei mit diesem Namen haben muss. Leider sind viele Schriftarten proprietär und nicht auf allen Betriebssystemen verfügbar. Zum Beispiel haben nicht alle Betriebssysteme die proprietäre Schriftart Arial. Wenn die spezifische Schriftfamilie nicht verfügbar ist, wird eine Standardschriftart verwendet; die Standardschriftart kann ein ganz anderes Aussehen haben. Für den User-Agent librsvg
ist die Standardschriftart Liberation Serif.
Viele User-Agents verfügen über eine Schriftersetzungstabelle, die es dem User-Agent ermöglicht, eine Schriftfamilie zu ersetzen, die ähnlich ist. Um die Übereinstimmung der Schriften zu verbessern, erlaubt SVG font-family
für eine Liste von Schriftfamiliennamen; der User-Agent wird die erste Schriftfamilie verwenden, die er erkennt. Der Grafiker könnte ähnliche Microsoft-, Apple- und Unix-Schriften auflisten, um die Chance zu erhöhen, dass der User-Agent die gewünschte Schrift hat. Zusätzlich unterstützt SVG die CSS-Spezifikation generic font family.[29][30] Das bedeutet, dass die meisten SVG-Benutzeragenten die generischen Schriftfamilien serif
, sans-serif
, cursive
, fantasy
und monospace
unterstützen sollten. Es ist eine gute Praxis, eine generische Schriftfamilie als letzten Eintrag in der Schriftfamilienliste zu verwenden. Für librsvg
auf Commons gilt:
sans-serif
ist DejaVu Sans zugeordnetserif
ist DejaVu Serif zugeordnetcursive
ist der uninteressanten DejaVu Sans zugeordnetfantasy
ist der uninteressanten DejaVu Sans zugeordnetmonospace
ist DejaVu Sans Mono zugeordnet
Auf Commons hat librsvg
die in m:SVG_fonts#Latin_(basic)_fonts_comparison aufgeführten Schriften. Wenn du nur diese Schriften verwendest, erhältst du gute Ergebnisse in Wikipedia-Artikeln, die ihre Bilder mit librsvg
anzeigen, aber Grafiker sollten sich auch darüber im Klaren sein, dass SVG-Dateien von anderen User Agents angezeigt werden können. Daher ist es am besten, gängige Schriftfamilien (wie Arial) oder eine Liste von Schriftfamilien zu verwenden, die mit einer generischen Schriftfamilie endet (wie Trebuchet, sans-serif
).
Die Schriftmetrik für generische Schriftfamilien wie z. B. sans-serif wird wahrscheinlich auf verschiedenen User Agents stark variieren. In grafischen Darstellungen sind metrisch exakte Textelemente oft wichtig und Arial kann als De-facto-Standard für ein solches Merkmal angesehen werden. Wenn du sowohl Arial als auch sans-serif als Fallback-Schriftarten hinzufügst, wird das SVG auf Rechnern, die nicht über Arial verfügen oder diese ersetzen können, bestmöglich angezeigt werden. Um die SVG-Datei unabhängig von Arial zu machen, änderst du alle Vorkommen von font-family: Arial
in font-family: 'Liberation Sans', Arial, sans-serif
.
Wenn du nicht-westliche Schriftzeichen verwendest, solltest du diese Schriftarten vor Liberation Sans definieren. Wenn dein Text zum Beispiel chinesische Zeichen enthält, sollte die Definition von font-family lauten: Liberation Sans, Arial, WenQuanYi Zen Hei, SimHei, sans-serif
. In diesem Fall werden westliche Schriftarten vorangestellt, weil die Qualität westlicher Schriftzeichen in chinesischen Schriftarten oft gering ist und wir die höherwertigen zuerst verwenden wollen.
- Inkscape unterstützt Fallback-Schriften ab Version 0.91.
- Adobe Illustrator Version 18.1.1 oder früher (wahrscheinlich auch in späteren Versionen) unterstützt keine Fallback-Schriften, so dass die SVG-Datei nach dem Speichern manuell in einem Texteditor aktualisiert werden muss.
definierte Schriftart | Fallback im Wiki | mögliche Fallback-Definition, die ähnlich aussehen (funktioniert auf Wikimedia/Windows/Linux/Mac) |
---|---|---|
[-keine Definition-] | Liberation Serif | |
serif | DejaVu Serif[31] | |
Times New Roman | Liberation Serif | font-family="Liberation Serif,Times New Roman,Times,Times-Roman,serif" |
sans-serif | DejaVu Sans[31] | |
Arial | Liberation Sans | font-family="Liberation Sans,Arial,Nimbus Sans L,Helvetica,sans-serif" |
Helvetica | Nimbus Sans L | font-family="Nimbus Sans L,Ubuntu,Liberation Sans,Helvetica,Arial,sans-serif" |
Calibri | font-family="Liberation Sans,Carlito,Calibri,Segoe UI,Myriad,UnDotum,Optima,Tahoma,Arial,sans-serif" | |
Courier New | Liberation Mono | font-family="Liberation Mono,Courier New,Courier,monospace" |
monospace | DejaVu Sans Mono | |
[-alles unbekannt-] | DejaVu Sans |
Layout mit Text- und tspan-Elementen
Obwohl du nur das text
-Element verwenden kannst, um einfachen Text im Bild darzustellen, kann das tspan
-Element nützlich sein, um Text zu handhaben, bei dem die Position des Wortes vom anderen abhängig ist. [32] Ein tspan
-Element muss innerhalb des text
-Elements verschachtelt werden, und dann können weitere tspan
innerhalb dieses tspan
verschachtelt werden, wobei alle im übergeordneten text
-Element definierten Formatierungen an die untergeordneten tspan
-Elemente vererbt werden. Zum Beispiel:
<g font-size="12px">
<text font-weight="bold" x="10" y="10">Wikipedia beherbergt Wissen
<tspan fill="blue"> beigetragen
<tspan text-anchor="end" dy="12"> von Freiwilligen</tspan>
</tspan>
</text>
<text font-style="italic" x="15" y="30">Wikimedia Commons stellt kostenlose Mediendateien für alle Schwesterprojekte zur Verfügung.</text>
</g>
Der Hauptunterschied zur „g
Verschachtelung von text
“ ist, dass einige wichtige Text-Layout-Verhaltensweisen ausschließlich für tspan
gelten: Wenn mehrere text
-Elemente hintereinander aufgereiht werden, positionieren sie sich immer noch unabhängig voneinander; wenn mehrere tspan
-Elemente hintereinander aufgereiht werden, aber dem zweiten und den folgenden tspan
-Elementen keine absolute x-Koordinate gegeben wird, reiht sich der Text dieser tspan
-Elemente horizontal direkt neben dem Ende des Zeichens des vorherigen tspan
im selben text
-Element ein.
tspan
sollte jedoch sparsam verwendet werden, selbst wenn du die absolute x-Koordinate für jedes einzelne tspan
-Element im text
-Element definierst. Das liegt daran, dass bei der Standarddefinition von xml:space
jeder Zeilenumbruch (innerhalb von text
oder tspan
) mit einem zusätzlichen Leerzeichen am Ende automatisch in ein Leerzeichen umgewandelt wird.[33] Wenn es mehrere aufeinanderfolgende Zeilenumbrüche gibt, werden sie dennoch als ein Leerzeichen behandelt. Dies wäre kein Problem, wenn auf den Zeilenumbruch ein tspan
-Element mit absoluter x-Koordinate folgt und links ausgerichtet ist (text-anchor=start, der Standardwert). Wenn xml:space
der Wert 'preserve'
gegeben wird, übersetzt librsvg den Einzug in ein langes weißes Tab-Zeichen, das 8 Leerzeichen entspricht. Da die automatische Formatierung oder Neueinrückung (Einrückungsstil) der meisten XML-Editoren automatisch eine Einrückung für jeden neuen XML-Tag erzeugt, solltest du die Neueinrückung vorsichtig verwenden, wenn deine SVG-Datei eine solche Verwendung von tspan
enthält.
Das Verhalten der verschiedenen SVG-Renderer zu diesem Problem variiert stark und ist in der Regel nicht mit der W3C-Spezifikation vereinbar (auch der 'preserve'
-Wert von xml:space
wird in SVG 2 veraltet sein[34]). Das einzige Problem mit librsvg ist, dass es den Zeilenumbruch allein nie in ein Leerzeichen umwandelt, egal welcher Wert von xml:space
angegeben wird, wenn es kein abschließendes Leerzeichen oder einen Einzug vor dem tspan
Tag gibt. Mit Ausnahme von librsvg fügen fast alle modernen Browser das umgewandelte Leerzeichen direkt nach dem vorangehenden Text ein. Das ist der Grund, warum die Werte end
oder middle
der text-anchor
-Eigenschaft den Text immer um 1 Leerzeichen nach links ausrichten, weil die neue Zeile und/oder der nachlaufende Tabulator oder das Leerzeichen nach dem schließenden tspan
-Tag in ein unerwartetes Leerzeichen umgewandelt wird. [35]
Erneute Einrückung | XML-Code | Ergebnis |
---|---|---|
Vorher |
<text> <tspan>O</tspan><tspan>n</tspan><tspan>e</tspan> </text> |
One |
Danach |
<text> <tspan>O</tspan> <tspan>n</tspan> <tspan>e</tspan> </text> |
O n e |
Inkscape is buggy to render tspan
, for example, inheriting text-anchor
property from the first tspan
element incorrectly for the subsequent tspan
elements even if the property is specifically given a value in all tspan
elements.[36] In such case, simply revert the "text nestling tspan" structure to just "g nestling text". Inkscape also defaults to xml:space="preserve" to deal with space between tspan. If you are completely concern with how your SVG appears in Inkscape but prefer the default xml:space handling, use  
to replace each general space so it will not be hidden in Inkscape.
If you are generating an SVG using Adobe Illustrator, you will be given options to "Output fewer <tspan> elements" and "Use <textPath> element for Text on Path" during the save dialog. To maximize the consistency of the appearance of your font across browser platforms, you should place a check mark next to the former and make sure there is no check mark next to the latter. If you do not do this, the kerning of some of your letters may cause them to overlap (depending on your browser).
Line wrap
SVG 1.1 does not provide any form of line wrap (either hard or soft). Any line wrap should be done manually by repositioning new text
or tspan
elements with the same absolute x coordinate and a new y coordinate. For tspan
elements, the next line's y coordinate can be set with the dy
attribute. Although textPath
can handle a similar situation,[37] this element is not supported by librsvg/Wikimedia (phab:T11420).
A draft of SVG 1.2 did address line wrapping, but there is little support.
The draft of SVG 2.0 also addresses line wrapping, but Chrome, Firefox, Edge, and librsvg
do not support it as of May 2018.
Font styling class
Usually it is simply gratuitous use of the ‘style
attribute’. To ease the process of updating font-family for every text or tspan elements, you can define the font CSS class(es) within ‘style
element’ and apply the class
property in elements like this:
<style type="text/css">
text {font-size:12px; font-family:Liberation Sans, Arial, sans-serif} <!-- <span lang="en" dir="ltr" class="mw-content-ltr">General font styling</span> -->
.small {font-size:9px}
.special {fill:#f93500; font-weight:bold}
.title {font-size:14px; font-weight:bold; font-family:Liberation Serif, Times New Roman, serif}
.italic {font-style:italic}
</style>
<text class="title" x="10" y="20">Qridfs</text>
<text x="10" y="30">Rfnkl fgkj qljf fgk gskla</text>
<text class="small">
<tspan x="15" y="40">Dfj fdmnkl</tspan>
<tspan x="15" dy="12" class="italic">Akgfld fkdngf mna</tspan>
</text>
<text class="special" x="10" y="60">Tcjgh xlij qpfj</text>
CSS class defined in ‘style
element’ can also be used for other SVG elements (e.g. g
and path
) despite the misleading type="text/css"
attribute. Even if one particular style is defined once in the SVG, it is still advised to replace the style with class for a tidier layout of XML codes.
Contrary to popular belief the style
attribute does not separate content from presentation, and unless you need to override properties set by a CSS selector, it is best to use the SVG formatting attributes instead (e.g. <path fill="#fff" stroke="none"/>
instead of <path style="fill:#fff;stroke:none"/>
).[38] However, if you need to override the element style defined in style
element, you do need to employ style
attribute. If you need to override the style for text
element without style
attribute, you can use a tspan
element container to nest the text you need to override the style, presuming there is nothing predefined in style
element for tspan
element.
- Note
- phab:T68672 – CSS style element get ignored if the default value
type="text/css"
is omitted. - phab:T43423 – CSS child selectors are not supported by librsvg.
- phab:T68551 – CSS classes on
text
elements get not inherited on childtspan
elements. If you want this, you need to add a separate class fortspan
as well, or use simply groups (but not in the text element as it Scour unfortunately does).
Text with background edge
Sometimes the text might be unreadable because the background color has low contrast with the font color or the pattern is too complicated that confuses the reader. This can be solved by duplicating the text in exactly the same position, but the back text rendered with stroke and the fore text without it like this:
<text style="font-size:12px">
<tspan x="10" y="20" style="stroke:white; stroke-width:3px; stroke-linejoin:round;">Platzhalter</tspan>
<tspan x="10" y="20">Platzhalter</tspan>
</text>
- „stroke-linejoin:round“ wird definiert, um scharfe Ecken des Textstrichs zu vermeiden.
Das Problem bei der Anwendung von Kontur und Füllung auf ein und dasselbe Textelement besteht darin, dass die Kontur „über“ den Haupttext gelegt wird, was ihn ansonsten unlesbar macht, wenn die Schrift zu klein ist, aber eine größere Kontur benötigt, um sich vom Hintergrund abzuheben.
SVG-Filter können verwendet werden, um den Text über eine vergrößerte Version des Textes zu zeichnen. Der Filter erweitert zunächst den Text, legt die Farbe des erweiterten Textes fest und zeichnet dann den ursprünglichen Text über die erweiterte Version. Es kann ein Filter definiert werden, der von mehreren Textblöcken verwendet werden kann:
<filter id="textBack"> <feMorphology in="SourceAlpha" operator="dilate" radius="1" result="bloom" /> <feFlood flood-color="white" flood-opacity="1" result="flback"/> <feComposite in="flback" in2="bloom" operator="in" result="surround" /> <feMerge> <feMergeNode in="surround" /> <feMergeNode in="SourceGraphic" /> </feMerge> </filter> <text x="10" y="50" filter="url(#textBack)">gibberish</text> <text x="10" y="70" filter="url(#textBack)">more gibberish</text>
SVG filters can also be used to size an opaque rectangular background that surrounds the text. Using a filter is more robust than painting a rectangle and then painting the text on top of that rectangle. A fixed-size rectangle may not fit the font used for the text; the size of the rectangle would also need adjustment if the text changes. If the text is translated, for example, the rectangle may need to be changed. Using a filter automatically adjusts the size.
<filter id="rectBack" x="-2%" y="0%" width="104%" height="100%"> <feFlood flood-color="white" flood-opacity="1" result="rect"/> <feMerge> <feMergeNode in="rect" /> <feMergeNode in="SourceGraphic" /> </feMerge> </filter> <text x="10" y="50" filter="url(#rectBack)">gibberish</text> <text x="10" y="70" filter="url(#rectBack)">more gibberish</text>
Outlining text can be done without filters by explicitly rendering the text twice. The first time, the text is rendered with a white stroke to set the outline. The white outline erodes the text. The text is rendered a second time, but this time the text is not stroked. Consequently, the characters are rendered full size (without erosion).
If you have lot of text that needs to be rendered with a stroke background, you can manually include the text within <g>
, <text>
and <tspan>
elements. The <g>
element which will be rendered underneath, apply the stroke, then <use>
the text group of <text>
element without a stroke and fill the font with contrasting color:
<g style="stroke:white; stroke-width:3px; stroke-linejoin:round">
<text id="text_group" style="font-size:12px">
<tspan x="10" y="80">Platzhalter 1</tspan>
<tspan x="10" y="95">Platzhalter 2</tspan>
</text>
</g>
<use xlink:href="#text_group" style="fill:black; stroke:none"/>
W3C includes paint-order property in SVG 2.0 which allows the order to render the attributes of "fill", "stroke" and "markers" within one element arranged by the user manually, instead of following the default mandatory order.[39]
Mozilla Firefox also includes this attribute experimentally but it defaults to disable in the stable release until SVG 2.0 matures. This feature can be enabled in the about:config entries of Firefox.[40]
Gradients
Users of Inkscape version 0.46 may notice that images with "Fill gradients" display perfectly on Inkscape, but display "messed up" in Opera or Firefox browsers. One possible cause is that the last "stop" on a gradient has opacity set to 0. Inkscape appears to ignore this last stop, but both Firefox 3.0.6 and Opera 9.36 will render it as a white border in the filled object. Solutions are either remove the last stop (because it was probably created in error) or change the opacity (and colour) so that the image renders correctly in browsers.
Note that Inkscape adds a JavaScript polyfill to SVG images containing mesh gradients. Scripted SVG images cannot be uploaded to Wikimedia Commons, but removing the JavaScript code will break the gradients.
Users of Adobe Illustrator CS5, CS6, or CC and who also use Firefox may notice that an Illustrator "symbol" containing a gradient will render normally as a Commons PNG file but if the SVG file itself is opened in Firefox these symbols will appear vacant. Other browsers will have no difficulty— Google Chrome, even Internet Explorer will render Illustrator’s SVG symbol gradients correctly, but because of a known bug that the designers of Firefox have been aware of since 2005 (Mozilla’s Bugzilla bug 376027 and other reports that lead to it such as bug 353575) but have so far failed to adequately fix, Firefox will display such symbols as empty shapes (symbol strokes and symbol paths without gradients are unaffected).
Adobe Illustrator users should also note that any Illustrator "symbols" containing paths with both a gradient and a filter will be rendered as a PNG in Commons only within the first instance of the use of that symbol. Subsequent use of a symbol containing these paths will render the paths (though not the entire symbol) as blank (neither gradient nor filter nor fill nor stroke will be applied).
Blurring
Wikimedia’s SVG renderer currently supports various filter effects, but some effects such as gaussian blur (feGaussianBlur) behave differently when the blurred object exceeds the edge of the actual image. The current version of RSVG will treat the cropped edge as the actual edge of the object to apply the effect (as if the object has applied clipPath before applying filter effect), creating an undesirable filter effect against the image edge.
Größe
- The maximum file size on Commons is 4 GiB (4,294,967,296 bytes) for users of UploadWizard and other tools that support chunked uploads. Although big files can be uploaded, they cause problems when user opens the file.
- The maximum size for thumbnails for SVG files is 10 MB.
- the recommended image height is around 400–600 pixels
Verkleinern der Dateigröße
If the file is too big, reduce/optimize it by:
- using a special program
- Scour - an SVG scrubber
- Inkscape, save as an optimised svg file
- manually editing the file
- manually cleaning up your code[41]
- editor and regex, example
- creating groups
- Reducing the precision of numbers[42][43]
- removed unneeded code such as:
- remove any unused definitions (defs), as these can needlessly bloat the size of the file
- comments, code formatting, spaces, but it will make code obfuscated (less readable) and usually have a negligible impact on file size and rendering time.)
- editing the program (script) for creating the file and:
- use fewer points for curves
- draw fewer curves
Translations
SVG Dateien können übersetzt werden oder sie sind gleich mehrsprachig mit eingebetteten Übersetzungen. Für weitere Informationen siehe Commons:Translation possible/Mehr erfahren
Nach SVG konvertieren
Wenn die Bilddatei in einem anderen Format als SVG vorliegt gibt es verschiedene Wege, es nach SVG zu konvertieren. Siehe § Converters für Programme.
Note: For vector images where the vectorization was done by a third party, there is the issue where the vectorization code may have its own copyright even if the depicted image itself is out of copyright or below the threshold of originality. See § Copyright for more info.
Generally, there are 3 ways to produce an SVG file, given an existing image:
- Regenerate it
- Convert it
- Create a new one
If you are unable to convert an image yourself, please add the tag {{Convert to SVG}} to flag that the image should be converted. Some images are not well-suited to SVG, notably continuous-tone images such as photographs. These generally should instead be stored as JPG.
Regenerate it
If the image was generated by a program (rather than drawn by hand) — for example, a chart from a spreadsheet — it may be possible to set the output format to SVG, rather than PNG or other format, and thus produce an SVG image from the same source. If possible, this is generally easiest.
Convert it
Many vector file formats can be easily converted to SVG simply by changing the format (repackaging the existing data), by using a converter program. This may be as simple as opening the file in a vector image editor and then saving it in SVG.
For raster (bitmap) graphics, this cannot be done because the image is a set of individual pixel values, not a set of strokes (vectors). For these images (notably PNG images), one can convert to SVG via "vectorization" or "tracing" — automatically generating a vector graphic from a raster image.
Many SVG editors have tracing functions, and dedicated converters exist. In Inkscape, this is done by the potrace program.[44][45] Concretely: open the bitmap (File → Open… (Ctrl-O)), then select Path → Trace Bitmap… (Shift-Alt-B). There are various options; after using, please delete the underlying bitmap, and consider simplifying the path to reduce the number of nodes (Ctrl-L).
Adobe Illustrator also allows for the conversion of bitmap images into vectors via its Image Trace function. Care must be taken when doing so that the resulting vector image is neither ponderously large (often the result of too much conversion fidelity with regard to color and shape) nor so simple that it loses faithfulness to the original image. Converted images almost always require some manual correction after conversion. As in Inkscape, the underlying bitmap should be removed after conversion is complete.
It should also be noted that when Illustrator converts one of its files into an SVG file, it tends to convert a number of shading effects such as "inner glow", "outer glow", and gradients applied along or across a path into undesirable raster images which it then embeds in the SVG image using links. Such embedded images can often be immediately detected by viewing the image in a web browser under high zoom where they will appear cloudy or have visibly jagged edges (neither of which is ever true of a correctly rendered vector image). As these effects were originally created without regard to the W3C consortium, Adobe does not offer and is never likely to have a solution to the problem.
In order to remove raster components from an Adobe Illustrator-generated SVG prior to uploading the image to Commons, the artist must first be able to identify where Illustrator has put them. This can be done in the following way:
First finish editing an image file and save in Illustrator’s AI format (*.AI), then save it again in SVG format. During the second Save dialogue, choose to "embed" the links (for now). Then close out the image (File=>Close or Ctrl+w). Next, open the SVG version back up again, click on "Window" from the right side of the top menu bar, and scroll down to "Links". This will open up a small window containing information about each of the links (if any) which currently exist in the SVG image (whether or not Illustrator produced them). You can click any of the entries in the top half of the window and then select the "Go to link" button located in about the middle of it-- this will take you to that particular raster so that you can identify it and either remove it or replace it with a non-raster based alternative.
Note that this SVG version of your image, when viewed in Illustrator, may look very different from the same SVG file you thought you had saved just a few minutes prior: this is because Illustrator has made a set of codes during the creation of that file which it then has difficulty reading (SVG is not an Illustrator-proprietary format, AI is, and so while Illustrator will never have difficulty correctly viewing an AI (Adobe Illustrator) file, it will sometimes struggle to correctly render an SVG, even one that it itself produced). Fortunately, even an SVG that looks confusing in Illustrator will usually at least appear to render correctly in most browsers (with the occasional and already noted exception of Firefox) and in Inkscape.
Create a new one
If an image cannot be regenerated or converted, the remaining option is to recreate it — draw a new SVG image, using the existing image as a model. This is manual and the most time-consuming option, but may ultimately yield the highest quality.
In all cases, it may prove useful to touch up the resulting image in an SVG editor — perhaps adding details which are hard or impossible to produce in the originating program, or simplifying or refining a complex conversion (such as simplifying a path described by 100 points to one described by 5 points, if extra points add unnecessary detail).
Once you have created an SVG image, upload it (under a new name), and tag the original raster image with {{Vector version available}}, but please do not delete the raster image or list it for deletion, as it still serves some purposes — see Commons:Superseded images policy for details.
Hochladen und Kategorisieren
- Every SVG file uploaded to Wikimedia Commons should show how it was made: use template {{Inkscape}}, {{Adobe}}, {{HandSVG}}, etc.
- You should check the appearance and the validity before you upload the file; use the tool Commons SVG Checker
- If you are not sure or want to see first how librsvg will render your file, upload it to Test.svg
Dateibeschreibungseiten
Das Hochladen wird unter Commons:Erste Schritte/Dateien hochladen beschrieben.
Fülle {{Information}} so vollständig wie möglich aus. Oft ist es hilfreich, wenn ein Bild ein vollständiges Informationsfeld hat, da dies die Kategorisierung durch andere erleichtert und es anderen ermöglicht, Übersetzungen vorzunehmen.
Ausführliche Informationen zu SVG-Medien findest du im Abschnitt § SVG software tags.
SVG-Dateien kategorisieren
Alle SVG-Grafiken sollten in die entsprechende Unterkategorie oder Unterkategorien von Category:SVG files einsortiert werden. Bitte lege keine Bilder direkt in der übergeordneten Kategorie ab, da diese sonst überfüllt und nutzlos wird (wir haben Tausende und Abertausende mehr als 100.000 SVG-Dateien).
Sort subcategories which rely not on subject but on technical aspects ("created with…", "animated", "valid", and so on) by '*
' to keep them outside the alphabet listing.
The SVG categories tree
The main tree is Category:SVG, as a part of Category:Images → Category:Media types.
Concerning the creation of topical subcategories, it is unnecessary to rebuild the complete hierarchy tree of Category:Topics. Normally, it is enough to gather some topics into one. For instance, Category:SVG colors could contain all color-related SVG files of Category:Colors, so it’s pointless to create Category:SVG red, Category:SVG blue and so on. Maybe some subcategories will become useful later, but stay close to the existing topics tree, and do not put any SVG files only into a SVG category: Categories are primarily for finding media, not for hiding them. Do not over-categorize.
- See Commons:Kategorien for general information.
Category naming conventions
Category names start with "SVG" followed by the topic in lowercase (unless it’s a proper noun). For example, a category containing SVG files related to chemistry would be called Category:SVG chemistry. There was no naming convention for a long time, thus you may see titles that do not match this format. These will be converted over time.
Tagging SVG files
- See Category:SVG marker templates for all SVG markers available.
- Transcluded from Commons:SVG marker templates
SVG software tags
You will find the complete up-to-date list at SVG created with ... templates
For the software used (Category:SVG graphics by software used):
- {{Adobe|v}}, sorts into Valid SVG created with Adobe Illustrator
- {{Bin2svg|v}}, sorts into Valid SVG created with bin2svg
- {{Chemdraw|v}}, sorts into Valid SVG created with ChemDraw
- {{CorelDraw|v}}, sorts into Valid SVG created with CorelDRAW
- {{created with Dia|v}}, sorts into Valid SVG created with Dia
- {{ElCompLib|v}}, sorts into Valid SVG created with electrical symbols library
- {{Fig2SVG|v}}, sorts into Valid SVG created with Fig2SVG
- {{Gnuplot|v}}, sorts into Valid SVG created with Gnuplot
- {{HandSVG|v}}, sorts into Valid SVG created with Text Editor
- {{Inkscape|v}}, sorts into Valid SVG created with Inkscape
- {{Inkscape-hand|v}}, sorts into Created with Inkscape-hand
- {{Metapost|v}}, sorts into Valid SVG created with MetaPost
- {{Sodipodi|v}}, sorts into Valid SVG created with Sodipodi
- {{Scribus|v}}, sorts into Valid SVG created with Scribus, also for typesetting
- {{Created with Text Editor|3=v}}, sorts into Valid SVG created with Text Editor
- {{Image generation|O|v}} or {{Image generation|U|v}}, sorts into Valid SVG created with Other tools
- {{Created with Vim|2=v}}, sorts into Valid SVG created with Vim
- {{Extracted with Inkscape|2=v}}, sorts into Valid SVG extracted with Inkscape
- For other software, by now categorize as usual, see SVG created with ... templates and Created with ... templates for an summary of software-related templates
See #Software section for a list of programs.
SVG file tags
- For making use of elements from other SVG images available on Commons, please use {{Attrib}} — see Category:Vector images using elements from other vector images.
- {{Translate}}
This SVG file contains embedded text that can be translated into your language, using any capable SVG editor, text editor or the SVG Translate tool. For more information see: About translating SVG files. |
- {{Translate|switch=yes}}
This file is translated using SVG <switch> elements. All translations are stored in the same file! Learn more.
For most Wikipedia projects, you can embed the file normally (without a To translate the text into your language, you can use the SVG Translate tool. Alternatively, you can download the file to your computer, add your translations using whatever software you're familiar with, and re-upload it with the same name. You will find help in Graphics Lab if you're not sure how to do this. |
- For animations you can use {{Animated SVG|B|C}}
This image is an animated SVG file. The .png preview above created by RSVG for use in Wikimedia is not animated and may be incomplete or incorrect. To see the animation, open the original file. It should run in any modern browser or viewer. Recent versions of Chrome, Firefox, Microsoft Edge, Safari, and Opera all support SVG animated with SMIL.
Other SVG animations can be found at Category:Animated SVG files.
|
.
- SVG files containing JavaScript cannot be uploaded at present, but this template anticipates that possibility {{Scripted SVG}}.
This is a scripted SVG file (it contains JavaScript). The preview above may be incomplete or incorrect. To use the interactive possibilities, open it in your browser.
|
SVG conversion tags
- If you find raster images that should be vector graphics — especially diagrams, charts, graphs and some drawings —, tag them {{convert to SVG|A|B}}. Special: For Nuvola {{N2+SVG}}.
All a images in this gallery could be re-created using vector graphics as SVG files. This has several advantages; see Commons:Media for cleanup for more information. If an SVG form of this image is available, please upload it and afterwards replace this template with
{{vector version available|new image name}} . |
- If you find raster animations (usually GIFs) that should be animated vector graphics, tag them {{convert to SVG animation}}.
All images in this gallery could be re-created using vector graphics as SVG animation files. This has several advantages; see Commons:Media for cleanup for more information. If an SVG form of this image is available, please upload it and afterwards replace this template with
{{vector version available|new image name}} . |
- To indicate that you are currently working on a vector version of a raster image you can tag it with
{{Vector wip|1=~~~|time=~~~~~}}
.
- For SVG files using embedded bitmaps causing bad quality, use {{BadSVG}} and for rasters that have been superseded by a SVG file, use {{vector version available|File name.svg}}
- {{Path text SVG}}
The file size of this SVG image may be abnormally large because most or all of its text has been converted to paths rather than using the more conventional
<text> element. Unless rendering the text of the SVG file produces an image with text that is incurably unreadable due to technical limitations, it is highly recommended to change the paths back to text. Doing so will ease the process of localizing this image to other languages and is likely to reduce the file size in a significant scale. Other SVGs containing path-based text can be found at Category:Path text SVG. For more information, see SVG: Fonts and Preparing images for upload: Text.
|
- {{Superseded|Example.svg}}
This file has been superseded by Example.svg. It is recommended to use the other file. Please note that deleting superseded images requires consent.
|
- {{Technically replaced|SMW Logo.SVG}}
Sorry, this SVG file is solely a source for re-utilization, editing or printing purposes. Please do not use this graphic within Wikipedia articles! MediaWiki isn't able to render this image correctly. Some details may be missing or look wrong. When you include the image in a Wikipedia or any other Wikimedia project site's page, you may want to use the other file, until the support increases.
Help:SVG/de File:SMW Logo.SVG
|
- {{Template image}}
This SVG file is a generic template for creating new images. It contains embedded placeholder text using specific fonts that may not be available on Wikimedia Commons. This file is not intended to be embedded in a wiki page. Do not reupload this file with text converted to paths, even if the text appears unsightly in an image preview.
|
SVG-Dateien in MediaWiki
Wie SVG-Dateien in MediaWiki funktionieren
When you upload your SVG to Commons (or any other MediaWiki wiki), the software automatically produces PNG thumbnails, embedded in the articles and the description page. If you download the image (usually by right mouse clicking on the image), you will get the PNG image. If you want the SVG file you must save the link to the image instead of the image itself. This works (by right mouse clicking on the link under the image) only on the description page of the image, not on the thumbnail in the category page.
MediaWiki uses librsvg to convert SVG files to PNG files for display (SVG rendering), it has some long and well-known bugs that should be fixed, so you might want to check your file with that program before uploading. You can test the SVG with SVG Check for accurate PNG render preview and W3 XML validator for possible code errors or incompatibility of SVG elements or attributes.
- Further information: MediaWiki SVG limitations.
SVG-Dateien via MediaWiki skalieren
What this means: Say you want to produce a large version of your SVG for detailed maps, or using in-bitmap software like gimp, or calligraphy printed out one character per page, or something like that. You need to force MediaWiki to produce a huge PNG thumbnail, by using https://commons.wikimedia.org/w/thumb.php?f=Foo.svg&w=1000 or by doing something like [[File:Foo.svg|1000px]]
in the sandbox or your talk page or somewhere else unimportant. Printing this giant PNG will look much better than if you try to scale up one of the default thumbnails! Of course, you can also use for-printing SVG software like Inkscape but sometimes that shows something other than what’s shown on-screen (black background, other fonts, etc.).
Häufig gestellte Fragen
- What are reasonable dimensions to choose for my SVG images?
- The absolute size of the document does not matter much, since that only affects how it is displayed when viewed by itself. The file size does not depend on the document dimensions. The image can be stretched or compressed as much as a user wants, without changing quality, or file size. With that in mind, the recommended image height is around 400–600 pixels. When a user views the full size image, a width of 600–800 pixels gives them a good close-up view, while still allowing them to fit the entire image on their screen without having to zoom in or out: while 9 × 9 pixels are too tiny, 3000 × 2000 are too large. The length of the shorter side of the PNG rendered by librsvg on Wikimedia is capped at 4096 px (i.e. if width is shorter than height, the length cap of 4096 px will be applied on the width and the height will be scaled accordingly, or vice versa), so there is no point to upload SVG image which requires that much of resolution to be readable when some of the text will be too tiny after scaling down to preview size. Smallest font in SVG image should be readable in 2000-px width at least, the largest recommended rendering resolution in the image description page. Otherwise, a raster version should be provided alongside the SVG source.
- How to convert SVG file to raster format in my computer?
- For SVG file which behaves incorrectly in graphic software such as Inkscape, you can simply upload the SVG to Wikimedia then save the link which provides PNG render in other widths in the file description page. You can adjust the number-px in the link to generate the desirable width of the PNG render. For image with any side larger than 4096 px, you may use any conversion tools such as RSVG-Convert with the only difference being the lack of anti-aliasing. If you want the raster image looks smoother, you may convert the SVG to PDF in RSVG-Convert then convert the PDF to raster version in Photoshop (Inkscape still presents some font problem when opening PDF). Another option without uploading SVG source to Wikimedia (due to non-free license) is to use the SVG preview on Wikimedia Toolforge which does not have the maximum side cap, although certain rendering results such as font may differ slightly.
- Why doesn't my image render?
- This might be due to a number of reasons. Most often it is due to a reference to an external file, a leftover from tracing a bitmap, perhaps. (The rendering stops as the website tries to find this other file) To solve this problem, in your editor, make sure to remove any references to other files before saving the final version. If it is necessary to use bitmaps you can use in Inkscape the function to embedding all images (Effects menu → Images → Embed All Images). It’s also possible that you use special effects like blurring. Unfortunately it’s currently not well supported by librsvg. See also § Plain SVG, compressed SVG, generic specifications hereinbefore.
- Where can I get extra help with SVG images?
- Try Commons:Graphic Lab if you have a problem with an individual image. Commons:Graphics village pump can be useful for SVG discussion (as well as graphics in general). Often SVG enthusiasts will be around on those pages, and are more than willing to help.
- How do you change the document size in Inkscape?
- The document size starts out with an A4 page. To make this larger or smaller, create a rectangle with the dimensions you desire the document to be, and select it with the arrow tool. Then select File → Document Properties, and under Custom Size, choose Fit page to selection, and click OK. You can now delete the "sizing" rectangle, and move or resize the other elements to fit the space you have created.
- My text is appearing as little blocks, or isn't showing up at all after uploading to Commons!
- If you use "Flowed Text" in Inkscape, it will not render at all. Flowed text boxes are created when you click and drag to make you text box. To avoid this, just click once to position your cursor and then type your text. To convert a flowed text box to a normal text box, go to the "Text" menu and choose "Convert to Text".
- If this still doesn't work, some text features of Inkscape are not supported by MediaWiki’s renderer, such as text-on-path. If you are not using flowed text and still have problem, convert the text to paths. Do this by selecting the command Path → Object to Path. This will convert the text to paths. Save as plain SVG, and reupload your file.
- My arrowheads/dashed lines are appearing as little blocks, or aren't showing up at all after uploading to Commons!
- Check that attribute style="overflow:visible" is in tag marker and not in tag path. Some stroke features of Inkscape are not supported by MediaWiki’s renderer. Select the offending objects, and select the command Path → Stroke to Path. This will convert the strokes to paths. Save as plain SVG, and reupload your file.
- How do I get rid of the transparent background?
- Do you really need to? Usually not! MediaWiki’s renderer will convert the SVG file to PNG with a transparent white background for display (displays white if your browser doesn't support PNG transparencies). Browsers that natively support SVG transparency will show the background color through the image, white! (or grey if the image is displayed as a thumbnail). Leaving your image transparent behind helps future editors, and allows the image to be displayed over other background colors without a big white square. However, if your image really needs a specific colored background, create a rectangle the size of the image, fill it with the background color of your choice, and choose the command Object → Lower to Bottom. Save your image, and enjoy the solid background color![46]
- My fonts aren't rendering correctly. What fonts are supported by the site’s renderer?
- See meta:SVG fonts for a list.
- I am using the same fonts installed in Wikimedia, but text positioning in my SVG image still looks differently between my local render and the Wikimedia render.
- It depends on which rendering library and version your local renderer is using. Text positioning and other SVG aspects (such as "transform") are known to behave differently in different rendering libraries. For closest result to Wikimedia render, you should use whatever renderer which uses librsvg. Opera, Chrome and Safari gives accurate results. Firefox and Internet Explorer 10 are slightly inaccurate. Safari looks neater when certain font smoothing is enabled.
- I'm drawing a flag (or some other insignia) and it asks for PANTONE or CMYK colors. What do I do?
- First, if you see the words*PANTONE or CMYK, try to see if they have something called RGB. Wikimedia Commons images are used a lot on Wikimedia projects such as Wikipedia, etc, and are designed for use on computer screens. If you can find RGB colors, use them in favour of others. If you can't, you can convert the colors using your program’s own color picker, or, in the case of PANTONE, Color Finder,[2] from which you can extract RGB values for a color code. Make sure to indicate (perhaps on the talk page or image summary) which method of conversion you used, like "[Some Program] was used to convert CMYK values […] to RGB […]".
Software
Many programs can handle SVG files. You may like to try one given below, though these are not the only programs around. Some are available for free download, while others are commercial software.
As SVG is just an XML specification, it is possible to write SVG files manually in a text editor, or with your own programs/scripts.[47] In fact, many SVG images are written in text editors. An editor which can highlight the syntax is helpful. Check your work with the W3C SVG validator.
Viewers
All modern web browsers render SVG natively.
- librsvg, a rendering library used by MediaWiki and the following viewers:
- RSVG-view for UNIX, a small, simple viewer to preview how SVG files will look when rendered by MediaWiki
- RSVG-view for Windows (same as above)
- Commons:Commons SVG Checker, another librsvg-based rendered intended to find and report problems in SVG files
- Svg-explorer-extension, a free LGPL extension for Windows Explorer that generates thumnails for SVG files
- resvg, is one of the fastest and most correct SVG-render[48]
- Inkscape, supports also Inkscape-features, which are not in the SVG-1.1-DTD-Standard
- batik, a java-based toolkit for svg-rendering
- svgexport, a Node.js module
- cairosvg, a Python library
- ImageMagick, image-converter
- chrome-svgrender, renders SVG files using Headless Chrome
- SVG.NET, ein einfacher Renderer
- QtSVG, ein einfacher Renderer
- wxsvg, ein einfacher Renderer
Converters
Most SVG editors include a raster-to-vector-converter (image tracing)
- toolforge:convert, a PDF-to-SVG and SVG-to-PNG converter
- Autotrace (WARNING: at least one of the links there has been usurped by a phishing site), a library developed in 2004 by Martin Weber that the following tools use:
- ImageMagick
- autotracer.org, an online tracer that accepts JPEG, GIF and PNG files and outputs SVG, PDF, EPS, AI and DXF
- Delineate, a free Java-based interface for Autotrace and Potrace (website link). Potrace is also integrated in Inkspace under the
Path >Trace Bitmap
menu.
- Scribus (with GhostScript), an EPS-to-SVG converter
- PDFTron PDF2SVG, commercial PDF-to-SVG converter for Windows
- Barton PDF2SVG, a PDF-to-SVG converter for Linux, which uses two free libraries called "Poppler" and "Cairo"
- librsvg, a rendering library used by MediaWiki and the following converters:
- RSVG-Convert, and open-source tool that converts SVG to PNG, PDF or PS
- Bitmap to SVG converter - useful for converting pixel art
- Vectorizer.AI, an artificial intelligence-based online tracer to convert raster image
- PDF24 Tools, including an online PDF-to-SVG converter
Editors
- Inkscape, a free and open-source SVG editor for Windows, macOS and Linux. See Hilfe:Inkscape for details.
- Sodipodi, a discontinued free and open-source SVG editor for Windows and Linux
- OpenOffice.org Draw, a free and open-source drawing program that can export to SVG natively, and reads SVG with SVG Plugin.
- LibreOffice Draw, derivative of OpenOffice Draw, can import and export to SVG. May be more suitable than Inkscape for special cases such as flow charts.
- Dia, a free and open-source diagraming app for Windows, macOS, and Unix-like (Currently has some bugs in SVG export)
- Adobe Illustrator, a commercial (and very expensive) vectory graphics editor with rich graphics features but limited SVG-specific capabilies. See Hilfe:Illustrator for details.
- Affinity Designer
- CorelDraw
- SVG-edit (on GitHub), a free and open-source Web app
- toolforge:svgedit, an old copy of SVG-edit on Wikimedia Toolforge. See User talk:Rillke/SVGedit.js § Is there a WYSIWYG editor for details.
- SVGedit.js, an experimental gadget native to Wikimedia Commons
- Vector Paint - a simple online editor useful for cropping. Note: cropping does not work properly with certain files.
Specialized app
- Ipe, a free and open-source editor with an SVG converter, with good LaTeX integration for mathematical and technical diagrams
- Scour. For tidying up/create a smaller file size (in Python, also included in Inkscape).
- Graphviz. An open source application for automatic diagram layout.
- BKchem. A free software to draw chemical structures in SVG. Runs on Windows, Mac OS X, and Unix systems.
- Freemind is a free and open source mind mapping application written in Java. FreeMind.
- GeoGebra is a free and open source multi-platform mathematics software with ability to export SVG. Geogebra.
- LibreOffice Calc (libreoffice.org), for creating bar charts, pie charts, etc.
- Gnumeric spreadsheet, saves/exports charts in SVG format, cf. gnumeric.
- Nano by Vecta.io - reduces file sizes
- SVGO - reduces file sizes
- SVGOMG - a web-based front-end for SVGO
Urheberrecht
There is some concern that the SVG source code of images might be copyrightable as a "computer program" even if the output is an image in the public domain due to being below the threshold of originality or otherwise indistinguishable from a work that is public domain due to copyright expiration. This could mean that even though the output of an SVG, the image, is in public domain, the code could be restrictively copyrighted, and therefore inappropriate for including in Wikimedia Commons.
Elements that weigh in favor of SVG source code containing sufficient creative expression to be copyrightable might include hand-written code, complex embedded CSS, embedded comments longer than short phrases, or a large carefully selected set of control points. Elements that weigh in favor of SVG source code lacking creativity include programmatically generated code or slavish copying of a public domain source. See the following for additional context:
- Example DRs at Commons:Deletion requests/File:Bethlehem Steel logo.svg and Commons:Deletion requests/File:W3C Semantic Web Logo.svg.
- Discussion at Commons:Village pump/Copyright/Archive/2014/03#SVG's are computer software?
- Cases: Adobe Systems, Inc. v. Southern Software, Inc., Alfred Bell & Co. v. Catalda Fine Arts, Inc.. (judgment, commentary), and Meshworks v. Toyota (judgment, commentary)
Siehe auch
- Commons:Dateitypen#SVG
- Commons:Graphics village pump
- Commons:Graphic Lab
- Commons:Commons SVG Checker
- Commons:Translation possible/Learn more — Wie man eine SVG-Datei übersetzt
- Commons:Transition to SVG
- meta:SVG image support
- meta:SVG fonts — Eine Liste der unterstützten Schriftarten
- Wikipedia:Comparison of raster-to-vector conversion software
- Wikipedia: SVG-Hilfe
- Wikipedia: Graphics Lab/Resources/SVG
- Wikipedia:Graphics Lab/Resources/PDF conversion to SVG
- b:XML – Managing Data Exchange/SVG
- mw:Extension:TranslateSvg und toolforge:svgtranslate
- User:Rillke/SVGedit.js
Wartung:
- Category:SVG
- Category:SVG maps — Der SVG-Zweig des Kartenprojekts.
- Category:Images that should use vector graphics
- Category:Pictures showing a librsvg bug
- Commons:Transition to SVG
Einzelnachweise
- ↑ Wenn ein
style
-Element seintype
-Attribut nicht spezifiziert, dann wird der Typ aus demsvg
-ElementcontentStyleType
-Attribut (welches in der SVG DTD auf "text/css" voreingestellt ist) erhalten. http://www.w3.org/TR/SVG11/styling.html#StyleElement - ↑ W3C: XML-Deklaration
- ↑ W3C: SVG - Prolog and Document Type Declaration
- ↑ W3C: XML-Zeichenkodierung
- ↑ Cite error: Invalid
<ref>
tag; no text was provided for refs namednoDTD
- ↑ http://www.w3.org/TR/SVG/struct.html#NewDocumentOverview
- ↑ W3C: SVG linking
- ↑ W3C: SVG viewBox
- ↑ Philip Rogers (2015-04-30). Intent to deprecate: SMIL. Google Groups. Retrieved on 2015-06-27.
- ↑ https://caniuse.com/#feat=svg-smil
- ↑ https://github.com/svg/svgo/issues/1055
- ↑ https://github.com/RazrFalcon/svgcleaner/issues/213#issuecomment-589801095
- ↑ https://github.com/scour-project/scour/commits/master
- ↑ User:JoKalliauer/Optimization#SVG sourcecode edits without visual change
- ↑ User:JoKalliauer/Optimization#Useless elements that should be kept
- ↑ https://github.com/scour-project/scour/wiki/Documentation#--renderer-workaround-and---no-renderer-workaround
- ↑ Inkscape FAQ: What about flowed text?
- ↑ Du kannst die Farbe des nicht sichtbaren Pfades, der als Begrenzung der flowRoot verwendet wird, ähnlich wie bei File:FlowRoot_and_flowRegion.svg ändern, oder du kannst auch das allgemeinere
path
-Tag verwenden und andere Formen erstellen. - ↑ User:JoKalliauer/RepairFlowRoot#replace notempty flow-text using (Inkscape)
- ↑ einige Fälle, die
translate=".."
-Attribute oder einige Fälle, dietext-align=".."
-Attribute - ↑ Siehe zum Beispiel: File:Petit_Monde_de_Gondry,_Jonze_&_Kaufman.svg
- ↑ das auch auf Github
- ↑ User:JoKalliauer/RepairFlowRoot#delete empty flow-text using (Text-Editor)
- ↑ Category:Images with SVG 1.2 features
- ↑ User:JoKalliauer/RepairFlowRoot#That the black square won't get rendered (Text-Editor)
- ↑ Das Attribut
viewBox
imSVG
-Element hat Vorrang bei der Definition der nativen Auflösung, wenn es sich von den Attributenwidth
undheight
unterscheidet. - ↑ Font-kerning: Hilfe mit Datei bei Grafik-Dorfpumpe, vergleiche auch File:Fonttest-Kerning.svg.
- ↑ textLenght attribute in w3.org
- ↑ http://www.w3.org/TR/SVG/fonts.html#FontFaceElementFontFamilyAttribute
- ↑ www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#generic-font-families
- ↑ a b User:AntiCompositeNumber on phab:T180923#6557063
- ↑ W3C: SVG - The 'tspan' element
- ↑ W3C: SVG - White space handling
- ↑ W3C: SVG 2 - The 'xml:lang' and 'xml:space' attributes
- ↑ librsvg behält dieses zusätzliche Leerzeichen bei, aber während der Textausrichtung in der Mitte oder am Ende wird dieses Leerzeichen ignoriert.
- ↑ https://bugs.launchpad.net/inkscape/+bug/168023
- ↑ W3C: SVG – The ‘textPath’ element
- ↑ Avoid the ‚style‘ attribute where possible
- ↑ Chapter 11: Painting: Filling, Stroking and Marker Symbols. W3C (2012-08-12). Retrieved on 2012-11-28.
- ↑ paint-order. Mozilla Developer Network (2013-01-12). Retrieved on 2013-10-21.
- ↑ A Simple Trick for Optimizing SVG Files by WebpageFX
- ↑ 35-optimizing-svg-tools by CSS-Tricks
- ↑ css-tricks : understanding-and-manually-improving-svg-optimization
- ↑ Inkscape tutorial: Tracing
- ↑ Inkscape wiki: Tools: Vectorize/trace
- ↑ A feature bug report for this exists since January 2005 on Inkscape launchpad.)
- ↑ Image made with C++ code by Claudio Rocchini
- ↑ User:JoKalliauer/SVG test suites
Externe Links
- SVG Primer
- openclipart.org bietet mehr als 10000 SVG-Bilder (Public Domain)
- CanIUse.com
- SVG 2.0-Unterstützung im Firefox-Browser
- Edge status (Some SVG-related topics)