Contents Menu Expand Light mode Dark mode Auto light/dark mode
svgwrite 1.4.3 文档
svgwrite 1.4.3 文档

内容/Contents

  • 概述
    • 核心属性
    • 条件处理属性
    • 文档事件属性
    • 图形事件属性
    • 演示属性
    • XLink 属性
  • SVG 参考
  • 其他 SVG 文档
  • SVG 实现状态

模块/Modules

  • svgwrite 模块
  • utils 模块

结构对象/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 模块
  • Set
  • AnimateMotion
  • Animate
  • AnimateColor
  • AnimateTransform
  • SVG 动画属性
    • Animation Events Attributes
    • Animation Target Attributes
    • Animation Timing Attributes
    • Animation Value Attributes
    • Animation Addition Attributes

滤镜效果/Filter Effects

  • Introduction
  • Filter Element
  • 滤镜原语概述
  • 滤镜原语的通用svg属性
  • feBlend 滤镜元素
  • feColorMatrix 滤镜元素
  • feComponentTransfer 滤镜元素
  • feComposite 滤镜元素
  • feConvolveMatrix 滤镜元素
  • feDiffuseLighting 滤镜元素
  • feDisplacementMap 滤镜元素
  • feFlood 滤镜元素
  • feGaussianBlur 滤镜元素
  • feImage 滤镜元素
  • feMerge 滤镜元素
  • feMorphology 滤镜元素
  • feOffset 滤镜元素
  • feSpecularLighting 滤镜元素
  • feTile 滤镜元素
  • feTurbulence 滤镜元素
  • feDistantLight 滤镜元素
  • fePointLight 滤镜元素
  • feSpotLight 滤镜元素

MixIns

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

扩展/Extensions

  • Inkscape 扩展
Back to top

XLink 属性#

XLink Attributes

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

XLink 属性是 XML 链接语言规范 XLINK 中定义的七个属性,用于可以引用资源的各种 SVG 元素。最重要的 XLink 属性是 xlink:href,可以在允许该属性的每个元素上找到其定义。

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

The XLink attributes are the seven attributes defined in the XML Linking Language specification XLINK , which are used on various SVG elements that can reference resources. The most import XLink attribute is xlink:href, whose definition can be found on each element that allows it.

W3C 直达链接#

W3C Direct Links

  • xlink:href

  • xlink:type

  • xlink:role

  • xlink:arcrole

  • xlink:title

  • xlink:show

  • xlink:acutate

Next
SVG 参考
Previous
演示属性
Copyright © 2014-2019, Manfred Moitzi <me@mozman.at>
Made with Sphinx and @pradyunsg's Furo
On this page
  • XLink 属性
    • W3C 直达链接