Svg: Difference between revisions
Svg
add display title |
push inline annotations into the form fields |
||
| Line 1: | Line 1: | ||
{{Feature | {{Feature | ||
|image=SVG logo.svg | |image=SVG logo.svg | ||
|imgdesc=SVG | |imgdesc=SVG | ||
|title= | |title=SVG | ||
|description=The SVGEdit extension gives users the ability to draw in the wiki. Due to the nature of SVG, this is perfect for in-wiki illustrations, flow diagrams, org charts, and editing any SVG graphic file uploaded into the wiki. | |||
|notes=Scalable Vector Graphics have a special place in my aesthetic heart. | |||
|tests=[[:File:Svg_drawing_2013-10-02_20-52-00.svg]] | |||
|examples=[[Svg]] | |||
}} | }} | ||
{{ | {{DISPLAYTITLE:SVG}} | ||
== Intro == | == Intro == | ||
This wiki has a complete vector graphics editor in the browser (in JavaScript). This feature is implemented using a special extension which uses the open source [https://github.com/SVG-Edit/svgedit svg-edit] project, brought to you in part by Brion Vibber and Marc Laporte (thanks guys!). So, users are able to edit svg graphics in the browser. This is particularly useful if you want to collaboratively edit flow-chart diagrams online while also providing all the context and documentation about the diagram in your wiki. Of course the diagrams themselves are version controlled the same way that wiki articles are. | This wiki has a complete vector graphics editor in the browser (in JavaScript). This feature is implemented using a special extension which uses the open source [https://github.com/SVG-Edit/svgedit svg-edit] project, brought to you in part by Brion Vibber and Marc Laporte (thanks guys!). So, users are able to edit svg graphics in the browser. This is particularly useful if you want to collaboratively edit flow-chart diagrams online while also providing all the context and documentation about the diagram in your wiki. Of course the diagrams themselves are version controlled the same way that wiki articles are. | ||