package virtual_dom

  1. Overview
  2. Docs
On This Page
  1. <textPath>
Legend:
Library
Module
Module type
Parameter
Class
Class type
val start_offset : [ Css_gen.Length.t | `Percentage of Core.Percent.t | `Number of float ] -> Virtual_dom.Vdom.Attr.t
val text_length : [ Css_gen.Length.t | `Percentage of Core.Percent.t | `Number of float ] -> Virtual_dom.Vdom.Attr.t

<textPath>

shares textLength with <text>

val length_adjust : [ `Spacing | `Spacing_and_glyphs ] -> Virtual_dom.Vdom.Attr.t
val side : [ `Left | `Right ] -> Virtual_dom.Vdom.Attr.t
val spacing : [ `Auto | `Exact ] -> Virtual_dom.Vdom.Attr.t

Nothing to do for <title> Nothing to do for <tspan> as it shares everything with text Nothing to do for <use> as it shares href with <linearGradient>, x, y, width, and height with <image>