svgwrite
stable

Contents

  • Overview
    • SVG Elements
    • Mixins
    • Common Attributes
      • Core Attributes
      • Conditional Processing Attributes
      • Document Event Attributes
      • Graphical Event Attributes
      • Presentation Attributes
        • W3C Direct Links
      • XLink Attributes
    • Basic Data Types
    • Numbers
    • Angles
    • Length
    • Coordinates
    • Units
  • 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 »
  • Overview »
  • Presentation Attributes
  • Edit on GitHub

Presentation Attributes¶

W3C Reference: http://www.w3.org/TR/SVG11/intro.html#TermPresentationAttribute

An XML attribute on an SVG element which specifies a value for a given property for that element.

W3C Direct Links¶

  • alignment-baseline
  • baseline-shift
  • clip
  • clip-path
  • clip-rule
  • color
  • color-interpolation
  • color-interpolation-filters
  • color-profile
  • color-rendering
  • cursor
  • direction
  • display
  • dominant-baseline
  • enable-background
  • fill
  • fill-opacity
  • fill-rule
  • filter
  • flood-color
  • flood-opacity
  • font-family
  • font-size
  • font-size-adjust
  • font-strech
  • font-style
  • font-variant
  • font-weight
  • glyph-orientation-horizontal
  • glyph-orientation-vertical
  • image-rendering
  • kerning
  • letter-spacing
  • lighting-color
  • marker-end
  • marker-mid
  • marker-start
  • mask
  • opacity
  • overflow
  • pointer-events
  • shape-rendering
  • stop-color
  • stop-opacity
  • stroke
  • stroke-dasharray
  • stroke-dashoffset
  • stroke-linecap
  • stroke-linejoin
  • stroke-miterlimit
  • stroke-opacity
  • stroke-width
  • text-anchor
  • text-decoration
  • text-rendering
  • unicode-bidi
  • visibility
  • word-spacing
  • writing-mode
Next Previous

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

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