From Dietrich Blog (Strato)
|
|
(53 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
− | == SVG Scalable Vector Grafics ==
| + | Has been moved to: http://blog.kr8.de/wiki-svg/ |
− | * SVG ist ein auf [[XML]] beruhender W3C-Standard für [[VektorGrafik]].
| |
− | * SVG wird/wurde sehr stark von der Firma Adobe unterstützt.
| |
− | * SVG hat als offenes; d.h.nicht-proprietäres Format große Unterstützung von der [[OpenSourceSoftware]]
| |
− | * SVG wird von [[MediaWiki]] unterstützt
| |
− | * Konkurriered zu SVG ist: '''Flash''' von Macromedia
| |
− | | |
− | == SVG Beispiele ==
| |
− | So sieht der SVG-Inhalt aus:
| |
− | <pre>
| |
− | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
| |
− | <svg width="260" height="60">
| |
− | <rect x="10" y="10" fill="blue" width="240" height="40"/>
| |
− | <text x="40" y="40" style="fill:gold; font-size:20pt">
| |
− | Hello World!
| |
− | </text>
| |
− | </svg>
| |
− | </pre>
| |
− | Und so sieht die SVG-Grafik aus:<br />
| |
− | [[Image:hello.svg]]
| |
Latest revision as of 21:29, 15 May 2020
Has been moved to: http://blog.kr8.de/wiki-svg/