svgwrite
stable

Contents

  • Overview
  • SVG References
  • Additional SVG Documentation
  • SVG Implementation Status

Modules

  • svgwrite module
  • utils module

Structural Objects

  • BaseElement
  • Drawing
  • SVG
  • Group
  • Defs
  • Symbol
  • Marker
  • Use
  • Hyperlink
  • Script
  • Style

Graphical Objects

  • Path
  • Line
  • Rect
  • Circle
  • Ellipse
  • Polyline
  • Polygon
  • Basic Shapes Examples
  • Image

Text Objects

  • Text
  • TSpan
  • TRef
  • TextPath
  • TextArea

Paint server

  • LinearGradient
  • RadialGradient
  • Pattern
  • SolidColor

Masking

  • ClipPath
  • Mask

Animation

  • animate module
  • Set
  • AnimateMotion
  • Animate
  • AnimateColor
  • AnimateTransform
  • SVG Animation Attributes

Filter Effects

  • Introduction
  • Filter Element
  • Filter Primitives Overview
  • Common SVG Attributes for Filter Primitives
  • feBlend Filter Element
  • feColorMatrix Filter Element
  • feComponentTransfer Filter Element
  • feComposite Filter Element
  • feConvolveMatrix Filter Element
  • feDiffuseLighting Filter Element
  • feDisplacementMap Filter Element
  • feFlood Filter Element
  • feGaussianBlur Filter Element
  • feImage Filter Element
  • feMerge Filter Element
  • feMorphology Filter Element
  • feOffset Filter Element
  • feSpecularLighting Filter Element
  • feTile Filter Element
  • feTurbulence Filter Element
  • feDistantLight Filter Element
  • fePointLight Filter Element
  • feSpotLight Filter Element

MixIns

  • ViewBox Mixin
  • Transform Mixin
  • XLink Mixin
  • Presentation Mixin
  • MediaGroup Mixin
  • Markers Mixin
  • Clipping Mixin

Extensions

  • Inkscape Extension
svgwrite
  • Docs »
  • SVG References
  • Edit on GitHub

SVG References¶

  • W3C (en): http://www.w3.org/Graphics/SVG/
  • W3C SVG 1.1 (en): http://www.w3.org/TR/SVG11/
  • W3C SVG Tiny 1.2 (en): http://www.w3.org/TR/SVGMobile12/
  • W3C SVGMobile (1.1 tiny und basic) (de): http://www.schumacher-netz.de/TR/2003/REC-SVGMobile-20030114-de.html
  • SVG on Wikibooks (en): http://en.wikibooks.org/wiki/SVG
  • SVG on Wikibooks (de): http://de.wikibooks.org/wiki/Svg
  • SVG Authoring Guidelines: http://jwatt.org/svg/authoring/ by Jonathan Watt

Additional SVG Documentation¶

  • O’Reilly commons: http://commons.oreilly.com/wiki/index.php/SVG_Essentials
  • SelfSVG (de): http://www.selfsvg.info

SVG Implementation Status¶

  • Firefox: http://www.mozilla.org/projects/svg/status.html
  • Opera:
    • Elements: http://www.opera.com/docs/specs/opera95/svg/elements.xml
    • Attributes: http://www.opera.com/docs/specs/opera95/svg/attributes.xml
    • SVG-CSS: http://www.opera.com/docs/specs/opera95/svg/cssproperties.xml
    • SVG-DOM: http://www.opera.com/docs/specs/opera95/svg/dominterfaces.xml
  • Webkit: http://webkit.org/projects/svg/status.xml
Next Previous

© Copyright 2014-2019, Manfred Moitzi <me@mozman.at> Revision cd10a7ed.

Built with Sphinx using a theme provided by Read the Docs.